Hi @ll,
I’ve got a problem with the max! Plugin.
Actually two devices are connected to the Cube and the debug output looks like this:
debug [pimatic-max]: got update { '04465e':
{ type: 'Heating Thermostat',
address: '04465e',
serial: 'JMD30181',
name: 'Thermostat AZ',
roomId: 2,
comfortTemperature: 20,
ecoTemperature: 18.5,
maxTemperature: 22,
minTemperature: 4.5,
temperatureOffset: 3.5,
windowOpenTemperature: 5,
valve: 3,
setpoint: 18.5,
initialized: true,
fromCmd: false,
error: false,
valid: true,
dstActive: true,
gatewayKnown: true,
panelLocked: false,
linkError: false,
battery: 'ok',
mode: 'auto',
actualTemperature: undefined },
'044148':
{ type: 'Heating Thermostat',
address: '044148',
serial: 'JMD30186',
name: 'Thermostat SZ',
roomId: 1,
comfortTemperature: 20,
ecoTemperature: 18.5,
maxTemperature: 22,
minTemperature: 4.5,
temperatureOffset: 3.5,
windowOpenTemperature: 5 } }
As you can see the output for the first device is correct, but for the second device only half of the expected output ist displayed.
As a result the first device works in the gui, the second doesn’t!
I already resetted my cube and reinstalled the max! plugin.
Any ideas?