You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HA mqtt
jak zrobić automatyzacje opartą na pomocniku aby móc włączać i wyłączać pompkę cyrkulacyjną.
równocześnie aby pomocnik pokazywał stan gdyby zmieniło się to w termostacie.
poniższy kod niestety nie działa.
pomoże ktoś?
how to make automation based on a helper to be able to turn on and off the circulation pump.
At the same time, the midfielder shows the state if it changed in thermostat.
The following code is unfortunately not working.
can anyone help?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HA mqtt
jak zrobić automatyzacje opartą na pomocniku aby móc włączać i wyłączać pompkę cyrkulacyjną.
równocześnie aby pomocnik pokazywał stan gdyby zmieniło się to w termostacie.
poniższy kod niestety nie działa.
pomoże ktoś?
how to make automation based on a helper to be able to turn on and off the circulation pump.
At the same time, the midfielder shows the state if it changed in thermostat.
The following code is unfortunately not working.
can anyone help?
`- id: 659edb1c93564
alias: Cyrkulacja pompka
initial_state: true
trigger:
entity_id: input_boolean.cyrkulacja_pompka
action:
service: mqtt.publish
data_template:
topic: ebusd/bai/statuscirpump/set
payload: '{{ states.input_boolean.cyrkulacja_pompka.state | int }}'`
no
Beta Was this translation helpful? Give feedback.
All reactions