andig

Results 723 comments of andig

RTU would be correct with a simple adapter. You're even getting proper responses but looks as if the meter doesn't measure the 230V.

Think so- just give it a try!

Sounds good. Please let me know if you need support! The. Ain task would be mapping the plethora of measurements to Prometheus metric types, the rest should be staightforward?

Would be great to fix the `/bin/tar` errors. Even if they don't hurt the functionality it makes finding the actual lint output in the GHA ui hard.

Note: also found `stopCharge` in the code, should be under EV same as `startCharge`

This blocks the brew package build: https://github.com/Homebrew/homebrew-core/pull/107165

@hackerwins please don't forget to unpin Go version in the homebrew repo

I would actually expect the same using the long form and it's not happening either: $filesystem->file('watch.php1')->open('r')->then(function ($stream) { $buffer = ''; $deferred = new \React\Promise\Deferred(); $stream->on('data', function ($data) use (&$buffer)...