Ja, Parallel laufen lassen macht sinn.
Ist abgeändert und Ich habe noch ein Parameter hinzugefügt für den Intervall in Minuten.
Parameter für openwb.conf:
soc_bluelink_email
E-Mail Adresse zum BlueLink Konte
soc_bluelink_password
Passwort zum BlueLink Konte
soc_bluelink_pin
Pin zum BlueLink ...
Die Suche ergab 6 Treffer
- Do Mär 26, 2020 2:20 pm
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
- Do Mär 26, 2020 12:19 pm
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
Re: SoC Modul Hyundai Ioniq PHEV
So ich habe ich habe die Kommunikation zwischen App und Server mit geschnitten und folgendes Modul geschrieben.
Ordner: soc_bluelink
main.sh
#!/bin/bash
. /var/www/html/openWB/openwb.conf
soctimer=$(</var/www/html/openWB/ramdisk/soctimer)
soc_bluelink_email='xxx@xxx.xxx'
soc_bluelink_password ...
Ordner: soc_bluelink
main.sh
#!/bin/bash
. /var/www/html/openWB/openwb.conf
soctimer=$(</var/www/html/openWB/ramdisk/soctimer)
soc_bluelink_email='xxx@xxx.xxx'
soc_bluelink_password ...
- Di Mär 24, 2020 7:26 am
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
Re: SoC Modul Hyundai Ioniq PHEV
Hab getestet, die Daten werden nicht regelmäßig aktualisiert beim laden, Aktualisierung kam erst als die Batterie voll war.
Da die API auch zum Fernsteuern gedacht ist, habe ich versucht, vor der Status abfrage, ein Tür Lock befehl zu senden.
Nach ca. 15 Sekunden hat der Ioniq dann seine Daten ...
Da die API auch zum Fernsteuern gedacht ist, habe ich versucht, vor der Status abfrage, ein Tür Lock befehl zu senden.
Nach ca. 15 Sekunden hat der Ioniq dann seine Daten ...
- Mo Mär 23, 2020 7:19 am
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
Re: SoC Modul Hyundai Ioniq PHEV
Ich habe BlueLinky am Wochenende ausprobiert mit diesem Code:
const BlueLinky = require('bluelinky');
const client = new BlueLinky({
username: 'xxx@xxx.xxx',
password: 'xxx',
region: 'EU',
autoLogin: true,
pin: 'xxx',
deviceUuid: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
});
client.on('ready ...
const BlueLinky = require('bluelinky');
const client = new BlueLinky({
username: 'xxx@xxx.xxx',
password: 'xxx',
region: 'EU',
autoLogin: true,
pin: 'xxx',
deviceUuid: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
});
client.on('ready ...
- Do Mär 19, 2020 8:01 pm
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
Re: SoC Modul Hyundai Ioniq PHEV
PN ist unterwegs
- Do Mär 19, 2020 6:40 pm
- Forum: Modulanfragen
- Thema: SoC Modul Hyundai Ioniq PHEV
- Antworten: 22
- Zugriffe: 16387
Re: SoC Modul Hyundai Ioniq PHEV
Hi
ich habe mir auch einen Hyundai Ioniq PHEV zugelegt und habe folgendes gefunden:
https://github.com/Hacksore/bluelinky
Eine inoffizielle API Library Namens bluelinky.
Vielleicht lässt sich damit der SOC abfragen und nutzen.
In der Beschreibung steht das Europa funktioniert.
ich habe mir auch einen Hyundai Ioniq PHEV zugelegt und habe folgendes gefunden:
https://github.com/Hacksore/bluelinky
Eine inoffizielle API Library Namens bluelinky.
Vielleicht lässt sich damit der SOC abfragen und nutzen.
In der Beschreibung steht das Europa funktioniert.