Chris Terwilliger

Results 8 comments of Chris Terwilliger
trafficstars

Sure, that makes sense. I looked at your new code, it does look simpler and cleaner than the old perl code, but now I have to come up to speed...

I've got several changes & enhancements, but don't know if you want to throw those in to legacy while working on the Ruby platform. 1. I needed to merge my...

Interesting. I missed that there could be async messages interfering with text. However, the latest spec says this: Firmware Asynchronous messages 1.53 Text messages not suppressed/delayed anymore due to hex...

my bad, crappy internet...

Yes, I have seen that. I have two devices, a Victron BMV-712 and a Victron SmartSolar MPPT-150/85. The BMV-712 has worked flawlessly with an ESP8266. The MPPT saw the same...

I use the library to grab the data, JSONize it, and send it to a MQTT broker. So, the ESP8266 or ESP32 don’t spend much time handling the data. Not...

Please try with with new VeDirectFrameHandler.h. frameLen changed from 18 to 22 per new protocol doc.

I've been on the road all summer with spotty internet. Let me look at PR #7 and I'll see if we can get that merged as well as some other...