Search found 1 match

by Deltree
Thursday 11 March 2021 17:32
Forum: Python
Topic: Update a dummy temp sensor using DomoticzEvents
Replies: 9
Views: 2018

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 ...