Micha70
Micha70
If you use on PI 4 check the following topic: [https://github.com/RPi-Distro/firmware-nonfree/issues/8#issuecomment-608344384](url) I had a similar problem. And after downgrading wifi firmware like described here `$ wget http://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree/firmware-brcm80211_20190114-1+rpt3_all.deb $ sudo dpkg...
please have a look here. There is already something existing: https://github.com/FaserF/hassio-addons/tree/master/bt-mqtt-gateway
> I have the same issue as @Micha70 @antoniomolram: Have a look on https://github.com/FaserF/hassio-addons/issues/86. You can have a quick fix it by modifying start.h.
@antoniomolram the repo is located at /usr/share/hassio/addons/git/605cee21/bt-mqtt-gateway. Here I modified the start.sh and added the line `sed -i -e 's|"config.yaml"|"../config.yaml"|' ./config.py` directly after `echo "Found config file at $config_path ....
Looks like you have a problem with your bt-mqtt-gateway.yaml.... Did you ever used the bt-mqtt-gateway standalone? Or do you start directly using it as HA add-on?
This is protocoll if I use version 1.3.8: ```txt s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service fix-attrs successfully...
@FaserF unfortunately still not working. It's now a step ahead, but generates now a new problem.... ```s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service...
Seem's there is no support anymore by @zewelor. Repository on archived state. No issues can be created. Means I will stay with version 1.3.8...
With 1.4.1 the problem the issue is still not solved. But seems more to be a problem of the original https://github.com/zewelor/bt-mqtt-gateway .... Which is not supported anymore.
During update to 1.4.2 I get the following error: _The command '/bin/ash -o pipefail -c source ./venv/bin/activate && cd /application && apk add --no-cache py3-pip && pip install --no-cache-dir -r...