Hi, the sensor is sold here: https://techome24.de/technoline-tx59n-it-thermo-hygro-sensor-fuer-wettercenter-ws-2816-it-tec2000491 the station here: https://www.wetterladen.de/technoline-ws-2816-profi-funk-wetterstation-mit-windmesser-regenmesser
I solved the issue with the (since ever crappy) humidity value from the ws2300 with an extra sensor that emits the humidity per MQTT and installed MQTTSubribe add-on to replace the ws2300 humidity values with the ones from the sensor. The sensor is a homebrew ESP01-based SHT3x solar powered LTO-battery backup. You can the map this value to e.g. extraHumid1 and show this value instead of outHumidity. I should also be possible to replace it like this: [StdCalibrate] [[Corrections]] outHumidity = extraHumid1 if extraHumid1 is not None else None But I am not sure of this works (not tested). It should map your extraHumid1 to be stored as outHumidity (if extraHumid1 is there), if it is not there, it should drop outHumidity. [email protected] schrieb am Montag, 6. November 2023 um 09:18:18 UTC+1: > Hello i have ws2300 station and my humidity sensor probably died. It only > shows values from 70 to 80% .I cannot get replacement part anywhere because > it is not in production anymore and I cannot buy whole new station because > it will be complicated to get all things up running again. > > I was thinking of getting external humidity sensor and hook it to arduino > board and then read humidity values remotely via crontabs in a txt file. > Is is somehow possible to "trick" weewx to read this value instead of > getting it from station because I am using weewx to calculate heat index > and dew point. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/75695c8c-1f4e-45bb-9c27-8269446f963dn%40googlegroups.com.
