> > Hi, > I can not really help you yet as my WH57 is not delivered yet, but on github:
https://github.com/matthewwall/weewx-interceptor Might this be an option to define a WH57 mapping in the weewx.conf? Driver options To configure the driver beyond the default values, set parameters in the [Interceptor] section of the weewx configuration file. As follows, but tweaked then for the WH57: For hardware such as the GW1000 that use the ecowitt-client protocol, use the sensor_map_extensions to add/modify sensor mappings without having to specify the entire mapping. For example, this would use the readings from the first temperature sensor as the indoor temperature, and the readings from the fourth temperature sensor as the outdoor temperature. All of the other sensors would be mapped using the default sensor mapping for ecowitt-client. [Interceptor] driver = user.interceptor device_type = ecowitt-client ... [[sensor_map_extensions]] inTemp = temperature_1 inHumidity = humidity_1 outTemp = temperature_4 outHumidity = humidity_4 But just read this...: https://github.com/matthewwall/weewx-interceptor/issues/69 -- 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/751cf3f1-0a09-4015-b62f-9d6c9a780e4do%40googlegroups.com.
