Search found 6 matches
- Wednesday 30 August 2023 23:25
- Forum: Python
- Topic: Python Plugin: Shelly MQTT
- Replies: 504
- Views: 121765
Re: Python Plugin: Shelly MQTT
Problem solved! Since v1.4.3: on MQTT connect, Shellies will publish: ... ... If these are not set after a firmware upgrade -- perform a factory reset of the device. The LWT topic is retained on user configuration (if the Retain flag is set). However, we do not recommend using retained MQTT messages ...
- Friday 12 November 2021 16:20
- Forum: Others
- Topic: HS110 alternative
- Replies: 1
- Views: 424
HS110 alternative
Hi,
I'm looking for Tp-Link HS110 alternative (power plug switch with voltage and amps meters), compatible with Domoticz, EU version.
Any recommendations?
Thanks!
I'm looking for Tp-Link HS110 alternative (power plug switch with voltage and amps meters), compatible with Domoticz, EU version.
Any recommendations?
Thanks!
- Monday 18 January 2021 23:47
- Forum: dzVents
- Topic: edit Group [Solved]
- Replies: 15
- Views: 1062
Re: edit Group [Solved]
Than you very much! I will try it and let you know.
- Monday 18 January 2021 9:46
- Forum: dzVents
- Topic: edit Group [Solved]
- Replies: 15
- Views: 1062
Re: edit Group [Solved]
2/ I found typo problem in my dzVents, there was missing "param="addscenedevice So, adding devices into group is working well, thank you. 1/ But, I still have problem with removing devices from group. Problem is here: /json.htm?type=command¶m=deletescenedevice& idx=37 idx=37 is not ID of device ...
- Sunday 17 January 2021 23:30
- Forum: dzVents
- Topic: edit Group [Solved]
- Replies: 15
- Views: 1062
Re: edit Group [Solved]
I still have two problems, can you help me please? 1) This is OK (group id=13, device id=37): /json.htm?type=command¶m=addscenedevice&idx=13&isscene=false&devidx=37&level=100&ondelay=30&offdelay=30 This is not working: /json.htm?type=command¶m=deletescenedevice&idx=13&devidx=37 2) This ...
- Sunday 17 January 2021 19:16
- Forum: dzVents
- Topic: edit Group [Solved]
- Replies: 15
- Views: 1062
edit Group [Solved]
Hi, is it possible in dzVents (or dzVents+JSON) to edit group "GRP001" and fill it with all switches? For example: 1/ remove all devices in group 2/ add all devices: Switch001 ondelay=3 offdelay=3 Switch002 ondelay=6 offdelay=6 Switch003 ondelay=9 offdelay=9 ... Switch099 ondelay=300 offdelay=300 ...