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.76k stars 361 forks source link

Homekit detect my Sonoff Basic but it doesn't perfom any action #1096

Closed orilpik closed 4 years ago

orilpik commented 4 years ago

Hi, I just Installed the last HAA bin with the adapter with NODEMCU, I can reach the device's wifi, I amb able to set my Wifi password and put a Json to set it as a Water Valve. After a few minutes I appears as an accessory, I can add it to my homekit app, and it appears as a Water Vale. Everything ok, BUT when I tap the accessory, the Sonoff Basic doesn't do anything. I have conected it to a AC water valve to control my watering system, but it doesn't activate it. It is a Json problem? I have reinstalled the HAA bin four times but, and also in another Sonoff Basic that I already have controlling a light and it doesn't do anything.

Thank you in advance.

tonysprenk commented 4 years ago

Post your json please. Probably the gpio assignment is wrong.

orilpik commented 4 years ago

I used the HAA Json configurator to build the Json, because I am not familiar with this kind of language.

{ "c": { "o": 0 }, "a": [ { "t": 20, "b": [], "s": 0, "w": 0, "d": 3600 } ] }

stale[bot] commented 4 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.