Renault Zoe API, modified for a PRTG Custom Python Sensor
Based on https://github.com/edent/Renault-Zoe-API
Genereal Instructions:
- cd C:\Program Files (x86)\PRTG Network Monitor\Python34
- download https://bootstrap.pypa.io/get-pip.py There.
- (WITH ADMIN!) python.exe get-pip.py
- cd C:\Program Files (x86)\PRTG Network Monitor\Python34\Scripts
- (WITH ADMIN!) pip install requests
- copy files from this project to C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\python
- change credentials.json with relevant cred's.
- create a new custom python sensor, and select zoe-console.py as the script. i suggest a frequency of 5 minutes.
If something isn't working, try running "C:\Program Files (x86)\PRTG Network Monitor\Python34\python.exe" "C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\python\zoe-console.py" in a command shell and open an issue with the results.