Vards0
Vards0
Hi Alex I don't think I broke something because the cameras started appearing as they should under media. It is only after I installed the latest WebRTC that they disappeared...
Thanks very much I was running ver 2.7. I'm now running ver 3.5. I've installed both dependencies but now I am getting this error:- `Python 3.5.3 (default, Apr 5 2021,...
My battery topology is 4x US3000
Hi Frankkkkk... Sorry for the delay in getting back to you. I edited the code to be as follows:- ``` def _decode_hw_frame(self, raw_frame: bytes) -> bytes: print(raw_frame) # XXX construct...
Hi Frank I realised that I needed to change to '/dev/ttyUSB1' I think I'm now getting more meainingful output:- ```[GCC 6.3.0 20170516] on linux Type "help", "copyright", "credits" or "license"...
Thanks Frank I also noticed this in the Pylontech RS485 manual.  I'm not sure if this will be of any use to you or not. It goes right over...
Frank you're a genius!! I ran the updated code at it looks to be working a treat:- Is there any way of separating the battery identities and their respective values...
Thanks once again Frank. Unfortunately I may not be able to use the script after all of this. For some reason it causes my master battery to go into protection...
Hi Frank. This is the script that I am using that causes the master battery to go into protection mode when I run it.... Pylontech.py ``` import serial import construct...
And these are the scripts that runs without issue but imports the wrong values because it is written for US2000 and not for US3000 batteries:- Both scripts needed for the...