Replies: 2 comments 3 replies
-
I absolutely accept pull requests. The charts not populating if there is no camera is normal behavior. The weather and sensor data is stored as metadata with each image in the database. If you check the code for the charts view, you can see the data is being queried from the image table. The data is still collected because that activity occurs asynchronously in a separate process. I could have designed things differently, but it makes sense the way things are structured based on some other functions in indi-allsky. There are always tradeoffs. |
Beta Was this translation helpful? Give feedback.
-
PR here - #1852 Any feedback welcome. |
Beta Was this translation helpful? Give feedback.
-
Hi.
Do you accept pull requests? I’m in the final stages of testing a tempApi sensor for Ambient Weather so I can use the weather data from my personal weather station. It’s largely based on your commit to support Astrospheric data (fb708f7). I’m happy to contribute it back to the project.
Related (maybe), is it expected that the sensor related charts do not populate with data if no camera is connected and Pause Capture is enabled? I see that it is actually collecting the data via the log at the expected intervals.
Beta Was this translation helpful? Give feedback.
All reactions