Search found 15 matches

by MatthijsPH
Wednesday 01 February 2017 5:37
Forum: Rfxcom Transceiver
Topic: Temperature sensor to measure central heating (CV leidingen)
Replies: 12
Views: 6256

Re: Temperature sensor to measure central heating (CV leidingen)

Is the one in the fridge battery powered?
by MatthijsPH
Wednesday 01 February 2017 5:20
Forum: Other questions and discussions
Topic: Understanding Log report
Replies: 3
Views: 894

Re: Understanding Log report

You probably have a blockly or script that is sending an on command to a device named Kaku

Verstuurd vanaf mijn ONEPLUS A3003 met Tapatalk
by MatthijsPH
Tuesday 27 December 2016 14:48
Forum: Heating/cooling
Topic: LUA script to access TOON all data on demand
Replies: 0
Views: 845

LUA script to access TOON all data on demand

I am trying to build a lua-script that can access ENECO TOON and retrieve data on demand. This way for instance the actual TOON state can be retrieved from Toon. Offcourse more is possible. Having access to TOON can be handy if you want to update your selector switch without having to guess the ...
by MatthijsPH
Wednesday 31 August 2016 20:22
Forum: Other questions and discussions
Topic: Help setting up startup-script [Ubuntu]
Replies: 3
Views: 1640

Re: Help setting up startup-script [Ubuntu]

I'm running Domoticz on an Ubuntu server as well. There is not much to change:

Code: Select all

USERNAME=your_username
and make sure the path is right:

Code: Select all

DAEMON=/home/$USERNAME/domoticz/$NAME
for standard installation.
by MatthijsPH
Sunday 28 August 2016 7:45
Forum: Switches and Scenes
Topic: Orvibo S20 plugs integrated successfully into Domoticz!
Replies: 41
Views: 23869

Re: Orvibo S20 plugs integrated successfully into Domoticz!

I've had the same problem. Synology is not running bash but ash. I changed #! /bin/bash to #! /bin/sh but that didn't fix the problem.
I'm on a i5 running Ubuntu now so I stopped trying.
by MatthijsPH
Saturday 18 June 2016 9:18
Forum: Switches and Scenes
Topic: Wi-Fi HTTP Switch
Replies: 5
Views: 2708

Re: Wi-Fi HTTP Switch

I have something similar going on with a physical wall switch. When I use the wall switch a lua script checks the status of the (Hue) lights. If the lights are on, the script turns them off (and vice versa). if devicechanged['schakelKeuken'] then local status= hueStatus(3) if hue_state == true then ...
by MatthijsPH
Wednesday 08 June 2016 8:06
Forum: LUA
Topic: Lua and Kodi
Replies: 23
Views: 6160

Re: Lua and Kodi

Can't you make script.securitycam pause Kodi?

Sent from my HTC One_E8 dual sim using Tapatalk
by MatthijsPH
Sunday 28 February 2016 10:36
Forum: Switches and Scenes
Topic: Orvibo S20 plugs integrated successfully into Domoticz!
Replies: 41
Views: 23869

Re: Orvibo S20 plugs integrated successfully into Domoticz!

[...] Hope this works for others, I am glad to help if you run into problems. [...] I just ordered one S20 to play around with and I will give your script a go as soon as I have it. This maybe a more reliable alternative for my KAKU plugs. This could be a stupid question (I'm not an expert on bash ...
by MatthijsPH
Wednesday 24 February 2016 10:11
Forum: Others
Topic: Toon Energy Readings on Domoticz
Replies: 85
Views: 26555

Re: Toon Energy Readings on Domoticz

Could you post the complete code and the name of your switches so I can compare. my script "script_variable_verwarming.lua" looks like this: local toonState = 'varToonState' local toonScene = 'varToonScene' local toonSwitch= 'toonScenes' commandArray = {} if uservariablechanged[toonState] then if ...
by MatthijsPH
Wednesday 10 February 2016 20:38
Forum: Others
Topic: Toon Energy Readings on Domoticz
Replies: 85
Views: 26555

Re: Toon Energy Readings on Domoticz

[...] Im new with domoticz and i cant figure out how you have done this. I have my Toon working and i created the 4 setpoints wich are switchable and the on/off status gets changed by a blocky event but i cant figure out how to create a selector like you did and the way it gets changed without ...
by MatthijsPH
Friday 05 February 2016 10:24
Forum: PHP and all others
Topic: better hue integration?
Replies: 30
Views: 11528

Re: better hue integration?

For anyone who is interested my script to check the status of all hue lights by looping until no more lights are found. -- script to check Philips Hue light status (on/off) -- m.hagenaars -- feb. 2016 -- you'll need to install socket library & dkjson, more info can be found here: -- http://www ...
by MatthijsPH
Tuesday 26 January 2016 15:34
Forum: Others
Topic: Toon Energy Readings on Domoticz
Replies: 85
Views: 26555

Re: Toon Energy Readings on Domoticz

gielie wrote: [...]
OK i got it, it seems that i had 2 versions of python running, one in @appstore and one in de lib/python2.7, its working now, tnks
Okay, great to hear you've managed to get it working!
by MatthijsPH
Sunday 24 January 2016 19:21
Forum: Others
Topic: Toon Energy Readings on Domoticz
Replies: 85
Views: 26555

Re: Toon Energy Readings on Domoticz

Did you complete all steps without any errors prior to running the script? So Python and Git are installed on your NAS and you were able te clone the script from github and run setup.py without any errors? Can you find files named toon.py + toon.pyc in the Python folder on your NAS (on my synology ...
by MatthijsPH
Friday 22 January 2016 11:16
Forum: Others
Topic: Toon Energy Readings on Domoticz
Replies: 85
Views: 26555

Re: Toon Energy Readings on Domoticz

If anyone is still interested in getting the current state directly from Toon I managed to alter the script that was placed on Github by rvdm . RVDM has done some awesome work! To make a few modifications I forked the script, results can be found here . How to get the current State from Toon into ...
by MatthijsPH
Friday 25 September 2015 10:19
Forum: RFLink Transceiver
Topic: RFLink - USB Gateway - Introduction
Replies: 134
Views: 100433

Re: RFLink - USB Gateway - Introduction

I would like to hook my Visonic Powermax alarmsystem up to Domoticz, or at least use the many sensors (motion/door/smoke/etc). Should I wait for full RFLink 868 support, or can I order some stuff ahead and give it a try myself? I can order some Arduino equipment (eg. as found on mysensors.org), but ...