bt-mqtt-gateway
bt-mqtt-gateway copied to clipboard
System requirements - Readme
I think it would be nice to get at first the information in the ReadMe that this bt-mqtt-gateway is working only with Home Assistant, right? ;)
I have seen it only after installation, wanted to use it with other system...
Anyway, a great work! Michael
It is not Home Assistant specific. This gateway forwards data from Bluetooth to an MQTT broker. The only Home Assistant specific feature is Auto Discovery.
ok, I just have seen - in ReadMe is missing only the
pip3 install PyYAML
And missing:
pip3 install logging
Now it is starting.
PyYAML should be installed via requirements.txt and logging on the first run of a worker with that requirement.
was not installed, I have got error messages after starting...