Toon with Nodered

Everything about external control, apps, VNC, etc goes here.

Moderators: marcelr, TheHogNL, Toonz

Post Reply
edje11
Starting Member
Starting Member
Posts: 2
Joined: Mon Jan 07, 2019 11:22 pm

Toon with Nodered

Post 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
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon with Nodered

Post by TheHogNL »

Nice stuff and welcome to the forum! I'm already importing it into my node red to understand how it works :)
Member of the Toon Software Collective
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon with Nodered

Post 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.
Member of the Toon Software Collective
TheHogNL
Forum Moderator
Forum Moderator
Posts: 2125
Joined: Sun Aug 20, 2017 8:53 pm

Re: Toon with Nodered

Post 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
}
}
Member of the Toon Software Collective
edje11
Starting Member
Starting Member
Posts: 2
Joined: Mon Jan 07, 2019 11:22 pm

Re: Toon with Nodered

Post 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.
Post Reply

Return to “Toon external control”