When i set things up using http the app works but when i try to use https i get a error connect closed by peer.
Checking the cert using chrome on a win machine it tells me its secure.
The dz log is not reporting faild logins.
Anyone any idea what is going wrong
I am trying to use CEC-client to controle my TV and STB When i run this command in a shell ssh [email protected] 'echo on 3 | cec-client -s -d 1' the STB turns on But when i try this in lua os.execute( 'ssh [email protected] echo “on 3” | cec-client -s -d 1') nothing happens. Im pretty sure its a for ...
Oke but this comes direct of the DZvents wiki local livingLights = { 'window', 'couch', 33, -- kitchen light id } local lights = domoticz.devices().filter(livingLights) lights.forEach(function(light) -- do something light.switchOn() end) and also gives the same error If its on the wiki sure its in ...
I have this small script return { on = { timer = { "every minute" }}, execute = function(domoticz, switch) local x = {59,56,47,4,1} local MyDevices = domoticz.devices().filter(x) local CurrentLux = domoticz.devices("Lux Living").lux local Geo = domoticz.devices('Geofence') if (Geo.state == 'Off ...
still getting a error 2018-03-10 18:41:28.354 dzVents: Error (2.4.1): error loading module 'lux' from file '/home/pi/domoticz/scripts/dzVents/scripts/lux.lua': /home/pi/domoticz/scripts/dzVents/scripts/lux.lua:16: unexpected symbol near '.' When I alter this line in local luxRecord.date = luxState ...
Its for a lux meter. If the lux level is below or above a set level for a set time turn on or off the lights Made this in plain lua and want to port this to dzvents There the var is only updated once and only if the current lux is above or under the set level. If the var is not changed for a set ...
Hello Trying this script but getting a error inside KODI to check the log This is what i get there ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: Error Contents: global name 'user ...
Hey there
In the latest release you could be able to at a dummy RGBW switch
Been looking around but can't find it
Can someone point me in the right direction