-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MOES 2 Gang Switch _TZE200_g1ib5ldv #6199
Comments
ok I figured out how to bring one gang up inspired by #5869. {
"schema": "devcap1.schema.json",
"manufacturername": "_TZE200_g1ib5ldv",
"modelid": "TS0601",
"vendor": "$MF_TUYA",
"product": "Smart Switch Module",
"sleeper": false,
"status": "Bronze",
"path": "/devices/ts0601.json",
"subdevices": [
{
"type": "$TYPE_ON_OFF_LIGHT",
"restapi": "/lights",
"uuid": [
"$address.ext",
"0x02"
],
"items": [
{
"name": "attr/id"
},
{
"name": "attr/lastannounced"
},
{
"name": "attr/lastseen"
},
{
"name": "attr/manufacturername"
},
{
"name": "attr/modelid"
},
{
"name": "attr/name"
},
{
"name": "attr/swversion"
},
{
"name": "attr/type"
},
{
"name": "attr/uniqueid"
},
{
"name": "state/alert",
"public": false,
"default": "none"
},
{
"name": "state/on",
"refresh.interval": 84000,
"read": {
"fn": "none"
},
"write": {
"dpid": 1,
"dt": "0x10",
"eval": "Item.val == 1 ? 1 : 0;",
"fn": "tuya"
},
"parse": {
"dpid": 1,
"eval": "Item.val = Attr.val;",
"fn": "tuya"
}
},
{
"name": "state/reachable"
}
]
}
]
} But how to control the second gang? |
As there has not been any response in 21 days, this issue has been automatically marked as stale. At OP: Please either close this issue or keep it active It will be closed in 7 days if no further activity occurs. |
As there has not been any response in 28 days, this issue will be closed. @ OP: If this issue is solved post what fixed it for you. If it is not solved, request to get this opened again. |
Did you manage to get the 2nd gang working? (I have received a similar one but 3-Gang) |
Sad but no |
Any news on the 2 or 3-gang DDF? I'm thinking it's time to migrate to zigbee2mqtt. :-( |
Device
Screenshots
Basic
Groups
Scenes
Tuya specific
OTAU
Time
The text was updated successfully, but these errors were encountered: