Search found 18 matches
- Monday 07 September 2020 12:13
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 190748
Re: How to install Domoticz on a Synology NAS
Is it always necessary to uninstall the old package before installing the new package? I am running V4.10717 stable and want to upgrade to V2020.2 stable. I use multiple Neo Coolcam Zwave plugs. Or is it possible to just install V2020.2 over V4.10717?
- Thursday 24 October 2019 10:51
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 364220
Re: domoticz in synology as package! Available now.
I use the AON Aeotec ZW090 Z-Stick Gen5 EU. And, sorry, the configuration download page is empty by me as well.Configuration download work? Which type of Z-Wave stick you are using?
- Monday 21 October 2019 20:44
- Forum: Z-Wave
- Topic: Neo CoolCam Power plug 12A+ problem with kWh
- Replies: 46
- Views: 11819
Re: Neo CoolCam Power plug 12A+ problem with kWh
Ik heb hetzelfde probleem en Ik krijg een foutmelding bij het runnen van het script. Ik ben zelf onbekend met programmeren, iemand een idee wat er fout gaat? 2019-10-21 20:35:09.072 Status: dzVents: Info: NEO Coolcam kWh Fix: ------ Start internal script: kWh_Correct: Device: "L_WMGroot_kWh (Aeon Z ...
- Monday 21 October 2019 10:45
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 364220
Re: domoticz in synology as package! Available now.
I am running the latest stable on my Synology DS218+ and I don't have problems with Zwave.
- Friday 14 December 2018 18:47
- Forum: Suggestions
- Topic: Change PVOutput update interval from 5 min to 10 min
- Replies: 2
- Views: 582
Re: Change PVOutput update interval from 5 min to 10 min
New comment on the PVOutput forum: they set the rate limit back to what is was: "The rate limit has been increased to 12 and 60 per hour for regular and donation accounts respectively. Get Statistics results for the same query are now cached for 24hrs and will result in the same statistic for 24 hrs ...
- Thursday 13 December 2018 18:57
- Forum: Suggestions
- Topic: Change PVOutput update interval from 5 min to 10 min
- Replies: 2
- Views: 582
Change PVOutput update interval from 5 min to 10 min
For my solar panels in Domoticz I get the input from PVOutput. Since yesterday I get "Error: PVOutput (Input): Error login!" 6 times every 5 minutes in an hour starting at HH:30. The login attempts by Domoticz from HH:00 to HH:25 are successful however. The PVOutput forum says: As from december 12th ...
- Monday 05 February 2018 20:07
- Forum: LUA
- Topic: timer: 'between aa and bb' not working
- Replies: 1
- Views: 516
Re: timer: 'between aa and bb' not working
Solved, It should be :
'every 3 minutes between 06:00 and 16:00'
In my first post it runs: between 06:00 and 16:00 AND every 3 minutes
'every 3 minutes between 06:00 and 16:00'
In my first post it runs: between 06:00 and 16:00 AND every 3 minutes
- Monday 05 February 2018 19:31
- Forum: LUA
- Topic: timer: 'between aa and bb' not working
- Replies: 1
- Views: 516
timer: 'between aa and bb' not working
I am on beta 3.8873. I have this script: local ESP1_Lux = 111 return { on = { devices = {[ESP1_Lux] = {'between 06:00 and 16:00', 'every 3 minutes'}} }, execute = function(domoticz) --domoticz.devices(ESP1_Lux).dump() domoticz.log(domoticz.devices(ESP1_Lux).lux) if domoticz.devices(ESP1_Lux).lux ...
- Sunday 04 February 2018 20:49
- Forum: dzVents
- Topic: .forMin() no longer working
- Replies: 7
- Views: 1041
Re: .forMin() no longer working
I am on 3.8873 but the forMin() is not working. My Pir switches on a switch. The switch goes on, but stays on (I waited 5 minutes), even is the PIR is not triggered anymore: return { on = { devices = {'PIR*'}, }, execute = function(domoticz, detector) --domoticz.log(detector.state) --domoticz.log ...
- Sunday 04 February 2018 18:41
- Forum: dzVents
- Topic: .forMin() no longer working
- Replies: 7
- Views: 1041
Re: .forMin() no longer working
Is this fixed in 3.8873?
- Tuesday 19 December 2017 12:09
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 364220
Re: domoticz in synology as package! Available now.
Hi, I used to run Domoticz on a Pi. I now installed the latest Apollolake version package on my Synology DS218+. I understand that there is no domoticz.sh in Synology but on the Pi I could change the Loglevel there in order to get only status or error messages. Where can I do this in the Synology ...
- Monday 18 December 2017 13:24
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 190748
Re: How to install Domoticz on a Synology NAS
I now installed the package from Jadahl. Still not able to find the domoticz.sh on the Synology. Database restore works fine now. Where can I find the domoticz.sh?
- Sunday 17 December 2017 18:44
- Forum: Z-Wave
- Topic: Measuring ampere with the Neo Coolcam power plug?
- Replies: 6
- Views: 1759
Re: Measuring ampere with the Neo Coolcam power plug?
I have the Aeotec ZW090 Z-Stick Gen5 EU with firmware Version: 1.4-2501-g5af6780-dirty. I googled but can not find another firmware. On the Eotec website I find a message from: Mon, 4 Apr, 2016: "There is no current firmware update for the Z-Stick Gen5. This page will be updated at a later time if ...
- Friday 15 December 2017 20:11
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 190748
Re: How to install Domoticz on a Synology NAS
Yes, thanx, but I would like to run it in a docker container. This should be possible. But as I want to be able to restore database and to edit domoticz.sh. Otherwise it is not flexible enough.
- Friday 15 December 2017 19:11
- Forum: Z-Wave
- Topic: Measuring ampere with the Neo Coolcam power plug?
- Replies: 6
- Views: 1759
Measuring ampere with the Neo Coolcam power plug?
I am using the Neo Coolcam Power Plug (GC00AM NAS - WR01ZE) with Domoticz version 3.8153 (latest stable) and the Aeotec ZW090 Z-Stick Gen5. I thought is was possible to measure Amps with this power plug but I cannot get this displayed. In the utility tab I only get kWh, Volt and 2 x Watt displayed ...
- Friday 15 December 2017 16:48
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: How to install Domoticz on a Synology NAS
- Replies: 577
- Views: 190748
Re: How to install Domoticz on a Synology NAS
Ik heb een Synology DS218+. Daarop heb ik in docker de Linuxserver/domoticz docker container geinstalleerd. Ik kan domoticz daarna opstarten en krijg logischerwijs alleen lege tabbladen en geen devices. Bij de "Volumes" in de settings van de container heb ik /docker/domoticz gemapped naar /config ...
- Monday 24 April 2017 20:56
- Forum: Other questions and discussions
- Topic: Changing Baro resolution (database problem)
- Replies: 3
- Views: 855
Re: Changing Baro resolution (database problem)
I have the same request
- Tuesday 18 April 2017 12:42
- Forum: Other questions and discussions
- Topic: JSON: RGBW - How to change color/blightnes separately
- Replies: 2
- Views: 1019
Re: JSON: RGBW - How to change color/blightnes separately
Is this solved (possible) yet? I can change a lot of settings with Json, only I don't know the syntax for setting hue and brightness.
Thanks
Thanks