mjmccans / airthings-mqtt-ha

Python script for Airthings devices that uses mqtt to integrate with Home Assistant via mqtt discovery.
MIT License
41 stars 3 forks source link

Improve install options #4

Closed johntdyer closed 3 years ago

johntdyer commented 3 years ago

IT would be great if this was available as a system add-on or as a HAC's plugin. Just a thought especially for folks running on HASSOS

mjmccans commented 3 years ago

This is a good suggestion and I may look into it because I have recently moved my Home Assistant installation from a VM running Debian to an Odroid-N2+ running HassOS. However, the Odroid does not have built in bluetooth and I do not have a compatible adapter so I am still running my script on a Raspberry Pi and feeding the data to my Home Assistant installation via MQTT. If I do get my hands on a bluetooth adapter for the Odroid I will look into moving the script over and update this Issue.

mjmccans commented 3 years ago

In case you would find it helpful, I have now packaged the script as an add-on and it can be found in my hassio-addon-airthings repository. It is working well for me but please test it out if it would be helpful for you and let me know if it works or if you have any issues getting it working.

mjmccans commented 3 years ago

Closing this issue given that an add-on is now available, but please let me know if it is not working for you.