RavenSystem / esp-homekit-devices

Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Other
2.72k stars 357 forks source link

MagicHome rgb stop working #1453

Closed mafyata closed 3 years ago

mafyata commented 3 years ago

Hi, my rgb controller stop working last night. The controller is connected to wifi but in my router settings is shown as haa-f8f4fc, not the name I entered in json. Now it is not shown in home app. I tried reset settings, reset homekit id , but the problem is same. AC7EFD07-ECE1-499D-82EA-47717E855FA2 73D984B2-45E9-4E87-8C4B-DD2C23AE21A2 A119258F-6DBE-4E0B-8981-3E2D4CE8B535

mafyata commented 3 years ago

This is my json that worked until last night. {"c":{"n":"Hol-Led","b":[{"g":0,"t":0}]},"a":[{"t":30,"s":5,"r":5,"g":12,"v":13,"fr":5,"fg":5,"fv":5},{"0":{"r":[]},"1":{"r":[],"s":[{"a":1}]},"t":1,"b":[],"s":0}]}

Hanimaniac commented 3 years ago

I had an similar Issue, while updating to the latest Version. I had had to change the rgb gpio lines in the json from "r":5,"g":12,"v":13 to "g":[5,12,13]. This is a newer confic scheme from HAA. After that Change, my Controller worked again (but was shown in home all the time, maybe you have to change some other parts of your json).

mafyata commented 3 years ago

Everything is ok now. Thanks.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.