Stuart Pittaway

Results 487 comments of Stuart Pittaway

If you have already started messing with the code, you will need to add a lot of MQTT client/input parameters into the controller. I would also take a look at...

Ok - I can see 2 modules appear to have "bad packet counts" this indicates poor communication between the cell modules. Its possible that the BMS triggers the "internal BMS...

Ok, further logging is available using a usb cable to the esp32 and logging it's serial output to a file.

Sorry for the slow reply, I've had a few days holiday @DrBit The tcaXXXX_icr messages are interrupt triggers when those chips receive an external signal (generally the I/O header or...

I've added in a watchdog timer to automatically reboot the module should this scenario occur where the CPU appears to hang without communication. This isn't the final solution to the...

Hi @laserranger3000, is this still a problem with the latest code? Having the relay default to "on" and "pulse" is not a supported setup, so the code should prevent this...

> However, as far as I understood the code change, it's still not possible to set a pulse relay to on after boot. Correct - that's not supported, unless one...

Thanks for the link, CAN does work with the newer controller and is used to communicate with Victron kit. I couldn't find any documentation on SMA integration, and I also...

Ok, I think it should be easy enough to use the table you provide to transmit the values, but we still have the testing issue to resolve. Do you know...

Agreed, originally it was expected that the esp could disable the tx line after transmission, this has not been explored fully at this time.