Tim Niemueller
Tim Niemueller
My current workaround is a custom filter such as this: ``` - sensor: - name: Filtered Balkon Solar Energy Total device_class: energy unit_of_measurement: kWh state_class: total_increasing icon: mdi:chart-line state: >...
I have the same issue. Accessing `.state` of the sensor gives nan. May I ask to rollback the latest change #4231 that apparently broke this? @TrentHouliston could you please take...
I would not want a 0 to be sent. This is a total increasing counter, so a state of 0 would give wrong results (I have seen this for other...
I'm happy to give the package to someone. I do not have the time to work on it anymore. Once wireguard is in Fedora proper this package could be migrated...
Check my [spec file](https://copr-be.cloud.fedoraproject.org/results/timn/NetworkManager-wireguard/fedora-28-x86_64/00791730-NetworkManager-wireguard/NetworkManager-wireguard.spec) (also in in the SRPM) if that works for you. Probably forgot to install some file in the proper place. As I mentioned earlier, I do...
Escaping is a good thing, but in that case it should escape all special characters. The API change to convert tables to arrays is unacceptable, because it changes the API...
Keys are strings because that's the way it's defined for struct member names (cf. http://www.xmlrpc.com/spec/). And since there is a way to encode arrays, and I have used this myself...
Looks like an interesting thing to try out. But I'd use it only as an optional add-on to keep the external dependencies of roslua at a minimum. Last summer I...
I agree that cookies would be a useful addition. Thanks for the proof-of-concept patch. I need to think about it, especially if (or better how) it can be done without...