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
Just leaving a note... I was thinking of doing the same thing for home assistant! Good Work.
curl -X POST -d dimmer_level=50 -b "AIROS_SESSIONID=01234567890123456789012345678901" 10.1.7.9/sensors/1
So it seems like implementing dimmer to this library and making a homeassistant light device could work. I need to actually hook up a switch to a dimmable light bulb. If you were already planning on doing the work I didn't want to duplicate effort!
The text was updated successfully, but these errors were encountered:
Sweet. The internals of mficlient are (more than just) a little icky at the moment. I quickly took some code I had to do a thing internally and tried to spawn it out into a library so I could add mFi to HA in short order.
Just hedging so you don't vommit when you dive in :)
Just leaving a note... I was thinking of doing the same thing for home assistant! Good Work.
So it seems like implementing dimmer to this library and making a homeassistant light device could work. I need to actually hook up a switch to a dimmable light bulb. If you were already planning on doing the work I didn't want to duplicate effort!
The text was updated successfully, but these errors were encountered: