Bjarne Riis

Results 123 comments of Bjarne Riis

This has my full support. Would also be great if the same could be done for the Alarm Card.

Could you try the WeatherFlow Swagger, and see what is returned as raw data? - Go here: https://weatherflow.github.io/Tempest/api/swagger/#!/observations/getStationObservation - Authorize using your personal token - Key in your station_id and...

It seems there is something wrong with the data you are sending to WeatherFlow. If I should guess you have an AIR & SKY unit, and from the data above...

Here is how my data look from my station: ```json "obs": [ { "timestamp": 1638966553, "air_temperature": 1.3, "barometric_pressure": 996.9, "station_pressure": 996.9, "sea_level_pressure": 1003.2, "relative_humidity": 89, "precip": 0, "precip_accum_last_1hr": 0, "precip_accum_local_day":...

Could you give me your station id, then I could try and see what I can figure out from here?

There is something wrong with your device. It does not deliver any wind data. If you use the call where you retrieve data directly from the device, this is the...

I need to look at the returned raw data and figure out how this is structured with more than 1 sensor. Could you go to this website: https://weatherflow.github.io/Tempest/api/swagger/#!/observations/getStationObservation Then start...

OK, that is a pitty. That will make implementing this a lot more complicated, as I will need to rewrite most of the IO module. I could loop through the...

I am in the process of writing a completely new Integration for WeatherFlow, using the REST API. I have a working version now, without support for this, but it made...

Sorry for the long delay, also I have been busy (New job). This is back to the local WF2MQTT database, that for some reason has some invalid data. The best...