jertel / vuegraf

Populate metrics from your Emporia Vue energy monitoring devices into an InfluxDB
MIT License
169 stars 54 forks source link

Update PyEmVue to 0.10.1, allows wall plug readings #4

Closed scline closed 4 years ago

scline commented 4 years ago

Without the version bump Emporia Vue's wall plugs cause the program to error out. this works however on 0.10.1. Example config for clean names:

        "devices": [{
                "name": "Home",
                "channels": [
                    "AC_Downstairs",
                    "AC_Upstairs",
                    "Office",
                    "Master",
                    "Kat's Room",
                    "Ella's Room",
                    "Washer",
                    "Fishtank"
                ]
            },
            {
                "name": "Server Rack"
            },
            {
                "name": "Air Filter"
            }
        ]

"Server Rack" and "Air Filter" being the new wall plugs.

jertel commented 4 years ago

Thanks for submitting this. I'm running the latest image with this updated pyemvue lib now, and it looks good. I don't have one of the wall plugs to test with but if you believe everything else looks good and have no more pending changes I will release this as a new version.