Search found 12 matches
- Tuesday 03 September 2024 20:15
- Forum: Temperature and Weather
- Topic: Netatmo authentication changes Oct 2022
- Replies: 401
- Views: 59479
Re: Netatmo authentication changes Oct 2022
Now, I'm really puzzled. Netatmo was working fine for me throughout the last month. But since I updated to beta build 16212, I does not login at all anymore. It is asking now for Client ID, Client Secret and there is a login button. Does anyone know some help to this situation? I kind of don't know ...
- Thursday 06 June 2024 16:07
- Forum: Temperature and Weather
- Topic: Netatmo authentication changes Oct 2022
- Replies: 401
- Views: 59479
Re: Netatmo authentication changes Oct 2022
For a few days now, the Netatmo plugin has stopped working as it did. I generate the password according to the url https://www.domoticz.com/wiki/Netatmo and it starts working, but after a while it stops working and I get the following errors. 2024-06-06 14:14:39.544 Error: Netatmo: No access ...
- Thursday 06 June 2024 12:29
- Forum: dzVents
- Topic: trigger distiction in a script: physical button or script?
- Replies: 8
- Views: 885
Re: trigger distiction in a script: physical button or script?
Thanks for the suggestions, I will try if I can make use of the above. What I thought was to set a boolean variable 'controlled_by_physical_switch' in a dzvents script whenever the physical button switches on. Than the a second dzvents script for the PIR checks the 'controlled_by_physical' variable ...
- Thursday 06 June 2024 5:02
- Forum: dzVents
- Topic: trigger distiction in a script: physical button or script?
- Replies: 8
- Views: 885
Re: trigger distiction in a script: physical button or script?
Now, I figured out a little how to check the event triggers by the isCustomEvent, isDevice, isGroup, ... functions of the item object. If I click in the domoticz gui on a switch_01 it would tell: isDevice is True If I use a dzvent script from a second switch_02 and use domoticz.devices('switch_01 ...
- Wednesday 05 June 2024 19:22
- Forum: dzVents
- Topic: trigger distiction in a script: physical button or script?
- Replies: 8
- Views: 885
trigger distiction in a script: physical button or script?
Hi all, I would like to combine a shelly 1 and a physical switch (inside the house) and a light+PIR (outside the house). The light should be switched on/off by the PIR. But when I use the physical switch inside, the light should stay on until I switch it off with physical switch. For this, I would ...
- Friday 22 October 2021 17:55
- Forum: Device information
- Topic: Z-Wave factfile: EUROtronic Air Quality Sensor Z-Wave Plus
- Replies: 8
- Views: 3882
Re: Z-Wave factfile: EUROtronic Air Quality Sensor Z-Wave Plus
This is what I quickly put together in python, to see if it works. I'm by far not a programmer, so I'm not sure if it is fail save. hope the xml part might also work on other installations. #!/usr/bin/python3 import sys import os import requests import json import codecs import xml.etree.ElementTree ...
- Tuesday 19 October 2021 17:50
- Forum: Device information
- Topic: Z-Wave factfile: EUROtronic Air Quality Sensor Z-Wave Plus
- Replies: 8
- Views: 3882
Re: Z-Wave factfile: EUROtronic Air Quality Sensor Z-Wave Plus
For me, I also just got the CO2 shown as a device in domoticz. But it jumped between the CO2 ppm and the voc ppb. On my installation (rpi/rapbian) there is a file in the domoticz/Config folder name ozwcache_0xxxxxxxx.xml. It has all the information of my zwave sensor. Also the CO2 and the VOC values ...
- Friday 12 February 2021 20:30
- Forum: Z-Wave
- Topic: Fixing Z-Wave for once and for all!
- Replies: 218
- Views: 41581
Re: Fixing Z-Wave for once and for all!
The neighbours and routes are refeshed when you use the 'heal' functionality. I sugest to stay awaw from the 'heal network' button and the 'nightly heal' option, as these may cause a storm of packages in your z-wave network. In an already overloaded network, this might do more damage than good. But ...
- Thursday 11 February 2021 9:54
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: recent compiling BETAs on raspbian/Stretch?
- Replies: 2
- Views: 314
Re: recent compiling BETAs on raspbian/Stretch?
Thanks for the tip.
I updated the libboost from 1.72 to 1.75 (simply installing on top didn't work, one has to remove all 1.72 files).
But, I still cannot compile the mainworker.cpp.
I guess I should think of changing to raspbian/buster.
I updated the libboost from 1.72 to 1.75 (simply installing on top didn't work, one has to remove all 1.72 files).
But, I still cannot compile the mainworker.cpp.
I guess I should think of changing to raspbian/buster.
- Wednesday 10 February 2021 18:27
- Forum: Installation, Compiling, Permissions, Security and Starting
- Topic: recent compiling BETAs on raspbian/Stretch?
- Replies: 2
- Views: 314
recent compiling BETAs on raspbian/Stretch?
Hi all, I'm just asking if someone is still running/compiling on raspbian/stretch? Up to now I could still compile the latest Betas (up to 2020.2.12901). But today I tried to compile 2020.2.12934 and it threw some errors from the mainworker.cpp and didn't finish. The error messages are quite lengthy ...
- Thursday 04 February 2021 19:37
- Forum: Z-Wave
- Topic: Fixing Z-Wave for once and for all!
- Replies: 218
- Views: 41581
Re: Fixing Z-Wave for once and for all!
the 'heal this device' function (the little +-sign behind each node in the z-wave devices list), can be useful in some situations. Important tip: only click one (1) heal button at a time, after each click wait sufficiently long (at least 5 minutes) before clicking another one. (...) it is better to ...
- Tuesday 02 February 2021 0:08
- Forum: Z-Wave
- Topic: Fixing Z-Wave for once and for all!
- Replies: 218
- Views: 41581
Re: Fixing Z-Wave for once and for all!
Thanks for starting this topic! in my case, I have a quite repeating problem with z-wave. It is only about changing the state of switches from within domoticz (all of my wall-plugs and relays at the same time). They won't switch after about 2-3 day from the web front end, dzvents or a timers. The ...