I want to expose a date to my knx bus (data type 11: 3byte date), which in HA is a datetime object. Using the knx “expose” option I tried the following:
expose:
- type: datetime
address: "5/4/0"
entity_id: 'sensor.recycleapp_restafval'
On validating the configuration I get the following error:
Invalid config for [knx]: not a valid value for dictionary value @ data[‘knx’][‘expose’][0][‘type’]. Got ‘datetime’. (See ?, line ?).
Is there another option to send a date to the KNX bus, other than the current date? (removing entity_id gives me the current date in my ETS)