Search found 14 matches

by lazara007
Saturday 03 November 2018 12:13
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 218175

Re: [MyDomoAtHome] Support thread

dextm80 wrote: Saturday 03 November 2018 10:52 Did you Try 127.0.0.1:3002/devices/ ?
root@Domoticz:/home/pi# curl http://127.0.0.1:3002/devices
curl: (52) Empty reply from server
by lazara007
Saturday 03 November 2018 8:36
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 218175

Re: [MyDomoAtHome] Support thread

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 ...
by lazara007
Friday 02 November 2018 14:20
Forum: Third party and supplementary tools
Topic: [MyDomoAtHome] Support thread
Replies: 1080
Views: 218175

Re: [MyDomoAtHome] Support thread

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.
by lazara007
Wednesday 19 September 2018 16:57
Forum: Other questions and discussions
Topic: plugin Zigate (USB+WiFi) - 2.4.0
Replies: 25
Views: 2974

Re: plugin Zigate (USB+WiFi) - 2.4.0

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 ...
by lazara007
Sunday 02 September 2018 10:41
Forum: Cameras
Topic: Xiaomi Dafang camera
Replies: 13
Views: 5690

Re: Xiaomi Dafang camera

Hello,

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.
by lazara007
Sunday 13 May 2018 10:12
Forum: Suggestions
Topic: Envisalink integration
Replies: 25
Views: 8648

Re: Envisalink integration

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 ...
by lazara007
Sunday 13 May 2018 9:40
Forum: Zigbee
Topic: ZIGATE
Replies: 4
Views: 1855

Re: ZIGATE

Thanks,
I saw that, but my french is worse than my english :-)

But as I tried to understand, no solution yet?
by lazara007
Sunday 13 May 2018 9:28
Forum: Zigbee
Topic: ZIGATE
Replies: 4
Views: 1855

ZIGATE

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 ...
by lazara007
Sunday 13 May 2018 9:21
Forum: Zigbee
Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
Replies: 2452
Views: 535485

Re: Xiaomi Smart Home Suite (very cheap) compatibilty?

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 ...
by lazara007
Monday 05 December 2016 19:06
Forum: dzVents
Topic: Running perl script from within dzVents?
Replies: 5
Views: 2756

Re: Running perl script from within dzVents?

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 ...
by lazara007
Wednesday 09 March 2016 16:21
Forum: Switches and Scenes
Topic: ELRO ACTION
Replies: 20
Views: 23399

Re: ELRO ACTION

Home Easy / ELRO remote using Lighning 4 if I'm right.
by lazara007
Wednesday 17 February 2016 14:30
Forum: PHP and all others
Topic: Notification when switch is on after set time
Replies: 5
Views: 1950

Re: Notification when switch is on after set time

This Lua script will work: -- script_time_garagedoor.lua t1 = os.time() s = otherdevices_lastupdate['Garagedoor'] -- returns a date time like 2013-07-11 17:23:12 year = string.sub(s, 1, 4) month = string.sub(s, 6, 7) day = string.sub(s, 9, 10) hour = string.sub(s, 12, 13) minutes = string.sub(s, 15 ...
by lazara007
Wednesday 17 February 2016 12:13
Forum: Windows
Topic: Domoticz App for Windows 10 UWP
Replies: 116
Views: 50514

Re: Domoticz App for Windows 10 UWP

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 ...
by lazara007
Monday 30 March 2015 14:43
Forum: Language / Translation
Topic: Hungarian language
Replies: 8
Views: 7450

Re: Hungarian language

Thank you!