I'll be interested in hearing if there is a better way, but here is what I did to add a new observation. 1. Wrote this service.
import weewx import weewx.units weewx.units.obs_group_dict['honeywell01'] = 'group_temperature' weewx.units.obs_group_dict['honeywell02'] = 'group_temperature' weewx.units.obs_group_dict['honeywell03'] = 'group_temperature' class Noop(weewx.engine.StdService): pass 2. Updated weewx.conf prep_services = weewx.engine.StdTimeSynch , user.bellrichm.Noop rich On Saturday, 23 January 2021 at 16:18:28 UTC-5 kk44...@gmail.com wrote: > I installed MQTTSubscribe service. In this case it provides data about > water level (unit cm) and water flow (unit cubic meter per second) of the > near river. > > As those units and unit group are not included in the standard weewx I > have to assign them elsewhere. > > Because I use the MQTTSubscribe service, there is no need to write an > extension. On the other hand, no extension file means no place to put the > assignment of the additional units and unit groups. > > Could I declare those units and unit groups somewhere in weewx.conf? > > Is there any other possibility? > -- 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/59ab51e6-a608-4e5d-8327-cbf658d8f05bn%40googlegroups.com.