raffiniert

Results 25 comments of raffiniert

@blach I was finally able to install it correctly, I edited the config.json to include both IPs of both inverters, and I replaced the Fronius.py with your new code. Thank...

Seems I get an update on the numbers when I press the buttons on the bottom of the page, like "charge now"... looked in the code, there is a cache,...

awesome. Sounds like I'll be ready to connect it tomorrow... thanks so much!

@blach I will go outside and connect it now for the first time, though I still suspect something is off. I added both inverter-IPs to config.json, I exchanged Fronius.py with...

Oh, and should I be able to set the policy to "solar surplus" on the web dashboard? I cannot change anything there on those 3 tabs, it's on "fixed rate/amps"...

this is my Fronius-entry in the /etc/TWCManager/config.json: ` "Fronius": { "enabled": true, "serverIP": "10.0.x.x", "serverIP2": "10.0.x.y" }, ` and yes, the IPs are correct...

I just saw this, thanks! This part seems okay now. Solar tracking is still only working for one of the inverters... :-(

I seem to be having some issues with basic UNIX :-) sorry. Basically, I mounted the raspi-"disk" via afp to my Mac to modify files. I did so by using...

I uninstalled docker as well and am running a manual install now! I am running it using the service, like: `sudo cp contrib/twcmanager.service /etc/systemd/system/twcmanager.service sudo systemctl enable twcmanager.service --now`

I did that, thanks. I've set the loglvl to 16, added a log-stmt to see the values, and now the whole thing is bricked and doesn't start up. git diff...