Running latest stable Domoticz 4.9700, suddenly today my http://IP_rpi:3002 works but my IP:3002/devices does not work. Any ideas? Hi, Did you find a solution? I did a fresh install on V4.9700, but no success. http://IP_rpi:3002 works but my IP:3002/devices does not work. Post your error please, do ...
EdddieN wrote: ↑Tuesday 10 July 2018 23:11
Running latest stable Domoticz 4.9700, suddenly today my http://IP_rpi:3002 works but my IP:3002/devices does not work. Any ideas?
Hi,
Did you find a solution? I did a fresh install on V4.9700, but no success.
http://IP_rpi:3002 works but my IP:3002/devices does not work.
Ok, I sorted out. Removed the whole folder, restarted Domoticz, pulled from git, restarted again. Seems ok now, at least no messages in error log. 2018-09-08 11:18:46.647 Status: (Zigate) Started. 2018-09-08 11:18:47.003 Status: (Zigate) Entering work loop. 2018-09-08 11:18:47.004 Status: (Zigate ...
I have the same problem, test picture is OK, but the live is not.
But, I tried HTTPS, port 443, root/ismart12, using /cgi-bin/currentpic.cgi. Test picture is not ok, but the now i can see the picture in the camreas section. Strange but works.
Hello, Have a look at this: https://flows.nodered.org/node/node-red-contrib-envisalink This node allows you to listen to state changes in your DSC alarm as well as sending commands such as arming and disarming of your alarm. Works well for me at least a year. @Dnpwwo, I have just found your solution ...
Hello, Anyone using ZIGATE instead of Xiaomi Gateway? I tried Xiaomi power socket and Aqara motion sensor, more or less works. But I have error messages in the log: 2018-05-13 08:21:29.353 Error: (Zigate) 'onMessage' failed 'KeyError'. 2018-05-13 08:21:29.353 Error: (Zigate) ----> Line 307 in /home ...
Apparently there's now a working plugin working for Zigate: https://www.domoticz.com/wiki/Zigate Anyone tried it? I tried Xiaomi power socket and Aqara motion sensor, more or less works. But I have error messages in the log: 2018-05-13 08:21:29.353 Error: (Zigate) 'onMessage' failed 'KeyError ...
path was wrong, "t" was missing from srcipts (scrips) return { active = true, on = { 'wall_switch' }, execute = function(domoticz, mySwitch) if domoticz.devices['wall_switch'].state == 'On' then os.execute('/home/pi/domoticz/scripts/limitless_rgb.sh') else os.execute('/home/pi/domoticz/scripts ...
Hello, First of all, thanks for your hard work :-) Is it possible to install you application to a Win10 IOT system, whics is running on a separate Raspberry PI2? See this: https://ms-iot.github.io/content/en-US/GetStarted.htm https://ms-iot.github.io/content/en-US/win10/RPI.htm Controlling Domoticz ...