Missing Method for data classes #435
Replies: 4 comments 3 replies
-
Hello, perhaps you are you looking for
See https://github.com/allenporter/pyrainbird/blob/main/CONTRIBUTING.md#running-mitmproxy if you are looking to examine the API in realtime at a lower level. |
Beta Was this translation helpful? Give feedback.
-
You can see https://github.com/allenporter/pyrainbird/blob/main/examples/rainbird_tool.py for a simple CLI with lots of things you can do (see |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick responses. I wasn't looking at the data class documentation closely enough to see that these classes are nested in the values returned in Schedule and in WeatherAndStatus -> Weather. I'm not a python native so to speak, so when using the tool script I was making some assumptions based on what values were being returned.
Maybe i just don't know what I'm doing? (Very likely) |
Beta Was this translation helpful? Give feedback.
-
OK keep in mind for #1 i believe its using a cloud API. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been experimenting with the various methods using the tools script and am finding there are potentially missing methods for data classes defined in the documentation. Is there currently a way to fetch "Forecast" or "Program" data types from the controller?
My end goal is to retrieve program schedules (start times, run times, soak duration, etc) and potentially also adjusted run times per zone for a given program.
I've inferred that some pieces to the puzzle are still missing and perhaps this isn't currently possible.
Does Rainbird publish any documentation on API functionality? I presume they don't ;)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions