Search found 2 matches
- Tuesday 13 August 2024 10:25
- Forum: Bugs and Problems
- Topic: Different battery levels for same device
- Replies: 0
- Views: 1269
Different battery levels for same device
Version: 2024.7 Platform: x86/Debian Plugin/Hardware: Eurotronics Sprit ZwaveJS: 13.1.0 / UI 9.17.0 (docker) Description: The Eurotronics valves present multiple sub-devices (Temperature, Setpoint, Mode, etc.), including "Battery level" subdevice. The Battery level is incorrectly displayed in UI (0 ...
- Thursday 11 March 2021 17:32
- Forum: Python
- Topic: Update a dummy temp sensor using DomoticzEvents
- Replies: 9
- Views: 1907
Re: Update a dummy temp sensor using DomoticzEvents
I have gone into the same problem (I have a Eurotronic Spirit thermostatic valve). Thanks to this thread and some other research and experimentation, I have found that: DE.Command('Variable:Foo', '14') # Sets User Variable "Foo" to value 14 DE.Command('SetSetpoing:123', '20') # Sets the Setpoint ...