I can't seem to send a datetime type object to KNX bus

I have followed the documentation which suggests adding a datetime expose, but I also need to send specific values from time to time. The documentation seems to suggest using knx.send to do this, but I keep erroring at every attempt to send a datetime type. Is there any way to manually send a datetime from HA to KNX as my environment really needs that option.

Hi :wave:!
Sending arbitrary datetime values is currently not supported. You may use knx.send to construct the raw payload (list of integer 0…255; no type:) via a template.

1 Like

Many thanks. I’ll have a go at the raw payload method!