Manages these e-Q3 !Max heating devices.
| setting | values | description |
|---|---|---|
| debug | True/False | |
| device | <string> | unix device path for serial device |
| rf_address | <hex:6> | 6 chars / 3 bytes address of interface |
| no_tx | <bool> | don't send any data - for development |
# list /max/
(None, ['_stats', 'CUL', '_abstracts'])
# list /max/_abstracts/
(None, ['Interface', 'WallMountetThermostat', 'HeatingThermostat', 'PushButton'])
# list /max/_abstracts/WallMountetThermostat/
(None, ['0315D3'])
# read /max/_abstracts/WallMountetThermostat/0315D3/data
(None, {'temperature': 23.9, 'langateway': True, 'dstsetting': True, 'rferror': False, 'mode': 'auto', 'batterylow': False, 'desiredTemperature': 20.0, 'panel': False})