This is a node server to pull energy meter data from the emporia VUE servers and make it available to a Universal Devices ISY994i Polyglot interface with Polyglot V3 running on a Polisy
(c) 2021 Robert Paauwe
- Backup Your ISY in case of problems!
- Really, do the backup, please
- Go to the Polyglot Store in the UI and install.
- From the Polyglot dashboard, select the emporia VUE node server and configure (see configuration options below).
- Once configured, the emporia VUE node server should update the ISY with the proper nodes and begin filling in the node data.
- Restart the Admin Console so that it can properly display the new node server nodes.
The settings for this node are:
- How often to poll for current energy data (in seconds)
- How often to poll for daily energy data (in seconds)
* username - your emporia VUE account user name
* password - your emporia VUE account password
- sys.node.[address].ST (Node sever online)
- sys.node.[address].TWP (Instetaneous power)
- Polyglot V3.
- ISY firmware 5.3.x or later
- 1.0.4 05/11/2022
- Daily (GV1) API changed
- 1.0.3 05/10/2022
- Update to newer pyemvue library code
- 1.0.2 03/15/2022
- lock down to version of pyemvue as newer versions don't work
- 1.0.1 07/29/2021
- Use newer udi_interface and testing
- 1.0.0 05/24/2021
- Initial version.