Awalon

Results 15 comments of Awalon

Hello @toxic0berliner, maybe you could test the interface enhancement with this updated version by adding `webif=` to your configuration.

Hello @kunalvshah, just to be sure (if shared output was captured during boot or later service restart), had you already checked the out out of ddclient during/since boot? Ex.: `sudo...

After checking the code it seems " -noexec" options disables DynDns Lookup as well (opt{exec}: 0). "DEBUG: skipped network connection" was caused by this as show no IP as result....

Hello @rrthomas, maybe you could check if a file handler for payload will fix your issue with POST same way as for me with PUT request?

Got the kWh vs W issue fixed with my PR #105 but still same issue with "old" for first measurement per day. I think value was reset based on missing...

Wrong values (start/end of day) can be fixed by this [workaround](https://github.com/StephanJoubert/home_assistant_solarman/issues/66#issuecomment-1199069292) (from #66)

Much simpler as my modification (nice). But if the failed backup was be removed multiple days there's no recent backup (maybe some of the disks are availabe). Detected the problems...

I like the Idea with the size check. if possible keep partials (failed) and remove them on next turn (before backup starts). If we need the space (dynamic rotate of...

Yes the compession is not easy (at least not exactly) to handle. My motivation about the partial backups is as simple as "better than nothing". Of course the more important...

Sure as already implemented with [400](https://github.com/ddclient/ddclient/pull/400/commits/6812fa88c30fea95fc0e9192f9694f11e78fb4e5) it's as simple as use curls interface parameter ('--interface ') by an new config variable named "webif" (interface for web client). With this curl...