Example for Tibber / Dishwasher / node red #92
cvg-de
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I implemented a workflow to start my dishwasher in the night, to take advantage of the dynamic electricity pricing from tibber. If anyone is interested, here is my workflow and a little description about the hurdles on the way:
First:
Get the tibber prices. I use node-red-contrib-tibber-api for this, the process to get the API key is pretty well documented over there.
Second:
Find the optimal time to start the dishwasher. I use node-red-contrib-power-saver, which plugs in nicely with node-red-contrib-tibber-api.
Third:
Start the dishwasher. I use node-red-contrib-homeconnect for this, and this was the most difficult to set up.
You could also enable permanent remote start, then you would have to control the start from the node red UI.
Below is the complete workflow, i redacted the HAID, AUTH and apiEndpointRef fields. Feel free to ask if you have any questions, or suggestions to improve this rather simple v1 :-)
Beta Was this translation helpful? Give feedback.
All reactions