-
-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REST] How to send forecast states #3866
Comments
Single values can already be stored using The web socket should probably be extended to process incoming |
Ah - that's good. Then there is nothing to do from my side. The item will then automatically change to How do I remove a future value?
Imho this should only concern the |
@J-N-K Small ping in case you missed my questions |
@spacemanspiff2007 Exactly, if you set the At the time the state is restored an |
Since #3889 websocket support the time series, so I bleibe this can be closed. |
How can I remove a future value from the time series? |
Now that #3597 is merged I'd like to use this feature through the RestAPI.
Sending historic values can be done through the persistence endpoint. (There was some discussion for rrd4j and mapdb but unfortunately it didn't result in a solution so it doesn't work for these two).
But how can I send future states to an item? Will there be a new
forecast
endpoint or is this some kind of special state I have to send to an item?The text was updated successfully, but these errors were encountered: