TRV window_open
#123
-
Hello, How can I control window_open? I would like to make a flow if window or a door is opened to close the TRV valve. thanks |
Beta Was this translation helpful? Give feedback.
Answered by
windkh
Sep 17, 2023
Replies: 1 comment
-
@gu-stera just have a look at the exampe flow for the TRV. Here you can see how to turn the valve on and off. Just take a door/window node, add a switch node after it to check if the window is opened and then trigger the trv. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
windkh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@gu-stera just have a look at the exampe flow for the TRV. Here you can see how to turn the valve on and off.
https://github.com/windkh/node-red-contrib-shelly/blob/master/examples/trv.json
Just take a door/window node, add a switch node after it to check if the window is opened and then trigger the trv.