Search found 5 matches

by cctl01
Wednesday 26 September 2018 21:52
Forum: LUA
Topic: lua script broke since domoticz update
Replies: 4
Views: 709

Re: lua script broke since domoticz update

The hardware is dummy and type sensor is custom sensor. The value is displayed correctly in Domoticz and graphs etc seem fine.
by cctl01
Wednesday 26 September 2018 12:29
Forum: LUA
Topic: lua script broke since domoticz update
Replies: 4
Views: 709

Re: lua script broke since domoticz update

The device shows only one value, the first. (667)
Do you think LUA does no longer accept anything other than a number when using tonumber?
by cctl01
Monday 24 September 2018 21:32
Forum: LUA
Topic: lua script broke since domoticz update
Replies: 4
Views: 709

lua script broke since domoticz update

My script used to be able to perfrom calculations on the value of my CO2 sensor that i would get using the line sCO2 = tonumber(otherdevices_svalues['CO2 woonkamer']) A few weeks ago i updated Domoticz to the latest stable (4.9788) and since the script results in: Error: EventSystem: in CO2 ...
by cctl01
Friday 13 March 2015 23:49
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 94241

Re: WIP - Dashticz - Alternative Dashboard

I do see the extra tile when playing media in xbmc (kodi)!
It was because of the screenshots I was expecting to see a tab for xbmc..
Thanks for your reply.
by cctl01
Friday 13 March 2015 20:31
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 94241

Re: WIP - Dashticz - Alternative Dashboard

Note that not only PHP but also curl is required when running on a normal webserver! I had to find out from my appache log.
Maybe the OP and github can be updated?
I have no xbmc tab appearing after putting ip and port in the CONFIG.js file. Any idea what could be wrong?