Just wondering if its possible to add Min/Max tags for the day to topics - so Min / Max temperature etc.
It would mean i could use MQTT for all my outputs, rather than just the current live ones.. i have had a look and cant work out if its possible,
Hope thats ok to ask,
Andy
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 ??
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.