Am Mittwoch, 29. Januar 2020 06:26:59 UTC+1 schrieb mwall: > > > > On Tuesday, January 28, 2020 at 11:00:34 AM UTC-5, Vetti52 wrote: >> >> >> starting at line 2246 >> >>> 'totalrainin': 'rain_total', >>> 'rainratein': 'rain_rate', >>> >> >> These lines made it for me. Since version 0.51 rain works fine. However, >> now there is wh65_battery missing in weewx. So, it is not yet perfect. >> > > i am sure weewx-interceptor is still not perfect (and the firmware updates > and discrepancies between ambient, ecowitt, and other firmware ensure that > perfect will probably never be obtained), but these items were resolved in > 0.52 > > m >
Anyway, you did - and still do! - a great job. Yes!!! My skills in python are just enough, to read the code and understand it a little bit. Currently I try to find out, where the gap for battery indicator is. Now I use ver. 0.53 with some changes for using the baromrelin of the console and an additional rain_event topic, as Stephen0 described. However, the battery status does not pass through to Weewx. As far as I can read your code, you try to gather a whole set of battery sensors, ending up in the assignment of 'txBatteryStatus' to 'battery'. There is some gap, which I do not understand. I changed the assignment to 'txBatteryStatus': 'wh65_battery', which solves the problem for me. At the moment, I do all the changes directly in interceptor.py, as this is up to now the only way, I can understand, what I am doing. But, maybe, I should better manage to put all these things into my weewx.conf section [[sensor_map_extensions]], if not fixed otherwise. -- 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/a5efbb2c-4d39-47b8-bc65-839698fcd469%40googlegroups.com.
