If geo location is set for a corresponding unit, zont API would provide the internet_weather metric indicating forecasted temperature in a given location:
defan@defmbp attic % cat 20250929-dump-devices-when-zont-is-offline.json | jq -r '.[] | { name, internet_weather }'
{
"name": "BAXI CONNECT+",
"internet_weather": 5.3
}
It is worth to add this metric to the list of exposed metrics by zont_prom_exporter.
If geo location is set for a corresponding unit, zont API would provide the
internet_weathermetric indicating forecasted temperature in a given location:It is worth to add this metric to the list of exposed metrics by zont_prom_exporter.