Hi,
Could you help me with this basic that doesn’t work for me.
I am trying to send date / time to my knx bus.
my configuration.yaml is like that:
knx:
binary_sensor: !include knx_binary_sensor.yaml
switch: !include knx_switch.yaml
sensor: !include knx_sensor.yaml
cover: !include knx_cover.yaml
scene: !include knx_scene.yaml
light: !include knx_light.yaml
climate: !include knx_climate.yaml
expose: !include knx_expose.yaml
and my knx_expose.yaml
- type: 'time'
address: '3/5/0'
- type: 'date'
address: '3/5/1'
- type: 'datetime'
address: '3/5/2'
- type: 'temperature'
address: '8/1/30'
entity_id: sensor.temperature_ressentie_couloir
Temperature is well send to 8/1/30, but not time and date.
What am I doing wrong ?
HA V 0.115.6
Thanks,
Fred.