Replies: 1 comment
-
Hey Tobi, SystaPi is designed to provide a REST endpoint for accessing Systa Comfort data. It does not include a database as everyone with a home automation system will have their own system installed. The dashboard is only meant as a small demo to show how the data could be used. Someone would have to add a storage, at the moment everything is only volatile and after a restart the plots are empty again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I load http://systapi:1337/SystaREST/dashboard the diagrams are empty and does not show past data.
when looking in the browser DevTools, the REST API is only looking for actual data (/SystaREST/servicestatus and /SystaREST/status). How can I see historical data ?
The diagram x-axis show 24 hours but the data received are not mapped to the right x-axis.
initial loading:


after 1 minute:
Beta Was this translation helpful? Give feedback.
All reactions