Hi,
I’m trying to expose a boolean value (night=0, day=1) to a KNX group address. It seems that the KNX component doesn’t know about boolean values.
The data point type of KNX is boolean, DPT 1.002 and configured to the GA 0/0/4, it’s an input object of a light switch.
I tried various ways, but the message stays the same: ConversionError description="invalid value type" device_name="input_boolean.input_day_night" value_type="<boolean / or 1.002>"
This is my config:
knx:
tunneling:
host:IP
port: 3671
local_ip: my_local_ip
state_updater: true
expose:
- type: 1.002
entity_id: input_boolean.input_day_night
address: '0/0/4'
Anyone got an idea?
Regards
Oli