Skip to content

FriendlyUser1/foxess-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxess-fetch

Simple FoxESS data fetching with python

Setup

  • Download here
  • Rename example.config.json to config.json.

In config.json:

  • Insert your FoxESSCloud username and password.
  • Insert your device's id (from the id parameter in the URL of inverter details page) deviceId-screenshot
  • Leave the token, it will be changed automatically
  • Turn any of the variables you don't want data for to 0

In the console:

  • Run pip install -r ./requirements.txt
  • Run python ./index.py

Done!

And that's it! On running the script you will recieve an object with data in 5 minute intervals of the past hour.

If you run into any errors, or need different features/time scales, please open an issue.