Eneco Toon

It seems the dutch energy company Eneco has a Toon device which uses z-wave to communicate. Anyone has this allready connected to vera or tried ?
i really like something like this connected to my vera

toon: http://thuis.eneco.nl/energie-besparen/toon-thermostaat/?utm_source=Homepage&utm_medium=TXT&utm_campaign=Toonq2&utm_content=usp
techdocs : http://thuis.eneco.nl/~/media/EOL/PDF/toon%20thermostaat%20support/specificatiestoon.ashx

Is this a thermostat? Since the website does not have an English version, I would appreciate your help if you can share a manual or a wiring diagram.

Yes, i have THE powerreaders connected To Vera and toon is Primery master i think. All devices seem To appear in THE toon ui.

But thermostat functions i don’t see

I asked on this forum, people that know THE display, but there not a lot of people

http://forum.micasaverde.com/index.php/topic,14822.0.html

There is a thread on the Eneco forum about Toon & Z-wave

Yes, but only To read energy meters,

It would be Nice if toon can be like ( tuxedo touch honeywell), but toen with thermostat.

Maybe it is possible, for programmers (its open source software)

Yeah, if you can use the Toon in scenes and read out your meter, I would buy one

Yes you can read THE meters trough Vera, but how To activate sc?nes , i really don’t know.

THE setup structure for toon (quby), was a display that can control zwave devices. A connection with Vera , To control would be top of THE Bill.

it can be used as thermostate with wired connection 24 volt opentherm compliant. powersupply comes from the central heating equipment, but one can use a 24V multi-voltage laptopadapter for it too.
its mainly a z-wave controller.
i wondered if it can be hooked up to vera, tommy answered the question allready thnx !
i see if i can get myself one and have a fiddle with it. seems to have delivery wait up to 3 weeks and change of my electricity abbo so i have to check that first.
i have had contact with eneco and they told me they are working on the thing to also be able to use it as secondary controller.

When you connect Vera with THE toon, you get all THE energy devices. THE energy has a lot of command classes.
I think i connected toon also as a secendary master, in Vera it generates a Scene controller, but there are few command classes.
I also don’t see tempeture trough zwave.

I als know that toon, has an open source, on de QUBY website. But I really don’t know how far They mean open source.

Do you also see the actual temp in the Vera?

No, i can’t see THE tempeture in vera.

THE toon has also a local user interface, but for now local network entry can set for max 2 hours. (This is not THE webui from eneco)

In this ui you can control z-wave devices, but there is no link To display. So THE devices you can only see in THE ui en not on THE toon (display).

For now i have toon installed as a controller in my network, i hope if you have THE display you find out more!

And can not say a lot about this, but there ar rumers for a possible major zwave update on THE display.

had contact with eneco again for the Toon and they told me that i have to change my electricity subscription from indefinitly to a 3 year contract for green electricity, which understandable im not going to do. therefor i need to pay 120? in order to get the device and ther not willing to give me the device for free for testing purposes and they also cannot install it as i dont have a central heating system but a blockheating system. they are going to work on a version that does support this however (presumably through z-wave http://www.domotica-shop.nl/z-wave-thermostaatkraan-voor-ra-aansluiting-en-m30-schroefdraad-p-16302.html ) , also they are going to work on the feature to make Toon be able to function as secondary controller which does not work at the time of writing this.
the gas and total home energymeasuring are working through wireless network and not through z-wave they told me. the sensors also require a change to the gas and electric meter to be installed by eneco/certified technician in order to work. so i guess i will wait for a suitable solution, which is going to take another year or 2 according to eneco.

I know there are a few beta tester for zwave futures now. I read this on there forum.

I hope that They release an update To work with Vera with more possabilities. But I read an other forum that They are trying To reverse engineer toon.

adding it as a secondary controller would be cool . reverse engineering is pointless as most of the measuring devices are wireless and not z-wave (only the mains sockets are, 6 & 1 port device) , so they can be incorporated into vera without the tone and energy display is possible on a cheaper tablet.

Anyone succeedec in adding Toon into Vera?

Toon released their open Api

http://www.toonapi.com

I know own a modified rooted Toon. It is possible to control it via the Fibaro HC, did anyone succeeded in connecting it to Vera?

I just bought a toon and rooted it.
now i cant use the eneco api anymore, but got a great fully functional opentherm thermostat with no enco subscription and a lot of extra functions.
I found the following on de home automation domotica forum. Maybe someone can use this to make a plugin. :wink:

Get the toon settings
http://IP_ADRESS_TOON:10080/happ_thermstat?action=getThermostatInfo

{“result”:“ok”, “currentTemp”:“2306”, “currentSetpoint”:“2000”, “currentInternalBoilerSetpoint”:“6”, “programState”:“1”, “activeState”:“0”, “nextProgram”:“1”, “nextState”:“2”, “nextTime”:“1547937000”,“nextSetpoint”:“1850”,“randomConfigId”:“1189641421”,“errorFound”:“255”,“connection”:“0”,“burnerInfo”:“0”,“otCommError”:“0”,“currentModulationLevel”:“0”}

Set the toon settings

Set 19,5 degrees

luup.inet.wget( ‘http://XXXX:10080/happ_thermstat?action=setSetpoint&Setpoint=1950’)

Or to set a state Home:

luup.inet.wget( ‘http://XXXX:10080/happ_thermstat?action=changeSchemeState&state=2&temperatureState=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]