Skip to content

claytonn73/myenergi_api

Repository files navigation

Myenergi API

This is a package for connecting to the Myenergi API. It has been tested on Zappi and Harvi data only.

Usage

import myenergi

def main():
    with myenergi.API(serial="123456", password="passw0rd") as mye:
        print(mye.get_serials(myenergi.const.MyenergiType.ZAPPI))

run(main())

The sample programs use a .env file with the serial and password contained in it

myenergi_serial = "1234567"
myenergi_password = "passw0rd"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published