I’m using my Tempest Weatherflow Station more than a year now and I’m very happy with it. I’m using Home Assistant and the following github integration to collect weather data: GitHub - briis/smartweatherudp: WeatherFlow Smart Weather Component for Home Assistant using UDP Transport
But since today the gathering of data stopped working, my Home Assistant SQLite DB contains only zeros for the differnt types of entities. I assume, that today a new firmware was rolled out which changed the schema layout of how data is reported over the network? My station has Version 156 installed now. This is how a datapoint looks like with this version:
U 192.168.0.114:50222 -> 255.255.255.255:50222 #64
{"serial_number":"ST-00023437","type":"obs_st","hub_sn":"HB-00011198","obs":[[1637396535,null,null,null,null,300,963.74,2.02,95.87,1553,0.13,13,0.000000,0,0,0,2.358,1]],"firmware_revision":1
56}
So the hub is reporting data, but the smartweatherudp integration does not update values in my sqlite database, hence I assume that the schema has changed. To be honest until now I wasn’t aware that firmware updates get installed automatically. I’m not really happy that you guys are able to crash my setup remotely and it seems that you also don’t give us information that a new firmware has been rolled out. Of course that also means that there is no changelog. But maybe I was just too stupid to find it? So please correct me if I’m wrong.
Could you guys please give me more informations about that topic. Also I would prefer to disable auto updates for my station.