hope I am doing it right - following question I can not find an answer on. Hopefully you are able to help
goal: show temperature (dpt 9.001) and humidity (dpt 9.007) on a mdt switch which needs the status as ascii (dpt 16.000)
As far as I know, I can not handle this convert in the KNX eco system itself. So I guess I have to send the temp with group address e.g. 1/1/1 to HA which then converts it to an ascii value and then publishes it on KNX again on a different group address e.g. 1/1/2.
You could use an automation with knx_event and knx.send too. Or use an entity as trigger and Knx.send. That can be helpful if you want to do some calculations etc. on the value before sending it to Knx.
The expose idea from your first post worked like a charm
In my case I would like to add “%” after the humidity value and “C” after the temperature. Can you meld me with an example for the automation?
I think it should be something like: