Hi, I’m new to Home assistant. I have a house with KNX and have temperature-sensor in all rooms.
In that sensor I can show the outdoor temperature, and in home assistant I’ve the outdoor temperature. But How do I send that value to a group-address??
Thankful for all inputs.
UPDATE:
How do I write “data” in Call service to send msg.payload. This is the example with my groupaddress.
{“address”: “5/0/2”, “payload”: 0, “type”: “temperature”}
This sends 0 to my knx.
Hello @farmio! I’m also a new member and I also want to sent the outside temperature to the KNX bus in my home installation. For that I want to use the sensor.outdoor_temperature from the Buderus thermostat that I previously configured in HA. Is that possible? The code in the yaml looks like this but I did’nt get the temperature on the MDT Glastaster.
expose:
- type: temperature
entity_id: sensor.outdoor_temperature
address: "0/1/0"
Hi !
Yes that’s what expose is for. It sends only on a changed value though. So if you don’t have any error messages in your logs (eg. regarding yaml syntax) this should be fine.
Hi, thank you for the fast reply!! No, I don’t have any error message, but the Temperature already changed a few times and the value on the Glastaster is always zero…