Search found 4 matches
- Saturday 30 October 2021 10:31
- Forum: Python
- Topic: Devices list empty from python plugins
- Replies: 0
- Views: 273
Devices list empty from python plugins
Hello, I have a small problem to get the devices list from domoticz ... I use this part of code : if Devices: Domoticz.Debug("Devices found") for DOMDevice in Devices: .... And this line always return 0 : Domoticz.Debug("Device count: " + str(len(Devices))) Do you have an idea ? This script work ...
- Thursday 18 May 2017 22:05
- Forum: Suggestions
- Topic: Remotec ZRC-90 Scene Master
- Replies: 53
- Views: 20878
Re: Remotec ZRC-90 Scene Master
Solution here : https://github.com/OpenZWave/open-zwave/pull/1125
cd open-zwave-read-only
wget https://github.com/OpenZWave/open-zwave/pull/1125.patch
patch -p1 < 1125.patch
make
Rebuild openzwave and domoticz ...
Thank mister gizmocuz !!!!
cd open-zwave-read-only
wget https://github.com/OpenZWave/open-zwave/pull/1125.patch
patch -p1 < 1125.patch
make
Rebuild openzwave and domoticz ...
Thank mister gizmocuz !!!!
- Thursday 11 May 2017 21:11
- Forum: Suggestions
- Topic: Remotec ZRC-90 Scene Master
- Replies: 53
- Views: 20878
Re: Remotec ZRC-90 Scene Master
I have the same problem.
I can see the remote in device list but not the configuration below.
No scene or switch added ... Did you try to switch the remote in "secondary controller mode" ( no success for mee )
I can see the remote in device list but not the configuration below.
No scene or switch added ... Did you try to switch the remote in "secondary controller mode" ( no success for mee )
- Sunday 16 August 2015 19:16
- Forum: Suggestions
- Topic: Netatmo thermostat support
- Replies: 62
- Views: 34734
Re: Netatmo thermostat support
Any news on native support ?