Wall switch neutral/no neutral Moes 2 gang seems supported but only the first gang is working. I have seen other people have the same problem on different platforms. Could someone say if this behavior means it is not (well) supported in Z2T and is there a way around this problem?
Two gangs are reported perfectly clear when pressed on the Moes switch itself. That would indicate all is well and recognized.
SENSOR = {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power":0,"Endpoint":1,"LinkQuality":55}}
SENSOR = {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power":1,"Endpoint":1,"LinkQuality":47}}
SENSOR = {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power2":0,"Endpoint":1,"LinkQuality":60}}
SENSOR = {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power2":1,"Endpoint":1,"LinkQuality":65}}
When I issue commands from Tasmota, only the first gang reacts and works correctly.
ZbSend {"Device":"MoesK","Write":{"Power":1}}
ZbSend {"Device":"MoesK","Write":{"Power":0}}
Both commands with: Send instead of Write, fail. The response makes sense since cluster is not on the supported list ZbProbe and joining show.
RESULT = {"ZbResponse":{"Device":"0xAFF8","Name":"MoesK","Command":"0006!01","Status":195,"StatusMessage":"UNSUPPORTED_CLUSTER","Endpoint":1,"LinkQuality":81}}
Power2 does not receive any response at all, except for the: {"ZbSend":"Done"}
ZbSend {"Device":"MoesK","Write":{"Power2":1}}
ZbSend {"Device":"MoesK","Write":{"Power2":0}}
If I try the above two with: Send instead of Write, response changes to:
RESULT = Unrecognized zigbee command: Power2
Some responses when pairing it look suspicious to me. Thing is connected to constant 230V, but the reply is:
RESULT = {"ZbState":{"Status":30,"IEEEAddr":"0x003C84FFFEB3E2B4","ShortAddr":"0xAFF8","PowerSource":false,"ReceiveWhenIdle":false,"Security":false}}
And this one does not seem correct for "0000/FFDF":
SENSOR = {"0xAFF8":{"Device":"0xAFF8","0000/FFDF":"?R}) ?R}) ","Endpoint":1,"LinkQuality":42}}
Mine, admittedly the normal with neutral variety, work fine.
What happens with ZBSend {“Device”:“MoesK”, “Send”:{Power1”:1}} ?
I suspect that it shown as a ‘battery’ device because it is ‘trickling’ through the light and so doesn’t have enough power to act as a Router.
Regards
Phil K
Sent from Mail for Windows
--
You received this message because you are subscribed to the Google Groups "TasmotaUsers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonoffusers...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/sonoffusers/CA%2B462DbEUxZmmtjc7NQSHJ8ZR-ocFHOLZy-CaS2QhtBT2hW1AA%40mail.gmail.com.
What version of ZbBridge are you using?
I can confirm that Moes 2 Gang Zigbee wall switch, new 2020. neutral
/ no neutral works perfectly fine with the above commands in a wall
with no neutral line.
Blue LEDs on the witches are on when lights are off to aid finding the
swithch in the dark. Both switches can be pressed at the same time.
For the reference:
ZbStatus3 MoesK
RESULT = {"ZbStatus3":[{"Device":"0xAFF8","Name":"MoesK","IEEEAddr":"0x003C84FFFEB3E2B4","ModelId":"TS0601","Manufacturer":"_TZE200_g1ib5ldv","Endpoints":[1],"Config":["~01.1"],"Reachable":true,"LastSeen":123,"LastSeenEpoch":1642790022,"LinkQuality":94}]}
At the moment I do not know how to send a Toggle to each gang as these
commands are new to me.
Philip, many thanks! You just made my day!
2022-01-21 18:23 GMT+01:00, mrzimgjugl asdf <mrzim...@gmail.com>:
> Great! Many thanks! On a test bench, with neutral and live wire, the
> first group seems to work perfectly.
>
> I was curious about the 0xEF00 cluster as i did not see it before. I
> will search for some documentation. Is there a toggle command? I may
> not need it, but would prefer to know it should the need arise.
>
> Switch 1 On:
> ZbSend {"Device":"MoesK","Send":"EF00!00/00550101000101"}
> SENSOR =
> {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power":1,"Endpoint":1,"LinkQuality":63}}
>
> Switch 1 Off:
> ZbSend {"Device":"MoesK","Send":"EF00!00/00560101000100"}
> SENSOR =
> {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power":0,"Endpoint":1,"LinkQuality":63}}
>
> Switch 2 On:
> ZbSend {"Device":"MoesK","Send":"EF00!00/00570201000101"}
> SENSOR =
> {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power2":1,"Endpoint":1,"LinkQuality":63}}
>
> Switch 2 Off:
> ZbSend {"Device":"MoesK","Send":"EF00!00/00580201000100"}
> SENSOR =
> {"MoesK":{"Device":"0xAFF8","Name":"MoesK","Power2":0,"Endpoint":1,"LinkQuality":63}}
>
> Many thanks again! I think this is now good to go into the wall for
> real life testing!
>
> 2022-01-21 18:03 GMT+01:00, mrzimgjugl asdf <mrzim...@gmail.com>:
>> OK, this second group I need to investigate a bit! I never used
>> ZbRestore.
>>
>> i am not quite clear about bridge versions. There is only one
>> tasmota-zbbridge and then I installed ncp-uart-nsw_6.7.9_115200. At
>> the end, it says at the Web GUI: Tasmota 10.1.0. This was 4 weeks ago.
>>
>> The first group of commands is currently no go:
>>
>> ZbSend {"Device":"switch","Send":"EF00!00/00560101000100"}
>> RESULT = {"ZbSend":"Invalid parameter"}
>>
>>
>> 2022-01-21 17:00 GMT+01:00, Philip Knowles <knowles...@gmail.com>:
>>> Also worth trying
>>>
>>> Turn on switch 1: ZbSend
>>> {"Device":"switch","Send":"EF00!00/00550101000101"}
>>> Turn off switch 1: ZbSend
>>> {"Device":"switch","Send":"EF00!00/00560101000100"}
>>> Turn on switch 2: ZbSend
>>> {"Device":"switch","Send":"EF00!00/00570201000101"}
>>> Turn off switch 2: ZbSend
>>> {"Device":"switch","Send":"EF00!00/00580201000100"}
>>>
>>>
>>>
>>> This is what should work
>>>
>>>
>>>
>>> You will need to re-pair the device or use ZbRestore to mark the device
>>> as
>>> Tuya protocol.
>>>
>>> Then you can use:
>>> Turn on switch 1: ZbSend {"Device":"switch","Write":{"Power":1}}
>>> Turn off switch 1: ZbSend {"Device":"switch","Write":{"Power":0}}
>>> Turn on switch 2: ZbSend {"Device":"switch","Write":{"Power2":1}}
>>> Turn off switch 2: ZbSend {"Device":"switch","Write":{"Power2":0}}
>>>
>>> Regards
>>>
>>>
>>>
>>> Phil K
>>>
>>>
>>>
>>> Sent from Mail for Windows
>>>
>>>
>>>
>>> From: mrzimgjugl asdf
>>> Sent: 21 January 2022 15:46
>>> To: Philip Knowles
>>> Cc: TasmotaUsers