Antony Male

Results 352 comments of Antony Male

In my understanding, there's currently no concept of "sending" a file. Other devices can request bits of a file from you (remember that you might not be the only device...

Those stats are very android-specific... A more generic 'wrapper stats' might make more sense, but it would be hard to parse for data.syncthing.net, and it would be hard to get...

An array sounds like a hard way to gather statistics with numbers in though - `{"numWatchedFolders": 3}`, is easier to parse than `["numWatchedFolders-3"]`

What database do you use? Some, like postgres, support columns of unstructured data. Obviously that somewhat breaks the concept of aggregating stats from the wrappers...

Min SoC is read from the inverter on every poll. If it's changing spontaneously, it's probably changing on the inverter. Can you turn on debug logging, and post the section...

@FozzieUK Thanks for looking at this. Where did you get to -- do we need to add support for another H3 Smart manager version?

Compatibility concerns are fully addressed in the OP, no?

That should work fine. > with collection expressions Is the implication that it works fine if you don't use a collection expression? Are you using a custom `RequestBodySerializer`?

How odd, looks like it should work fine: https://dotnetfiddle.net/CzRxST``