[Home Assistant] How to publish sensor value to MQTT as BSB-LAN topic #692
Replies: 4 comments
-
So just to be sure, that's not a question, but a solution on how to send the current temperature from a HA sensor to BSB-LAN, right? In that case, thanks a lot :)! |
Beta Was this translation helpful? Give feedback.
-
No, sorry, the But the 8740 is fixed to the last value send by the Navilink (even if I remove the battery from it), never the value send to I have 50% in "750 Circuit de chauffe 1 - Influence de la température ambiante" as stated in the documentation Send-room-temperature-to-heater I can see in MQTT explorer that the temperature is send to |
Beta Was this translation helpful? Give feedback.
-
Hm, what I know is that the parameters changed by BSB-LAN are sometimes not reflected on the display unit, because the Navilink system seems to route everything via the display unit, so the display unit does not actively query the current value from the heater each time it is displayed (as other display units from Siemens do). |
Beta Was this translation helpful? Give feedback.
-
Thanks for your quick answer, I did not manage to set temperature with Here is how to do it : In shell_command:
pac_set_room_temp: "curl http://bsb-lan.local/I10000={{ states('sensor.ble_temperature_a4c138657746') }}" (replace In - id: '1734257760544'
alias: PAC - Publish Sensor Value to BSB-LAN
description: ''
triggers:
- trigger: time_pattern
minutes: /5
conditions: []
actions:
- action: shell_command.pac_set_room_temp
data: {}
mode: single I have removed the batteries of the Navilink to avoid interference. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have a new installation of BSB-LAN ( v4.1).
My climat integration is working but I'd like to set my own measured room temperature and disconnect the Navilink A59.
Here is my automation, thanks to https://community.home-assistant.io/t/bsb-lan-integration/113501/176 :
And what I saw in MQTT Explorer:
And the climate that works:
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions