-
I found out that my controller lives at address 17; not 1 which is typical for renogy controllers.
SP410 updated
5 months ago
-
I am all but certain that this is not an issue with Solar Shed. That being said, I had a perfectly working system running on a Raspberry Pi, everything was being stored in Prometheus, charted with Gr…
-
Hi ,
Anyone have this kind of error?
pi@renogyrover:~ $ node-renogy -s /dev/ttyUSB0 -m 192.168.0.11 -u mqtt -p mqttpasswd
[1658487181379] INFO (9450 on renogyrover): Starting NodeRenogy...
[165848…
-
Added code to count the return bytes in the response:
```
static byte recvd_data[16] = {};
static byte * querySlave( byte b[], int sizeOfArray ) {
uint16_t crc = ModRTU_CRC(b, sizeOfArray);
…
-
Hello!
I received my `RNG-SYNC-V3-B32B` today and could immediately get data out of my Renogy Rover. Works flawlessly.
However I noticed an annoying problem: I can not add the power generation a…
-
Hi
great project.
I am wondering if this will be enhanced by other Renogy products?
I understood that the DCC50S uses a different version RS485 and is not compatible with the ROVER
Thanks…
-
Hi, thanks for this project. I have 60A MPPT Renogy Rover and am trying to communicate with a MacOS via RS232 cable DB9 connector. When I run renogy_rover.py I get this error:
```
"/Users/ed/Des…
-
Is there any way to disable or enable the load output like with the Renogy Bluetooth device/app?
-
The renogy-bt project has a concept of sections for requesting different types of data from the BLE connection. E.g. for batteries:
```
self.sections = [
{'register': 5000, 'w…
-
I've recently upgraded my home-assistant server on a raspberry pi3 from bullseye to bookworm, and with it I upgraded solar-monitor to the current head of master as I was getting a bunch of python erro…