Mike Marvin

Results 286 comments of Mike Marvin

For debugging, check if there are any errors in the logs for the `emporia_vue` component (url is usually something like `https://localhost:8123/config/logs`). There will almost definitely be a couple from the...

Thanks for the report! All of the ones mentioning last_reset can safely be ignored for now, I'm planning on swapping off of total_increasing and will actually need to update the...

For now this is only going to be in HACS but there's a chance I try to get it into HA core one of these days.

Balance is the difference between what's measured at the main breaker and the monitored circuits. For a basic setup with no solar, it's the Mains minus all the individual sensors....

Currently there's nothing you can do. I'm testing a change where the state class is changed to `total` and I have some other things I'm going to be testing in...

I believe the Home Assistant dashboard requires it to be positive, at least it definitely used to, since I had to flip the sign between the API and the sensor...

There's a pre-release available that includes a change from `total_increasing` to `total` if you're willing to try out "beta" versions. It fixes these error messages and behaves better when the...

It's definitely a feature on the roadmap but I haven't prioritized it yet because nobody else had been asking for it. I've got their EVSE but no solar, but I...

Btw these changes are implemented in the v0.8 pre-release if you want to try them out and get me some feedback before I release that version. The EVSE shows up...

This is typically due to errors when calling the API due to some sort of unstableness in their cloud implementation. There's several layers of retry logic built in to try...