Hello,
I’m trying to readout the thermostat values of a VMBGPOD in Openhab but I’m getting only a Null value (see picture below)
When I looked into the Velbuslink I see that the Thermostat seems to have a different address 1A (see next picture)
What is the right address now to create an OH Item?
Number:Temperature ThermostatCURRENTTEMPERATURESETPOINT “Current temperature setpoint” {channel=“velbus:vmbgpod:551ba95b:15:thermostat#CURRENTTEMPERATURESETPOINT”}
or:
Number:Temperature ThermostatCURRENTTEMPERATURESETPOINT “Current temperature setpoint” {channel=“velbus:vmbgpod:551ba95b:1A:thermostat#CURRENTTEMPERATURESETPOINT”}
In both cases I’m getting a Null
The idea is to read them out and create an OH widget.
BTW : I’m running OH openHAB 2.5.6-2 and Velbus binding: 2.5.11.
Thank you for your help!!
Jona