Felix Knecht

Results 67 comments of Felix Knecht

I remember the group-based algorithm. Should be fairly easy to refactor that into the API, right? We can define the parameter list pretty widely. I have been thinking a lot...

I gave up on this a while ago since the data quality was just too bad. Several other backends have their own code for dropping obviously wrong locations, instead of...

What version of python and bluepy are you running the script with?

I just had a look and I'm running the script with python 2.7.18. On x86 hardware, but that should not be the problem. Maybe try with 2.7 just so we...

> The smartphone app shows firmware version 2.0.2. Which version do you have? I don't use the app, but 1.2.4 is showing when the device boots up. I guess that...

Android can write all bluetooth packets to a file if you have the developer settings enabled. It's called "Enable Bluetooth HCI snoop log" on my device. The resulting file can...

Do you have the matching value shown in the display for those (or newer) values? Then maybe we can decode it.

Are you sure you have bluepy installed? btle is one of the components of it. See https://github.com/IanHarvey/bluepy for instructions

I think you installed using `pip3` but you start with python2, so bluepy is not found. Try the patch in issue #6 and start with `python3 radon_reader.py`

Since I want to run my inverter in a network without internet access and would also prefer to get it there without downloading any apps or register an account, it...