I combed through this forum and through the WS docs. I don’t see a type of obs_st in the docs but this is what my Tempest is returning. Is there any newer documentation on WS pertaining to these events? If not, can someone describe the data format to me?
I read on these forums where the summary data was in testing and should likely be ignored. Is this still the case?
I can likely figure out the obs_st just by observing the various values, but of course some are 0 dealing with precip and lightning at the moment and there are a few new ones that are different than the udp obs_st.
I got an alert today via the app that it was raining at my station (it was not, I am sitting by my window and my half dead Acu-Rite 5-in-1 didn’t catch anything). I wasn’t logging UDP to a file at the time, but I do have an alert setup on UDP data for rainfall to trigger a broadcast alert via Google home (all done via HA) and that alert never fired. These sorts of things have me more curious about websockets when my Internet connection allows.
I’ve been starting to look at websockets to see if I can tie it into HA, perhaps with a fallback to UDP. Currently I am using @briis awesome UDP component in HA. Should be fairly straight forward to use WS. In a basic Python script I have been able to setup the connection using my oauth token, receive updates (printing them to screen at the moment), and then gracefully disconnect. So far things seem fairly straight forward, so much applause for how simple it is to integrate.