-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to map /var/run/dbus/:/var/run/dbus/:z in docker #90
Comments
I get same issue as @mikeboiko in #86, after upgrading Airthings Wave custom component to v4.0.0 in HACS. I even tried redownloading and Updating the information in HACS, without any luck.
I'm running HA
Custom sensor configuration for Airthings that is unchanged and worked previously:
Edit: I have Airthings Wave Plus device |
@TomTorger since you run HA in docker and on Ubuntu, and you have managed to fix the issue similar to mine, could you please share your docker-compose.yml file for HA and the sensor configuration for Airthings Wave? I have tried removing the mac property of sensor configuration, but then I get the error below. So I think I need to explicitly set the mac address since mine Airthings Wave Plus device can't be auto detected.
|
@TomTorger, thanks for the share. The dbus volume mount fixed my issue! |
@mikeboiko see my posts above. Could you please share your setup, since mounting |
@ismarslomic, sure. This is my compose snippet:
|
@mikeboiko Excellent, it worked! Thanks mate! Issue where that I did not start the container in |
@ismarslomic good stuff! |
Guess I should have included the full docker config. Great to see you managed anyways :-) |
Hello,
I was stuck for a while. I am running HA in docker on Ubuntu and had to map /var/run/dbus to get this to work. Not sure there is anything the repo can do to fix this issue, but perhaps include some text somewhere for those who get stuck? :-)
(...) volumes: - /var/run/dbus/:/var/run/dbus/:z
You can find the same issue here: devbis/ble2mqtt#5
The text was updated successfully, but these errors were encountered: