Search found 23 matches

by Olgmo
Sunday 27 March 2022 12:46
Forum: Z-Wave
Topic: Fixing Z-Wave for once and for all!
Replies: 218
Views: 42891

Re: Fixing Z-Wave for once and for all!

Thanks for your reply. I am now on lastest mosquitto 2.0 on Docker.
I had an incorrect location on config file. I was on "./mosquitto/conf" but should have been "./mosquitto/config"
My error :oops: :roll:
by Olgmo
Thursday 24 March 2022 8:54
Forum: Z-Wave
Topic: Fixing Z-Wave for once and for all!
Replies: 218
Views: 42891

Re: Fixing Z-Wave for once and for all!

Thanks, figured that part out as well and created a docker-compose for Mosquitto So far so good, will start some testing and see how it goes. Thanks for the help and patience, it's a lot to process if this is the first time dipping your toes in Docker, MQTT and zwavejs2mqtt :oops: Thank you for ...
by Olgmo
Monday 08 March 2021 8:59
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Remote access via MyDomoticz no longer works
Replies: 7
Views: 1222

Re: Remote access via MyDomoticz no longer works

I have similar experience on my Rpi4 on beta 13049. Looks to me that mydomoticz cause the web service on RPi to crash. When I try to access mydomoticz and the icon is green, then the local web crashes an I have to restart Domoticz :-( I really this this is a great service to have and I hope it is ...
by Olgmo
Sunday 01 December 2019 14:43
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 120317

Re: Python Plugin: Shelly MQTT

Then enabled the verbose debugging, before enable the mqtt again in Shelly. This is what came in the log (I removed other unit then the one in question) Log seems ok, except that there are no sign of device creation, nor error messages. Again: do you have any Shelly devices already in domoticz and ...
by Olgmo
Sunday 01 December 2019 13:47
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 120317

Re: Python Plugin: Shelly MQTT

Then enabled the verbose debugging, before enable the mqtt again in Shelly. This is what came in the log (I removed other unit then the one in question) Log seems ok, except that there are no sign of device creation, nor error messages. Again: do you have any Shelly devices already in domoticz and ...
by Olgmo
Friday 29 November 2019 23:27
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 120317

Re: Python Plugin: Shelly MQTT

Additional verbose debug info to my post above where device is not added. Here I first disabled the mqtt in shelly_flood. Then enabled the verbose debugging, before enable the mqtt again in Shelly. This is what came in the log (I removed other unit then the one in question) I'm running on a RPi3 Any ...
by Olgmo
Wednesday 27 November 2019 18:15
Forum: Python
Topic: Python Plugin: Shelly MQTT
Replies: 504
Views: 120317

Re: Python Plugin: Shelly MQTT

I just got the flood sensor, but cannot add this to devices. Any suggestions for finding the fault? I have a shelly1 and shelly 2.5 which was added successfully for some time ago. And I am on stable 4.10717 I added the mqtt settings in the flood sensor but no new device added to the domoticz list ...
by Olgmo
Saturday 12 August 2017 10:26
Forum: Z-Wave
Topic: All z-wave configuration options vanished ??? [CLOSED]
Replies: 2
Views: 824

Re: All z-wave configuration options vanished ???

I found a way to solve this my self.
If I started the inclusion mode again on controller and an existing device the node is updated.
The only thing I noticed is a plus sign "+" at the end like this "FIBARO System FGD212 Dimmer 2+"
Don't know what this mean though..
by Olgmo
Friday 11 August 2017 22:39
Forum: Z-Wave
Topic: All z-wave configuration options vanished ??? [CLOSED]
Replies: 2
Views: 824

All z-wave configuration options vanished ??? [CLOSED]

Plugin/Hardware: z-wave I have noticed that almost all my nodes (19 out of 20) have lost configuration option :shock: :shock: :shock: Only NorthQ has this option now. This happen sometime the last 2 weeks I guess.. The list show no manufacturer name except for z-wave.me and NorthQ. What went wrong ...
by Olgmo
Thursday 10 August 2017 9:02
Forum: dzVents
Topic: Using domoticz.openURL()
Replies: 5
Views: 7053

Re: Using domoticz.openURL()

Okay,
I have s normal LUA scripts that work with curl, but wanted to to try out this new script
by Olgmo
Wednesday 09 August 2017 18:06
Forum: dzVents
Topic: Using domoticz.openURL()
Replies: 5
Views: 7053

Using domoticz.openURL()

Hi I am trying to figure out how to use the openurl() command. How is this suppose to work? I want to fetch a status for a wifi device by this command (http://10.0.0.99/json?cmd=status) This is not the Domoticz server. When doing this in a browser i get: "{"successful": true, "name": "430x", "status ...
by Olgmo
Wednesday 26 July 2017 12:33
Forum: Rfxcom Transceiver
Topic: Question: Manual add switch (Visonic) Which TYPE?
Replies: 2
Views: 2055

Question: Manual add switch (Visonic) Which TYPE?

I have a remote control for my garage door who I used RFXmanager to find this: Packettype = Security1 subtype = Visonic CodeSecure Sequence nbr = 154 id1-3 = D20518 decimal:13763864 status = Light On Now I what to add this as a switch. But when I go to "Add manual light/switch device" I dont know ...
by Olgmo
Tuesday 02 May 2017 17:59
Forum: LUA
Topic: Weird calculation of time with os.date?
Replies: 1
Views: 1665

Weird calculation of time with os.date?

Hi all, I try to convert elapsed time from second into hours and minutes with os.date("%I:%M",diff)) but I dont understand why this is not working.. Command: print ("UNIT Run time." .. diff .. " sec - " .. os.date("%H:%M",diff)); Log: LUA: UNIT Run time. 306 sec - 01:05 WHY is 306 seconds display as ...
by Olgmo
Monday 03 October 2016 20:45
Forum: Blockly
Topic: Blockly: Strange behaviour when using illumination LUX
Replies: 3
Views: 1110

Re: RE: Re: Blockly: Strange behaviour when using illumination LUX

The event will be triggered every time any of the values change...if LUX was (let's say) 90, it will trigger the script, but when LUX drops lower (eg when you dim the lights perhaps?), it will trigger this script again. You can solve it with a dummy switch which you enable first time and then ...
by Olgmo
Monday 03 October 2016 19:36
Forum: Blockly
Topic: Blockly: Strange behaviour when using illumination LUX
Replies: 3
Views: 1110

Blockly: Strange behaviour when using illumination LUX

I have set up dimmable lights to go on when LUX is less than 100 and this works, but only partly. If I from GUI adjust the dimmer, let say to 33%, the blockly script will be trigged on new PIR detection and change the value back to 66%. Why does PIR detection do anything in this script when only ...
by Olgmo
Monday 08 August 2016 18:18
Forum: Z-Wave
Topic: Door Lock - IDLock whit z-wave modul
Replies: 13
Views: 3637

Re: Door Lock - IDLock whit z-wave modul

Your´re right. Works with secure to lock :-)
by Olgmo
Sunday 24 July 2016 22:08
Forum: Z-Wave
Topic: Door Lock - IDLock whit z-wave modul
Replies: 13
Views: 3637

Re: Door Lock - IDLock whit z-wave modul

Strange.. My device say "Closed" whatever I do. (close/open from Domoticz or close/open from door) Even got a replacement RFID chip to test, but no change. Have you upgraded domoticz after you connected the lock ? if so .. check the security key.. I did not use secure inclusion, do you think it's ...
by Olgmo
Sunday 24 July 2016 11:09
Forum: Other questions and discussions
Topic: How to interpret the Zwave Mesh diagram ?
Replies: 18
Views: 4261

Re: How to interpret the Zwave Mesh diagram ?

Hi,

I have a node that is not connected to other nodes in the diagram, but it works OK.
How is that possible?
Now long does it take for the diagram to update to correct network?
Image
by Olgmo
Monday 11 July 2016 18:55
Forum: Z-Wave
Topic: AEOTEC Door / Window Sensor 6 (model ZW112)
Replies: 31
Views: 9243

Re: AEOTEC Door / Window Sensor 6 (model ZW112)

I was a little disappointed that the two reed sensors on board not gave individual status. That would be great for a tilt and turn window.