Hi, I have just acquired a *new sensor WN34L*, which is a temperature sensor for liquids (https://osswww.ecowitt.net/uploads/20220803/WN34S%20WN34L%20Manual.pdf).
I use *Weewx* 4.10.2 with an *Ecowitt* weather station HP2551AE and I am using the *Interceptor* driver from https://github.com/matthewwall/weewx-interceptor. (Note I do not have a EcoWitt Gateway). How can I add the sensor's data to weewx ? This is what my interceptor sees : Oct 3 22:03:32 vegan weewx[22719] DEBUG user.interceptor: raw packet: {'dateTime': 1696363412, 'usUnits': 1, 'temperature_in': 79.2, 'humidity_in': 60.0, 'pressure': 29.873, 'temperature_out': 66.7, 'humidity_out': 96.0, 'wind_dir': 354.0, 'wind_speed': 0.0, 'wind_gust': 0.0, 'solar_radiation': 0.0, 'uv': 0.0, 'rain_rate': 0.0, 'rain_total': 10.74, 'soil_moisture_1': 29.0, 'wh65_battery': 0.0, 'wh25_battery': 0.0, 'soil_battery_1': 1.4, 'rain': 0.0} Oct 3 22:03:32 vegan weewx[22719] DEBUG user.interceptor: mapped packet: {'dateTime': 1696363412, 'usUnits': 1, 'pressure': 29.873, 'outHumidity': 96.0, 'inHumidity': 60.0, 'outTemp': 66.7, 'inTemp': 79.2, 'windSpeed': 0.0, 'windGust': 0.0, 'windDir': 354.0, 'radiation': 0.0, 'rain': 0.0, 'rainRate': 0.0, 'UV': 0.0, 'soilMoist1': 29.0} I* heard this version of interceptor does not support WN34L, but that other Interceptors do*. Any link / recommendation? Thanks! -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/a31181d5-0052-4446-a903-8e7fdf01ca49n%40googlegroups.com.