Hi everyone!
Here in Denmark we have been adviced to stay at home as much as possible due to the corona virus, so I thought I might as well begin on building the app for the GW1000 i've been wanting to create ever since i first got it, and its coming along nicely i think. I plan on releasing it soon and might need some beta testers. Anyone interested? Since Ecowitt haven't released the API yet, i have had to get the data to the app the other way around, and setup the Customized Weather service in the app.
This is how it looks at the moment:
[ You are not allowed to view attachments ]
You will be able to set what sensors you want to see graphs from and if you want to see live graphs from one or two sensors at a time, and for how long the timespan of said graphs should be stretched over in the view, and also create custom alerts for when sensors reach a certain value etc. More on that in another post when i have tackled the below.
Because i do have a question for you in here, since I'm a little lost at what to do, and wanted to hear from people actually using this daily what you want. You can furthermure see a graph of each sensor, by tapping on its value.
[ You are not allowed to view attachments ]
BUT due to memory limitations, i cannot store each update from the GW1000 as that would pretty quickly slow down the app and cause bad performance. Therefore my initial plan was to only store one update from the GW1000 every 10 minutes for history graphs. But this leaves a problem: Say that you want to see how cold it has been during a night, and the temperature has been down to 25F during the night. However this happened in between two of the saved updates from the GW1000 and in those two saved updates, the temperature was only down to 26F. This would result in you not seing the actual lowest point of the night.
How do you think i should go about doing this? I could just make an average of all the updates in between the 10 minutes and store that as one, if that makes sense, but this would still not show the actual lowest.
And also this could also be the other way around. If you want to see the highest temperature one day.
Hope to get some feedback from you!