I would like to integrate the data point “Set Point” of a room thermostat and then control an enocean valve. Now I’ve got the data points temperature and humidity. but set point i don’t know how to integrate them.
This is the enocean telegramm:
2020-01-24 14:51:41 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 01:8C:93:E0->FF:FF:FF:FF (-45 dBm): 0x01 [‘0xa5’, ‘0xa3’, ‘0x5e’, ‘0x83’, ‘0x9’, ‘0x1’, ‘0x8c’, ‘0x93’, ‘0xe0’, ‘0x0’] [‘0x0’, ‘0xff’, ‘0xff’, ‘0xff’, ‘0xff’, ‘0x2d’, ‘0x0’] OrderedDict()
These are my data points which work:
-
name: Buerohumidity
platform: enocean
id: [0x01,0x8C,0x93,0xE0]
device_class: humidity
range_from: 0
range_to: 250 -
name: Buerosetpoint1
platform: enocean
id: [0x01,0x8C,0x93,0xE0]
device_class: temperature
range_from: 0
range_to: 250
Now i need the Set Point.