Search found 3 matches

by Itelemarc
Sunday 23 September 2018 11:04
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130830

Re: Controlling Toon [HACKED] from Domoticz

after the last domoticz update, i got the error:
scripts/dzVents/generated_scripts/600D Toon Setpoint.lua:8: attempt to concatenate field 'SetPoint' (a nil value)

ToonSetPoint

Code: Select all

return {
on = {
devices = {
'Toon Thermostat'
}
},
execute = function(domoticz, device)
domoticz ...
by Itelemarc
Sunday 10 December 2017 11:09
Forum: Utility
Topic: Read energy from (Hacked) Toon
Replies: 1
Views: 1143

Re: Read energy from (Hacked) Toon

Found it myself in http://www.domoticz.com/forum/viewtopic ... 00#p154751

Adapted the php script to DZvents, and running it in test now :)
by Itelemarc
Saturday 09 December 2017 11:02
Forum: Utility
Topic: Read energy from (Hacked) Toon
Replies: 1
Views: 1143

Read energy from (Hacked) Toon

Is it possible to read the energy values (Gas electricity) values from a hacked Toon?

happ_thermstat?action=getThermostatInfo

What i have so far is: (See below)
But no energy readings


int32_t web_debugOT(int32_t a1, int32_t a2, int32_t a3);
int32_t web_getActiveNext(int32_t a1, int32_t a2 ...