I can’t seem to find any documentation regarding the payload for API access to the PioReactor.
I have been looking at the requests sent by the UI so far but recently updated the PioReactor and realized that payloads have changed.
Any help would be greatly appreciated.
Any idea how to get the type of automation currently running? I am able to see if a temp automation is running or not, but can’t seem to find the actual running one (only_record_temp or thermostat). Same for the stirring etc.
(Note that the pioreactorui repository contains the history of our API in git, so if you’re not on the most recent-ish release, you’ll have to use the github UI to find the correct endpoint code)
Any idea how to get the type of automation currently running? I am able to see if a temp automation is running or not, but can’t seem to find the actual running one (only_record_temp or thermostat). Same for the stirring etc.
Hm, that’s not exposed via the API, but it should be! For data like that (and some realtime data that populates part of the UI), you’ll have to use MQTT to fetch it.
Any idea how to get the type of automation currently running? I am able to see if a temp automation is running or not, but can’t seem to find the actual running one (only_record_temp or thermostat). Same for the stirring etc.