You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all of your work this plugin.
I have 2 Feit dimmers with 2 different firmwares operating differently.
Main Module: V3.1.4 MCU Module: V1.1.12 works perfectly.
The others
Main Module: V1.1.71 MCU Module: V1.0.15 throws errors.
Characteristic.Brightness - Tried to set brightness but failed to parse data.
{ online: true, state: true }
and
[SET] Invalid payload in response: {"payload":{},"header":{"code":"DependentServiceUnavailable","payloadVersion":1}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks for all of your work this plugin.
I have 2 Feit dimmers with 2 different firmwares operating differently.
Main Module: V3.1.4 MCU Module: V1.1.12 works perfectly.
The others
Main Module: V1.1.71 MCU Module: V1.0.15 throws errors.
Characteristic.Brightness - Tried to set brightness but failed to parse data.
{ online: true, state: true }
and
[SET] Invalid payload in response: {"payload":{},"header":{"code":"DependentServiceUnavailable","payloadVersion":1}}
Settings:
{
"name": "TuyaWebPlatform",
"options": {
"username": "-----------------",
"password": "--------------",
"countryCode": "1",
"platform": "smart_life"
},
"defaults": [
{
"id": "eb809fce7cec4f594er9bh",
"device_type": "dimmer",
"min_brightness": "0",
"max_brightness": "100",
"dimmer_characteristics": [
"Brightness"
]
},
{
"id": "801548553c610586d0e9",
"device_type": "dimmer",
"min_brightness": "0",
"max_brightness": "100",
"dimmer_characteristics": [
"Brightness"
]
},
{
"id": "Dining",
"device_type": "dimmer",
"min_brightness": "0",
"max_brightness": "100",
"dimmer_characteristics": [
"Brightness"
]
},
{
"id": "ebf40abacfe75cd6cbghz9",
"device_type": "dimmer",
"min_brightness": "10",
"max_brightness": "100",
"dimmer_characteristics": [
"Brightness"
]
}
],
"scenes": false,
"platform": "TuyaWebPlatform"
}
Any help would be appreciated.
BTW the dimmers are fully operational in the smart life app
iOS
Beta Was this translation helpful? Give feedback.
All reactions