arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

mqtt access for pymyq #91

Closed flavio-fernandes closed 2 years ago

flavio-fernandes commented 3 years ago

Thank you for this awesome project! I find it to be a great pure python implementation for controlling my garage doors. At first I was planning to use Homebridge myQ but decided it was not "pythonic" enough for me. The install part of the documentation is not very friendly for a Nodejs newbie. I could not make it work.

What I need is a way to connect this project to MQTT and since I do not use Home Assistant, the plugin was too heavy handed for me. So just I created one:

https://github.com/flavio-fernandes/mqtt2garage

I hope that can be useful to other folks too.

Thanks again,

-- flaviof

ehendrix23 commented 2 years ago

Thx for doing this. Will be closing this issue now but anyone looking for MQTT in this repository for sure will find your post.