I created a small Python script that retrieves the monthly gas consumption total from the utility company's website and publishes it via MQTT to a gas domoticz device. Everything works fine, except that the monthly total is published 2-3 days later, so I only get the current month's consumption counted.
Is it possible to enter the reference date via MQTT or HTTP API?
Thanks, I'm open to any suggestions