I’m using the same switch and the same software release, and exploring the same problems.
With over 70 devices, it’s not a good idea to use beta versions, I presume?
So I’m using these switches for future development……
Hi Waaren, Thanks for your quick reply. I guess I wasn’t clear enough;-) This only happens when a device is started, stopped or changed trough a command from dzVents. All other devices for example controlled by the timers no problems. I’ll try the debugging option. It occurs nevertheless with sev ...
Hey guy’s, I have some strange behavior with my site, and I have the idea that’s related to dZventz. Several times a week when a group of lights is dimmed or switched the action is reverted in exact 5 seconds! Sometimes is the action “switch off” reverted after 5 seconds in “switch on”. Sometimes fro ...
I'm using 6 Fibaro's without any problem. After channing the battery (every year) once in a while I have to do a manual wake-uo by pushing the B button.
... Can't figure out wat went wrong, and why it isn't working after restarting. Hi Martin, could you try this time based script to see if dzVents reports anything in the log. Might help to find a root cause. return { on = { timer = { "every minute" }}, execute = function(domoticz) domoticz.log ...
Hi Waaren, Thanks for your reply. I uses this simpel code: return { on = { devices = { 'KF1' } }, execute = function(domoticz, device) domoticz.log('Device ' .. device.name .. ' was changed', domoticz.LOG_INFO) end } It worked, until a made some more test and then I got the error and logging you saw ...
MMMh I think it's vacation time. Nobody an idea? On this moment i've not rebooted the device, but the DzVents systems stopped working as I mentioned. I think I'am gonna try a reboot, but my confidence in this application is gone ;-( The cool examples and most of the reactions toke me to DzVents ...
Hey Guys, Another update. I'am pretty sure that the fault is in the DzVents system, not in hardware, Domoticz or Python. I've installed new Raspberry, fresh Stretch install, latest domoticz updates/upgrades, then did a restore of my Zwave environments and everything worked. On the other raspberry I ...
I’ve been having dzvents problems that started today too. Not sure if they are related. Everything was working fine until I edited some scripts this morning. I left them saved and enabled all day but with some syntax errors.Ive now fixed these errors. The events system starts up ok, but some s ...
can you please post the result for sudo systemctl start domoticz Hai Emme, pi@Meterkast:~/domoticz$ sudo systemctl start domoticz pi@Meterkast:~/domoticz$ No result/error or working server ... Or do you need some logging, and if yes, witch logging? At last I gave up. I had a recent backup, sow I ...
You probably have python issues.. try to disable all plugins (rename plugin.py in each folder under /home/pi/domoticz/plugin ) if this does not fix then try /home/pi/domoticz/updaterelease ciao M P.S. did you update/upgrade the PI via apt-get or rpiupdate ? Hey goodmorning, That was also my idea ...
The answer to your question is: Status: EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform. which lead to an already discovered problem with a (probably) solution https://www.domoticz.com/forum/viewtopic.php?t=19122 ;) I ...
Hereby the logging from both systems when I stopped the Eventsystem: 2018-07-24 15:59:09.187 Status: EventSystem: Stopped... 2018-07-24 15:59:21.859 Status: EventSystem: reset all events... 2018-07-24 15:59:21.860 Status: dzVents: Write file: /home/pi/domoticz/scripts/dzVents/generated_scripts ...
elmortero wrote: ↑Tuesday 24 July 2018 15:50
Might sound silly, but did the trick a while ago for me:
In settings I disabled dzvents and eventsystemen and enabled them again..
Sounded as something I haven't tried.
But also disabling en enabling didn't make the difference..
Hey Emme, For this exercise I'm using a simple scripts, so there is no chance of naming issues etc.. I use this script on both Rpi's one works, one doesn't. return { on = { devices = { 'KF1', 'KF3' } }, execute = function(domoticz, device) domoticz.devices('Robin Spots').dimTo(50) domoticz.log ...