Search found 13 matches

by maikelvds
Sunday 05 January 2020 17:34
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

Is it also possible to get the humidity values out of Toon2?
by maikelvds
Tuesday 31 December 2019 10:30
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz


After a day working to Domoticz and Toon I think i'm almost done with the script to read out the Toon values.
I have 1 error left:

2019-12-30 23:54:00.715 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-12-30 23:54:00.714 Error: dzVents: Error: (2 ...
by maikelvds
Monday 30 December 2019 23:59
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

After a day working to Domoticz and Toon I think i'm almost done with the script to read out the Toon values.
I have 1 error left:

2019-12-30 23:54:00.715 Status: EventSystem: Script event triggered: /home/pi/domoticz/dzVents/runtime/dzVents.lua
2019-12-30 23:54:00.714 Error: dzVents: Error: (2.5 ...
by maikelvds
Tuesday 18 December 2018 19:47
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz


What i remember is that there an typo error in the script in this line somewhere...

This is what i have :

domoticz.openURL(string.format('http://%s/happ_thermstat?action=setSetpoint&Setpoint=%s', domoticz.variables('UV_ToonIP').value, device.setPoint*100))


I copied your code and it is ...
by maikelvds
Monday 17 December 2018 22:36
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

Yes, exactly..
I will get in to it later this week... I've moved everything from Rapberry 1 to Raspberry 2, maybe it has something to do with that.
For some strange reason my gas and electro usage are also not working anymore (gas since I moved, electro sinds yesterday evening..)

To be continued ...
by maikelvds
Monday 17 December 2018 22:04
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

I used the lua before, but I remember something about errors in that script?

It is strange, because this DZvents script worked before. I don't know when it stopped working, because I don't use the function that much.. But it would be nice if it can work again...
by maikelvds
Sunday 16 December 2018 22:08
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

Yes I have.
That was also my thought, also try to change it but no results..
by maikelvds
Sunday 16 December 2018 21:45
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz


I was hoping someone can help me with the following error.

The error is after manual changing the setpoint in domoticz.

2018-03-18 17:04:22.630 dzVents: Info: ------ Start internal script: ToonSetPoint: Device: "Toon Thermostat (Toon Thermostat)", Index: 468
2018-03-18 17:04:22.631 dzVents ...
by maikelvds
Friday 14 September 2018 20:50
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 557641

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

I'm also very curious to the solution about the vibration sensor.
My idea is to let the system send me a message when my washing machine is done, so at a specific vibration (at centrifuging)
by maikelvds
Thursday 29 March 2018 22:33
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

maikelvds wrote: Thursday 29 March 2018 21:15 I installed php5-curl... is that the problem maybe?
I re-installed this, and also installed php5 (Without curl)....
Now it is working!!
by maikelvds
Thursday 29 March 2018 21:15
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz


The php script doesnt need names. Only idxnumbers.
What is the output when you manually run the script?
Is the script executable?


When I run "chmod +x /home/pi/domoticz/scripts/p1_meter/gas_data_json.php" in Putty, I go directly to the next line. So no fault or something, is that correct? I don ...
by maikelvds
Wednesday 21 March 2018 10:59
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

FunFair wrote: Tuesday 20 March 2018 7:24 The php script doesnt need names. Only idxnumbers.
What is the output when you manually run the script?
Is the script executable?
Thanks for your answer. I will check it next week when I'm back in my network again. To be continued!
by maikelvds
Monday 19 March 2018 16:34
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 130948

Re: Controlling Toon [HACKED] from Domoticz

Hi guys,

I'm new on this forum, at least as a member. Did read and learn a lot from this forum so far. I started with Domoticz for my lights etc. After some time I read a lot about the possibilites within Domoticz. So I started with some small scripts. Toon was already in Domoticz, but I paid a lot ...