Search found 34 matches
- Thursday 16 July 2020 17:43
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 193823
Re: How to install Domoticz on a Synology NAS
Without need to playing to guess correct volume number it's possible to find domoticz files under /usr/local/domoticz , which is a symlink to the actual volume.
- Thursday 09 July 2020 9:58
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 193823
Re: How to install Domoticz on a Synology NAS
It was update. A lot of stuff needs to be restore after clean install. But I can try to do clean install and test some python plugins to watch results. Probably later I restore my configuration from backup. UPD: Unfortunally python plugins with clean install did not work too, at least for me ...
- Thursday 09 July 2020 9:01
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 193823
Re: How to install Domoticz on a Synology NAS
Thanks for feedback, then I will start build packages for all archs. Oeh... It seems that it's not so easy. Trying to use plugin ends with python crash :( I'm not sure is it Domoticz or plugin (in this example Zwave BatteryLevel plugin used): 2020-07-09 09:54:43.232 Error: #0 /usr/local/domoticz ...
- Thursday 09 July 2020 8:26
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 193823
Re: How to install Domoticz on a Synology NAS
Much better now (tested on evansport). Thank you. Donation on the way

Code: Select all
Version: 2020.2 (build 12213)
Build Hash: be4889e5d-modified
Compile Date: 2020-07-08 22:31:18
dzVents Version: 3.0.11
Python Version: 3.5.1 (default, Jan 29 2018, 14:16:25) [GCC 4.9.3 20150311 (prerelease)]
- Wednesday 08 July 2020 22:57
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 193823
Re: How to install Domoticz on a Synology NAS
Hi! I also stucked with problem that python version do not recognize pyhon on my DS214play. Python installed: admin@ds214:/var/services/homes/admin$ python3 -V Python 3.5.1 Domoticz version 6.2 with python installed: 2020.2 (build 12190) I don't know is it normal or not, but About screen shows ...
- Monday 21 October 2019 12:17
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
Configuration download work? Which type of Z-Wave stick you are using?
- Monday 21 October 2019 10:36
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
For instance, I just installed for testing fresh last stable Domoticz on raspberry, then connected Z-Wave USB stick and downloading works. It gave me xml file (it's quite empty, because no added nodes to the controller). zwcfg_0xcd99e118.xml: <?xml version="1.0" encoding="utf-8" ?> <Driver xmlns ...
- Tuesday 15 October 2019 17:53
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 373175
Re: domoticz in synology as package! Available now.
Hi! I have installed Jadahl package (Beta for DSM 6.2) on my two Synology devices (DS214 Play and DS218+) and downloading configuration file from Z-Wave Node Managemenrt does not working on both of them. URL opened (e.g. https://mysyno.address.me/zwavegetconfig.php?idx=2), but nothing happened, only ...
- Tuesday 15 January 2019 12:15
- Forum: Other questions and discussions
- Topic: Panasonic TV Support
- Replies: 73
- Views: 19647
Re: Panasonic TV Support
it's hogging the log view. I've set the plugin to a poll interval of 60 seconds - and yet ... I get twelve logs every minute. I have exactly the same problem. Log is flooding by this plugin every 5 seconds, no matter what is polling interval: 2019-01-15 13:12:55.123 Status: Panasonic Plugin: (TX ...
- Saturday 25 November 2017 22:55
- Forum: dzVents
- Topic: Request: Help for Danfoss LC13 issues
- Replies: 17
- Views: 2535
Re: Request: Help for Danfoss LC13 issues
Your LC13 are battery powered and thus they wakeup for listening periodically (probably each 5 minutes) and if you send commands more often, then some of commands can be unseen by thermostat. Maybe there is reason of script unstable work?
Sent from my SM-T585 using Tapatalk
Sent from my SM-T585 using Tapatalk
- Thursday 09 November 2017 20:42
- Forum: dzVents
- Topic: Scheduling with dzVents
- Replies: 6
- Views: 1369
Re: Scheduling with dzVents
Oh, I see ... I didn't notice usage of trigger info ((triggerInfo.trigger) in the script body.
Sorry.
Sorry.
- Thursday 09 November 2017 17:01
- Forum: dzVents
- Topic: Scheduling with dzVents
- Replies: 6
- Views: 1369
Re: Scheduling with dzVents
I think there overkill in proposed trigger condition:
The last line makes first two useless.
Code: Select all
'every 10 minutes between 05:50 and 08:00',
'every 10 minutes between 19:00 and 21:00',
'every 10 minutes',
- Tuesday 31 October 2017 13:09
- Forum: dzVents
- Topic: Comparing two float variables in dzVents
- Replies: 6
- Views: 1473
Re: Comparing two float variables in dzVents
Oeh, I just noticed this typo as well.
Thank you for your effort and sorry for the noise
Thank you for your effort and sorry for the noise

- Tuesday 31 October 2017 12:52
- Forum: dzVents
- Topic: Comparing two float variables in dzVents
- Replies: 6
- Views: 1473
Re: Comparing two float variables in dzVents
OK, it could, but in my case it's not. Some details. Code part: domoticz.log('*** Original values: ' .. myCurrSetPoint .. ' -> ' .. domoticz.variables('devolo1NightTemp').value .. ' ***') domoticz.log('*** Rounded values: ' .. domoticz.round(myCurrSetPoint, 1) .. ' -> ' .. domoticz.round(domoticz ...
- Tuesday 31 October 2017 11:43
- Forum: dzVents
- Topic: Comparing two float variables in dzVents
- Replies: 6
- Views: 1473
Re: Comparing two float variables in dzVents
Thank you for your help. I assume that in your code ~- shoul be as ~=, but with if it didn't work: if ((domoticz.round(myCurrentSetPoint, 1)) ~= (domoticz.round(domoticz.variables('NightTemp').value, 1))) then 2017-10-31 12:31:00.307 Error: dzVents: Error: An error occured when calling event handler ...
- Friday 27 October 2017 21:51
- Forum: dzVents
- Topic: Comparing two float variables in dzVents
- Replies: 6
- Views: 1473
Comparing two float variables in dzVents
Hi! I need to compare two float variable with different round. For example values 18 and 21.50. Direct comparing does not work: if (myCurrSetPoint ~= domoticz.variables('NightTemp').value) I found workaround to get it working: if (myCurrSetPoint*100 ~= domoticz.variables('NightTemp').value*100) But ...
- Monday 16 January 2017 20:11
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 538730
Re: RE: Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
corbin wrote:This is already fixed after the last firmware update.

- Sunday 15 January 2017 22:52
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 538730
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
In domoticz, it looks like when the door is open, it is considered as closed in the status 1 minute after it has been open, whatever the case. Yes, it is (beta v3.6367). Domoticz "close the door" on this signal: {"cmd":"report","model":"magnet","sid":"158d00011854aa","short_id":1082,"data":"{\"no ...
- Sunday 15 January 2017 14:36
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 538730
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Not (yet?) I hope and think @corbin will comment this.
- Sunday 15 January 2017 13:52
- Forum: Zigbee
- Topic: Xiaomi Smart Home Suite (very cheap) compatibilty?
- Replies: 2452
- Views: 538730
Re: Xiaomi Smart Home Suite (very cheap) compatibilty?
Did you try to press lamp icon?paszczus wrote:My Mi Smart Plug is only showing "On" and i don't see an option to turn it off
