Roman Romanchenko

Results 14 comments of Roman Romanchenko

Super card! Thanks. Generator entity would be really helpful to have.

> The command stays like this indefinitely (why I used the work "paused" smile): `INFO [sampling.py:41] connecting bms JKBt(C8:47:8C:E8:4F:07)` > > I have to manually cancel it with Ctrl+C for...

"watchdog" optiond fixed issue for me. Thanks!

@fl4p could you please explain how you build docker container? Especially what is base image (BUILD_FROM). I see it requires alpine, s6 and bashio which is pretty specific requirement (do...

@fl4p ah, sorry, now I got all details. I've been assuming before that this is generic docker image, but not homeassistant specific. All clear now, thanks.

@robwolff3 I did like this: 1. go to batmon-ha sources folder 2. `docker build --build-arg BUILD_FROM=homeassistant/aarch64-base:latest -f Dockerfile .` Basically you can do without `homeassistant/aarch64-base` and use whatever base you...

I have exactly same issue. But it happens not after start, but after certain time (varies 10-20 minutes). After that script has to be restarted to work properly.

Hi, Yes Authorization header is in place. I can do "modules" request successfully with it. But adding module_udid to request gives me 400, weird. The same result when I use...

Hello, Thanks for your effort. I can't communicate with L-9 directly, cause it doesn't have internet access. M9 is only what I see in emodul.eu and android app. L-9 works...

Hello For some reason this starts working. Now I'm able to perform GET request like https://emodul.eu/api/v1/users/{user_id}/modules/{module_udid} Looks like something fixed on server side. I guess this issue may be closed....