David Carson

Results 163 comments of David Carson

Can you please try `3.3.4-beta.1` and verify that it works.

It is odd that it is reporting that **all** your sensors are failing. The purpose of the original change of setting Temperature and Humidity to zero when the sensor failed...

An alternative for setting temperature and humidity to zero, I could avoid all calculated values if the sensor is reporting as failed. That way values will still be reported (though...

If it is helpful, if you change [this line](https://github.com/naofireblade/homebridge-weather-plus/blob/0792301c1916418e5ab441210502fdb3481acd24/apis/weatherflow.js#L117) in weatherflow.js: ` this.log.debug(``Server got: ${message.type}``);` to this ` this.log.error(``Server got: ${msg.toString()}``);` it will print out every message the plugin is...

FYI, my hub status on my weather station, I see this: `Server got: {"serial_number":"ST-00101719","type":"device_status","hub_sn":"HB-00038240","timestamp":1708487497,"uptime":33964093,"voltage":2.670,"firmware_revision":172,"rssi":-50,"hub_rssi":-46,"sensor_status":655360,"debug":0}` my sensor status is `0b1010 0000 0000 0000 0000`

Also, are you using a Tempest combined weather station, or are you using the separate Sky and Air units?

My Tempest went down overnight too. I'm heading out will need to debug when I get back. ![image](https://github.com/naofireblade/homebridge-weather-plus/assets/44933987/5b547da2-216c-4d45-ab11-0ff548fd7c55)

My unit is not transmitting anymore. I am only seeing hub status messages: `Server got: {"serial_number":"HB-00038240","type":"hub_status","firmware_revision":"171","uptime":4839955,"rssi":-65,"timestamp":1708533083,"reset_flags":"BOR,PIN,POR","seq":483110,"fs":[1,0,15675411,524288],"radio_stats":[25,1,0,3,47675],"mqtt_stats":[852,67]}` I am seeing if I can find the last few records it sent before...

When my sensors status changed, I started to get empty (null?) observation data here and there. Then it stopped working reporting device_status and observation data all together. The failure point...

I do find it odd that mine suddenly failed in the middle of the night after hearing about yours returning error codes. I filed a ticket about the hardware failure,...