Search found 4 matches

by dime
Sunday 25 September 2022 19:31
Forum: Z-Wave
Topic: ZwaveJS2MQTT already deprecated?
Replies: 5
Views: 922

Re: ZwaveJS2MQTT already deprecated?

Great, I already saw zwave-js-ui on github but didn't know it was the same.
Very well thanks for your response!
by dime
Sunday 25 September 2022 18:08
Forum: Z-Wave
Topic: ZwaveJS2MQTT already deprecated?
Replies: 5
Views: 922

ZwaveJS2MQTT already deprecated?

While I've never had major problems with OZW, I imagine that if you do, you'll want to figure out possible other alternatives. But I was surprised to see that since 2022.1 OZW is deprecated, things apparently escalate quickly. So I waited a long time to update to ZwaveJS2MQTT, hoping that most of ...
by dime
Friday 06 November 2020 23:55
Forum: Python
Topic: Controlling EvoHome with Python
Replies: 1
Views: 402

Re: Controlling EvoHome with Python

Bump :?:
by dime
Sunday 01 November 2020 17:56
Forum: Python
Topic: Controlling EvoHome with Python
Replies: 1
Views: 402

Controlling EvoHome with Python

To check whether the operating mode of EvoHome (EvoTouch) is still "Heating Off" during summer, I read the current setting with DE.Devices["EvoTouch"].n_value If not 5 (=Heating Off) I want to set the mode to 5. That's not possible by setting n_value, I noticed, but I guess has to be done with DE ...