Plantje wrote: Sunday 14 March 2021 19:22
I would be better off switching to an Atom Homey.
Do you know how it communicates with z wave devices?
The only implementation I have seen working without any problem are Fibaro Homecenter controllers.
Can we easily interface with them?
Sorry, I don't remember the exact location where it was stated, but the story in general was that the lead developer stepped down (I read this also from more replies in this thread) and not many did contribute beside him. I really hope that others step in and get it better. To my opinion up to the ...
Is it still working? I see the correct mqtt messages in the domoticz logging, but after that a lot of errors follow, I think it has to do with the plug in. I updated the rpi, domoticz and the plugin. https://github.com/stas-demydiuk/domoticz-zigbee2mqtt-plugin/issues/458 sudo git fetch ...
Update: Although not all scripts are functional at this moment, the crashing has completely stopped, since I updated to beta v4.11605. I also did an apt update en apt upgrade. Now it has run in total 12 days without any problems. Since yesterday also buienradar plug in and zigbee2mqtt is running ...
The sort of script that I think that can be the reason of the crashes is:
on = { timer = {
-- 'every 10 minutes', -- test
function(domoticz) local TimerTriggerCVKetelVloerPomp = domoticz.devices('CV ketel vloer pomp') local TimerTriggerCVKetelPower = domoticz.devices('CV ketel power ...
I'm wondering for some time, if it's possible to limit the amount of triggers of a script. something like: on = { devices = 'mySwitch' only 'every <xx> minutes' },
So the script gets triggered by mySwitch but only every xx minutes. Normally you have the combined triggering, so on the device and ...
I'm going to add a switch to my front door lock, so I can monitor if it was not forgotten to lock. I'm curious how you're going to do that. Open or close does not seem that difficult. Locked or unlocked is more difficult i think. What kind of hardware are you going to use?
I'm still surprissed that checks are allways done on open doors...
Not on locked ones. I'm going to add a switch to my front door lock, so I can monitor if it was not forgotten to lock.