As I understood the question, people wants to send some aggregations additionally to the observations to the MQTT broker, similar to the tags in skins, where you can write $current.outTemp and $day.outTemp.max. The same applies to images where you can set aggregate_type and aggregate_interval together with the observation type. Contrary to that, in MQTT section you can set observation types only.
Actually I see no solution besides sending a PR to the MQTT extension author. vince schrieb am Dienstag, 3. August 2021 um 20:42:04 UTC+2: > On Tuesday, August 3, 2021 at 10:38:04 AM UTC-7 [email protected] wrote: > >> I´m coming from meteohub where all this datas are there and i parsed to >> iobroker. >> Now im sending via mqtt from weewx to iobroker but im missing also a lot >> of min / max values. >> Is there any solution ?? >> >> > It's unclear what you are trying to do or what you think is 'missing'. > Do you want to have MQTT publish min/max values as well as observations ? > > If so, you probably need to write some kind of custom extension to > periodically capture the min/max values you are looking for and publish > them separately to your MQTT broker. > -- 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/2fce052c-8ae1-4ef3-8326-bd546ef647b4n%40googlegroups.com.
