Page 1 of 1

Toon with Nodered

Posted: Sun Jan 20, 2019 9:35 pm
by edje11
I have made a flow to use a Rooted Toon with Node-red.
You can control your Toon with a dashboard or integrate it in you own node-red flow.

https://flows.nodered.org/flow/a4703e4a ... 219cddc5e4

Image

Sorry for the screenshot, however my Toon is not connected to the boiler and won't give accurate data therefore.
Image

Re: Toon with Nodered

Posted: Sun Jan 20, 2019 10:04 pm
by TheHogNL
Nice stuff and welcome to the forum! I'm already importing it into my node red to understand how it works :)

Re: Toon with Nodered

Posted: Sun Jan 20, 2019 10:24 pm
by TheHogNL
Some notifications:
boilerInfo value 2 = Hot water is running (only when opentherm btw)
boilerInfo value 3 = preheating is running (the window before setpoint of time program when the toon already heats up your house)

Electricity info from the zwave devices is not always from the same zwave dev number. I think there are better ways to get that info. Let me get back on that.

Re: Toon with Nodered

Posted: Sun Jan 20, 2019 10:31 pm
by TheHogNL
This url is for power usage:

/happ_pwrusage?action=GetCurrentUsage

For example json from my toon now:

{
"result": "ok",
"powerUsage": {
"value": 302,
"avgValue": 1130.4
},
"powerProduction": {
"value": 0,
"avgValue": 61.45
},
"gasUsage": {
"value": 0,
"avgValue": 0
}
}

Re: Toon with Nodered

Posted: Mon Jan 21, 2019 10:15 pm
by edje11
Thanks for the tips.
As soon as the Toon is connected to the boiler I will test it all and update the flow.