Rob Wolff

Results 6 comments of Rob Wolff

I am also getting a similar error: ``` rob@hapi:~ $ python3 Python 3.5.3 (default, Jan 19 2017, 14:11:04) [GCC 6.3.0 20170124] on linux Type "help", "copyright", "credits" or "license" for...

Not sure if you see need output. Here is what I got ``` [INFO ] (2023-03-14 16:05:32,337) victron_ble.py::45 HouseShunt: Connecting... [INFO ] (2023-03-14 16:05:35,865) victron_ble.py::45 HouseShunt: Connecting... [DEBUG ] (2023-03-14...

I second your fix hidraw io milestone. Was having issues with queries and commands on PI17 and seemed to resolve them by switching back to a serial connection.

I was having trouble connecting to my JBD bms's and enabling watchdog seems to have resolved the issue for me as well.

@rromrrom So a docker container cant be built from this repository? I am not using home assistant OS so I cannot use the traditional add-on method, I dont think.

I'm running docker on a amd64 architecture computer. The following worked for me: 1. Change the first line in run.sh to `#!/bin/sh` 2. `docker build --build-arg BUILD_FROM=alpine -f Dockerfile -t...