Mike Marvin
Mike Marvin
> only exporting 1 minute power That would be the intent, yes. The integration would get the total energy used in the last minute and Home Assistant would automatically integrate...
Monthly doesn't work properly in the 0.8 prerelease, daily is still the one I'd recommend and that prerelease should mostly fix the issue that this GitHub issue references
Two meters where one is on a sub panel should work correctly as-is. I have my Vue1 on a sub panel (inside my electric furnace) from my Vue2 which is...
Unfortunately there's not much that can be done about it, they're issues on the API side. I have logic in place that should cause it to retry the request but...
I have similar automations for my washer and dryer. They trigger based on the power usage going above some set value and then it waits until the power draw drops...
What is the trigger that starts your automation? Is it just that the value was zero for X minutes? What I do is have the start of the automation be...
Here's my trigger  Then this is the wait action that pauses the automation until the dryer is done running  And then after that are the notifications 
The integration was already updated to account for any recent API changes so you shouldn't see any problems due to that if you're on the latest version. They recently removed...
Thanks for the reports. There are a few open issues for this and related changes and it's something I'm going to be working on in the near future. It's a...
Hi, you can definitely do that with the library that this Home Assistant integration is built on, but the code in this particular repository can't pull second-level data. Check out...