Tobias Lorenz

Results 7 comments of Tobias Lorenz

This change is regarding issue 1061 in the main repository: https://github.com/john30/ebusd/issues/1061.

If this is a required compiler flag, then let's add it to CMakeLists.txt: ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 82ab4b3..6641452 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ endif()...

+1 for this feature request. I call semonitor that way: `./semonitor.py -d stdout -m -s $SN -t 4 -vvvv $(readlink -f /dev/solaredge0)` instead of `./semonitor.py -d stdout -m -s $SN...

The solution with `./semonitor.py -d stdout -m -s $SN -t 4 -vvvv $(readlink -f /dev/solaredge0)` works well for me. So I don't insist on having a fix in semonitor.py to...

Yes, was fun to do. I just gave it an update and also uploaded the development scripts, I'm using. There is still one issue with a duplicate enum label, which...

I first recovered the proto files based on the original web-set-app Javascript. Then to test it, I ran "protoc" to generate new Javascript codes from the proto files. Afterwards I...

Although the SolarEdge inverter is not accessible directly via local network any more, there is still the way to switch on wifi and connect using the SSID and password indicated...