Search found 10 matches
- Thursday 24 December 2015 17:46
- Forum: PHP and all others
- Topic: Help wanted updatedevice Yocto-Thermocouple!!
- Replies: 9
- Views: 1902
Re: Help wanted updatedevice Yocto-Thermocouple!!
2015-12-24 17:43:54.409 WebServer: udevices: 0 2015-12-24 17:43:54.409 WebServer: udevices: 13.63 2015-12-24 17:43:54.409 WebServer: udevices: 11.38 2015-12-24 17:43:54.409 WebServer (updateDevice from LUA) : idx=150 nvalue=0 svalue=13.63;13.63 invalue=0 signallevel=12 batterylevel=255 2015-12-24 ...
- Thursday 24 December 2015 17:02
- Forum: PHP and all others
- Topic: Help wanted updatedevice Yocto-Thermocouple!!
- Replies: 9
- Views: 1902
Re: Help wanted updatedevice Yocto-Thermocouple!!
Hello after a quick test got one reading showing other is also reading but not showing. 2015-12-24 16:45:39.615 WebServer: udevices: 0 2015-12-24 16:45:39.615 WebServer: udevices: 13.02 2015-12-24 16:45:39.616 WebServer: udevices: 11.18 2015-12-24 16:45:39.616 WebServer (updateDevice from LUA) : idx ...
- Thursday 24 December 2015 12:52
- Forum: PHP and all others
- Topic: Help wanted updatedevice Yocto-Thermocouple!!
- Replies: 9
- Views: 1902
Re: Help wanted updatedevice Yocto-Thermocouple!!
Hello i am getting this as a result! Both my virtual devices nothing shows. the log! tells me the same as your result. Jvdz Error: WebServer: /usr/local/domoticz/var/scripts/lua_parsers/yoctapuce.la:4: attempt to concatenate global 'pressure' (a nil value) When i push the ''test'' button i get this ...
- Thursday 24 December 2015 10:55
- Forum: PHP and all others
- Topic: Help wanted updatedevice Yocto-Thermocouple!!
- Replies: 9
- Views: 1902
Re: Help wanted updatedevice Yocto-Thermocouple!!
The manual i am using is this: https://www.domoticz.com/wiki/Inserting_raw_data_lua_parsers This manual is for the Temperature device am just copied it! Its my first steps in Domoticz I followed al the steps: Callback : http://<domoticz ip>:<domoticz port>/json.htm?type=command¶m=udevices&script ...
- Thursday 24 December 2015 10:24
- Forum: PHP and all others
- Topic: Help wanted updatedevice Yocto-Thermocouple!!
- Replies: 9
- Views: 1902
Help wanted updatedevice Yocto-Thermocouple!!
Hello i am struggling with Lua and updating devices. I both a Thermocouple from yoctopuce I am using this solution of updating devices. I use the same settings as described in the explanation of Domoticz. https://www.domoticz.com/wiki/images/3/3b/Inserting_raw_lua_parsers.png The information the ...
- Wednesday 23 December 2015 13:04
- Forum: Switches and Scenes
- Topic: How to update switch status ?
- Replies: 38
- Views: 29995
Re: How to update switch status ?
Hello i am struggling with Lua and updating devices. I both a Thermocouple from yoctopuce I am using this solution of updating devices. I use the same settings as described in the explanation of Domoticz. https://www.domoticz.com/wiki/images/3/3b/Inserting_raw_lua_parsers.png The information the ...
- Tuesday 22 December 2015 11:27
- Forum: LUA
- Topic: Lua Script for turning light on when motion
- Replies: 31
- Views: 14523
Re: Lua Script for turning light on when motion
commandArray = {} time = os.date("*t") minutes = time.min + time.hour * 60 if (timeofday['Nighttime']) and (devicechanged['Bewegings melder poort'] == 'On') then commandArray['OpenURL']='http://xxxx:[email protected]:xxxx/3?026226391D0F11FF=I=357' end if (timeofday['Nighttime']) and (devicechanged ...
- Saturday 19 December 2015 15:04
- Forum: LUA
- Topic: Lua Script for turning light on when motion
- Replies: 31
- Views: 14523
Re: Lua Script for turning light on when motion
Hello i am now trying this script! I have not tested it yet! The problem is i can not turn off the motion sensor by day because its also activating a recording blocky. The blocky activates a API URL for recording in Synology SS this blocky works all day i just want to do the other job of turning on ...
- Friday 18 December 2015 15:56
- Forum: LUA
- Topic: Lua Script for turning light on when motion
- Replies: 31
- Views: 14523
Re: Lua Script for turning light on when motion
Hello i am pretty new to scripting a have a few good working scripts. I have used the above scripts but i still have a question! I have noticed that starting a script is faster then a blocky script. – My question is how could I use a motion sensor to start a device when the its dark (from SUNSET to S ...
- Thursday 03 December 2015 14:07
- Forum: Others
- Topic: Seneye Fish Tank Monitor
- Replies: 9
- Views: 3618
Re: Seneye Fish Tank Monitor
Hello i have a question! What am i doing wrong. This is my first question on this forum. I have a Seneye pond dive and trying out the code provided by RobDob When i type the url from the api i get this result: 0-18.4-18.80-17.3507.330-10.00100.0010-111.7011.61100 I have modify the code and saved it ...