-
Notifications
You must be signed in to change notification settings - Fork 117
hardware compatibility #252
Comments
Hi There is generic ble scanner worker. Probably you can use it: https://github.com/zewelor/bt-mqtt-gateway/blob/master/workers/blescanmulti.py |
In workers section of the config, leave only blescanmulti worker, delete everything else, if you don't want to use it ( you probably don't need anything else for now ). |
sorry for the formatting of the code block there must be symbols in it badly recognized yes I deleted or commented everything for future use like Miscale on the other hand I do not understand the errors related to the serial port and the service which does not want to remain active. |
serial port is used AFAIK only by mysensors worker, from pasted config, looks like you got it still on. Delete it and it should run |
Run it without service to get full logs. |
Looks good. Not sure why service version doesn't start. I think you could try to add "-d" on the end of this line, maybe it will show some error: https://github.com/zewelor/bt-mqtt-gateway/blob/master/bt-mqtt-gateway.service#L9. EDIT: Or maybe this: https://unix.stackexchange.com/questions/225401/how-to-see-full-log-from-systemctl-status-service |
You probably missed this step:
Also I would suggest try docker router, as it should be easier to work with and maintain. |
good evening I can't make it despite the advice |
I've looked at venv instructions and fixed them a bit. I'm not using this method so don't have much experience. If you want to mesh home with some bluetooth tags to see where is someone etc. I would recommend use some esp32 board with software like https://esphome.io/ or https://tasmota.github.io/docs/ or maybe something like this: https://home-assistant-guide.com/2021/09/09/is-espresense-the-successor-to-esp32-mqtt-room-weve-been-waiting-for/. Having few rpi zero is a headache to support them in long run. You got whole linux system running + possible problems with sdcard wearing after a lot of writes ( unless you configure os as read only ). I would go with esphome route, you can probably use it with mqtt only without Home Assistant even. |
good evening
a question are the NUT mini, Nut Find 3, Tile, somfy badge compatible with bt2mqtt?
Thank you
The text was updated successfully, but these errors were encountered: