-
-
Notifications
You must be signed in to change notification settings - Fork 93
Accessing MAX! components from BSB–LAN
BSB-LAN comes with support for accessing EQ3's MAX! (unfortunately discontinued) heating system components such as radiator thermostats or wall mounted thermostats. With this, you can integrate them directly into BSB-LAN without the use of a Home Automation system that would need to support them.
MAX! components communicate wireless using the 868 MHz band, normally with a MAX! Cube which, however, is not openly accessible. You can either hack the Cube or build your own CC1101 transceived using an Arduino Nano (another guide in German on how to flash the Cube can be found here). Once the aculfw firmware is installed and connected to your network, you have access to the messages that the MAX! components exchange with each other.
The first thing you need to do is to take note of the serial numbers that are printed on your MAX! component, sometimes inside the battery cover. They consist of leading letters follewed by several numbers, such as KEQ0505080. Enter these serial numbers in the configuration, either under "MAX! Devices" in the web-interface or in BSB_LAN_config.h in max_device_list.
Quick links:
BSB-LAN manual | BSB-LAN latest version | BSB-LAN bug report | BSB-LAN discussions