Alex Pauly
Alex Pauly
For my personal use case, the only way a sensor could get inactive is by running out of battery - so I'd rather have the latest value than no value....
Same thing happens for me as well. It seems that this is somehow related to SSL. If I use `http://:8123` as the internal URL, everything is snappy and looks as...
One thing to keep in mind when using Graphiti with Rails: Sideloads will be executed within an own thread if `Graphiti.config.concurrency`is set to true (_= no test env and `Rails.application.config.cache_classes...
I can confirm that the european version only works with this patch. Without it, this condition will not pass: https://github.com/seikan/homebridge-mi-air-purifier/blob/5fefaf6155b5c8a8d30ac459771dd44b74530156/index.js#L155
Hi @Spone , sorry for the delayed response - I've now added a section to the README.
Having the same issue. I'd be happy to help debugging/reverse engineering this device if somebody could give me a starting point...
I was having the same issue. Specifying the precision also on the write call worked for me as a workaround: ``` influx_write_api.write(data: , precision: 's') ```
Hi @JanCizmar! Thanks for the feedback 👍. Let me know if I can support with some testing or providing more input on this. If somebody else stumbles across this, our...
> [@apauly](https://github.com/apauly) - Can you elaborate on the use case this would solve? Is it automatic eager loading of associations for models that have been loaded through separate queries or...