HAP-python icon indicating copy to clipboard operation
HAP-python copied to clipboard

sonoff power switch accessory

Open ignalex opened this issue 6 years ago • 3 comments

have anyone looked into integration sonoff power switch with hap-python?

https://sonoff.itead.cc/en/

it suppose to be easy connected to HAP-NodeJS https://www.youtube.com/watch?v=M4qHXoAyrRs

ignalex avatar Jul 22 '19 22:07 ignalex

answering to myself :) done the integration using its web interface. if anyone interested can clean the code and send pull-request.

ignalex avatar Jul 26 '19 01:07 ignalex

I have a bunch of ESP8266 devices, and rather than attempt to use them directly from within HomeKit, I have them communicate their values to (and subscribe to) a local MQTT broker.

Then, I run an MQTT2HomeKit bridge, which handles all of the HomeKit, that is built using HAP-Python:

https://hg.sr.ht/~schinckel/mqtt2homekit

schinckel avatar Nov 30 '19 10:11 schinckel

SMQTT Direct bridging mqtt http://fweb.cc

fwebcc avatar Nov 22 '21 03:11 fwebcc