Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
peugeot [28/05/2021 - 06:16] – thommie4 | peugeot [17/08/2024 - 07:06] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 17: | Zeile 17: | ||
< | < | ||
- | / | + | / |
-m t.rother@netzwissen.de -P Pp7RLxRM -l 192.168.72.40 -p 8080 | -m t.rother@netzwissen.de -P Pp7RLxRM -l 192.168.72.40 -p 8080 | ||
</ | </ | ||
Zeile 23: | Zeile 23: | ||
**Get the car state** | **Get the car state** | ||
- | http://localhost:5000/ | + | < |
+ | curl http://192.168.72.40:8080/ | ||
+ | </ | ||
**Get the car state from cache to avoid to use psa api too much** | **Get the car state from cache to avoid to use psa api too much** | ||
- | http://localhost:5000/ | + | < |
+ | curl http://192.168.72.40:8080/ | ||
+ | </ | ||
**Stop charge** | **Stop charge** | ||
- | http://localhost:5000/ | + | < |
+ | curl http://192.168.72.40:8080/ | ||
+ | </ | ||
**Set hour to stop the charge to 6am** | **Set hour to stop the charge to 6am** | ||
- | http://localhost:5000/ | + | < |
+ | curl http://192.168.72.40:8080/ | ||
+ | </ | ||
**Change car charge threshold to 80 percent** | **Change car charge threshold to 80 percent** | ||
- | http://localhost:5000/ | + | < |
- | + | curl http://192.168.72.40:8080/ | |
- | **See the dashboard (only if record is enabled)** | + | </code> |
- | + | ||
- | http:// | + | |
**Refresh car state (ask car to send its state):** | **Refresh car state (ask car to send its state):** | ||
- | http://localhost:5000/wakeup/YOURVIN | + | < |
+ | curl http://192.168.72.40:8080/wakeup/vin=VR3UHZKXZMT032161 | ||
+ | </ | ||
**Start/ | **Start/ | ||
- | http://localhost:5000/ | + | < |
+ | curl http://192.168.72.40:8080/ | ||
+ | </ | ||
==== Use the dashboard ==== | ==== Use the dashboard ==== |