Thomas Germain
Thomas Germain
Hi, EMF reports are refreshed every 30min. I don't have any EMF reports myself, so this is pretty hard to test. But if you say, you can have hourly values...
You can create an automation like this: ```yaml - id: '1652122001949' trigger: - platform: time_pattern hours: /1 condition: [] action: - service: multimatic.request_hvac_update data: {} ```
No, I will see if I can do different queries to the API.
Well, this is actually quite hard to do, mostly because of the error handling. There is no hourly update API call out of the box. So the integration will have...
For now, consumptions sensors are refresh every 30min, but it sounds there is only one refresh per day at vaillant server side. You should have an entity with an id...
Which entities are you using here ? Could you show the history for a specific entity (for 2 days for example) ? As I said `it sounds there is only...
Ok, so it sounds like they are sometimes more than one update per day at vaillant server. But we can also see big jumps. So honestly, I don't know what...
This is 30min (and not configurable). There is also a refresh at every HA starts
No, this is exactly the same code call
Here: https://github.com/thomasgermain/vaillant-component/blob/master/custom_components/multimatic/coordinator.py#L149 to get me EMF report. You can set the logger level to DEBUG to see when it does the call to the API