Toon and Vera

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

Moderators: marcelr, TheHogNL, Toonz

Post Reply
Screamhouse
Starting Member
Starting Member
Posts: 20
Joined: Mon Oct 22, 2012 10:35 am

Toon and Vera

Post by Screamhouse »

I just got my Toon rooted and I am curious if anyone integrated his Toon into Vera? I know it is possible in Domoticz, but I am not ready top switch.
Technically I know it can be done in Vera as well, I just lack the skills and was hoping someone already has done it :)

I can set the temp and state via my Vera, but I also want to display the values of Toon. Via http://toon:10080/happ_thermstat?action ... mostatInfo I know I can ghet the values, but displaying these is another story, since I lack the programming skills to retrieve the Current temp values from the results. Is there maybe a URL you can call displaying only the currentTemp?
Marijn
Starting Member
Starting Member
Posts: 40
Joined: Wed Jul 03, 2013 8:13 pm

Re: Toon and Vera

Post by Marijn »

I would like to have the same :D
How do you set the temperature? Did you create a device for Toon?
Screamhouse
Starting Member
Starting Member
Posts: 20
Joined: Mon Oct 22, 2012 10:35 am

Re: Toon and Vera

Post by Screamhouse »

Hi,

just create a Scene for 19,5 degrees

luup.inet.wget( 'http://XXXX:10080/happ_thermstat?action ... point=1950')

Or to set a state Home:

luup.inet.wget( 'http://XXXX:10080/happ_thermstat?action ... ureState=1')

STATE_RELAX = 0 [Comfort]
STATE_ACTIVE = 1 [Home/Thuis]
STATE_SLEEP = 2 [Sleep/Slapen]
STATE_AWAY = 3 [Away/Weg]
STATE_HOLIDAY = 4 [Holiday/Vakantie]
Marijn
Starting Member
Starting Member
Posts: 40
Joined: Wed Jul 03, 2013 8:13 pm

Re: Toon and Vera

Post by Marijn »

Thanks, i’m going to make Some scenes.
TerrorSource
Administrator
Administrator
Posts: 494
Joined: Thu May 04, 2017 9:28 pm

Re: Toon and Vera

Post by TerrorSource »

It should be possible to do this with LUA-script, which some Vera's has.
you should check out the domoticz forum for the LUA-scripts used for domoticz. LUA-script itself is universal but maybe you need to edit the switches.
Post Reply

Return to “Toon external control”