Zero

Results 9 comments of Zero

Yeah my IDE is setup to run rustfmt on file save and it runs clippy for linting. Agree with the testing. I was thinking it could be a good idea...

> So I tried using `cargo size` on `cargo-binutils` itself: > > ``` > error: Can only have one matching artifact but found several. > Specified build type: Any >...

> I'm also not happy with the output yet: > > ``` > error: Can only have one matching artifact but found several. > Specified build type: Any > Possible...

> 1. The growatt protocol has been updated to [v3.15](https://github.com/jrbenito/canadianSolar-pvoutput/blob/dev/docs/Growatt%20PV%20Inverter%20Modbus%20RS485%20RTU%20Protocol%20V3.15.pdf) and now supports string voltage & current (registers 70-88) for newer inverters. This should be rather easy to implement in...

> Hi > > I have got a growatt SPF-5000TL, I run the script on the Raspberry, > > I receive a syntax error > **File "solarmon.py", line 23 >...

@lampra1 This PR https://github.com/ZeroErrors/solarmon/pull/30 adds the ability to change the inverter type so if you have a working version of `growatt.py` that needs modifications to work with `v3.15` I'm happy...

hmm, I'm getting this data pretty consistently but I'll do some more digging. Edit: I found the cause of the large disparity, but will continue doing more testing. **Master:** Running...

Just as a note, the machine I've been running these tests on is Windows and the timers only have a resolution of 100ns which is also visible in the results....

I pulled some of the fixes out into a separate PR which doesn't change how the results are measured. https://github.com/SanderMertens/ecs_benchmark/pull/3