[weewx-user] Re: New Units and Unit Groups for MQTT

2021-02-19 Thread Karen K
The last version of the file is attached. There is something added to use the data within a binding. Karen K schrieb am Sonntag, 7. Februar 2021 um 12:05:57 UTC+1: > I extended the file by trend values. Look at the new file attached, please. > > bell...@gmail.com schrieb am Donnerstag, 28.

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-02-07 Thread Karen K
I extended the file by trend values. Look at the new file attached, please. bell...@gmail.com schrieb am Donnerstag, 28. Januar 2021 um 23:45:17 UTC+1: > Thanks, that is exactly what I was looking for. I know it is too late for > you, but I thought other people might need to add units, unit

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-28 Thread bell...@gmail.com
Thanks, that is exactly what I was looking for. I know it is too late for you, but I thought other people might need to add units, unit groups, and observations. So, I was looking for a real world example. I’ve opened issue 118 to

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-28 Thread Karen K
I am not sure that I understood what I am expected to post. The units and unit group definition file I created is this: bell...@gmail.com schrieb am Montag, 25. Januar 2021 um 01:09:55 UTC+1: > Karen, > If you pst what you have done, I’d be willing to look at updating > MQTTSubscribe to have

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-24 Thread bell...@gmail.com
Karen, If you pst what you have done, I’d be willing to look at updating MQTTSubscribe to have a configuration option. If we get something working, perhaps a pull request to WeeWX might result. rich On Sunday, 24 January 2021 at 05:57:47 UTC-5 kk44...@gmail.com wrote: > @Rich: Yes, I was

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-24 Thread Karen K
@Rich: Yes, I was afraid that that is the only way to do it. So I guess, I will do it the same way @Weatherl: Oh, I did not install devices of my own. Instead I got permission to read the readings of the official level and flow meters from the government. They provide an API in the Internet

[weewx-user] Re: New Units and Unit Groups for MQTT

2021-01-23 Thread bell...@gmail.com
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'