Evgeny Zinoviev c80972d016 add license
2021-08-03 23:11:10 +03:00
2021-08-03 23:09:52 +03:00
2021-08-03 23:11:10 +03:00
2021-08-03 23:02:01 +03:00

inverter-http-proxy

HTTP interface for inverterd.

Dependencides

  • Python 3
  • aiohttp (from Pypi)
  • inverterd (from Pypi)

Usage

Assuming inverterd host is 192.168.1.2:

inverter-http-proxy --inverter-host 192.168.1.2 --host 127.0.0.1 --port 8080

Then open https://127.0.0.1/get-status/ in browser. You can replace get-status with any command supported by inverterd.

Command arguments aren't supported at the moment.

License

MIT

Description
No description provided
Readme MIT 33 KiB
Languages
Python 100%