Hello,
i have a Weather Station and use the weather5 protocoll for it. It sends values for avgAirspeed, windGust and windDirection every minute. In the Debugger the windGust and windDirection are send together, but the avgAirspeed value will be send a little bit earlier alone. The ID is the same. But all the values comes every minute! In the Frontend the Airspeed value get’s an update every minute, so that is okay, but windDirection and windGust are not updated every minute, even though it is every Minute in the Debugger. Is here someone who can explain why pimatic does this? There is an update for the two values every 20-30 minutes, but not every minute. So Pimatic gets it, but do not use it.