Trevor Bernard
Trevor Bernard
Hi @frenck, Understood on your point about supported environments. This change **_does_** make `conda` a supported environment, and the rest of the logic that uses this function works with a...
Understood, thanks
Rebased with main repo and added a few more features: *Implement new sensor type, total_rain. -Takes a start and end offset and returns total rainfall between them. - For example,...
Dang. I’ll fix that, but I’m away from my computer right now. For now, you should be able to delete the file under .storage/openweathermaphistory.history (STORAGE_KEY in the const file)
Thanks! This is all really helpful debugging info. Very annoying that they have the '3h' rain samples; I hadn't come across that yet in my location and didn't see it...
For your other comments: - Fixed the json loading so it won't break when the schema changes - Fixed the default longitude loading - I like the idea of including...
The sensors are working on my end, could you share the config you’re using ?
Oh I was talking about the config for your sensor so I can try to replicate on my end
Got it, so you’ll need to add individual sensors under the `resources` list. (Borrowed the config naming from https://www.home-assistant.io/integrations/systemmonitor/) The way it works now is you have one “platform” per...
The reason for splitting it this way is to allow all the sensors at the same location to share the same set of data / api calls. Though we could...