Skip to content

techgaun/enphex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enphex

Hex version Hex downloads

An elixir wrapper for enphase api

Installation

Specify the package as dependency in mix.exs

{:enphex, "~> 0.1"}

and specify in the list of applications:

def applications do
  [applications: [:enphex]]
end

Configuration

config :enphex,
  api_key: System.get_env("ENPHASE_API_KEY"),
  user_id: System.get_env("ENPHASE_USER_ID")

Usage

Most of the endpoints accept a system id and optional map of url parameters. Please refer to Enphex documentation for more details

Enphex.energy_lifetime(1232, %{production: "all"})

Author

About

An elixir wrapper for enphase api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages