-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AC Charger über Shelly Plug S plus einschalten #1330
base: development
Are you sure you want to change the base?
Conversation
modified: include/Configuration.h new file: include/ShellyACPlug.h modified: include/WebApi.h new file: include/WebApi_Shelly.h modified: include/defaults.h modified: src/Configuration.cpp new file: src/ShellyACPlug.cpp modified: src/WebApi.cpp new file: src/WebApi_Shelly.cpp modified: webapp/src/locales/de.json modified: webapp/src/locales/en.json modified: webapp/src/locales/fr.json modified: webapp/src/types/AcChargerConfig.ts modified: webapp/src/views/AcChargerAdminView.vue
modified: webapp/src/locales/de.json modified: webapp/src/locales/en.json modified: webapp/src/locales/fr.json
modified: include/Configuration.h modified: include/ShellyACPlug.h modified: include/defaults.h modified: src/Configuration.cpp modified: src/ShellyACPlug.cpp modified: src/WebApi_Shelly.cpp modified: src/main.cpp modified: webapp/src/types/AcChargerConfig.ts modified: webapp/src/views/AcChargerAdminView.vue
modified: include/Configuration.h modified: include/ShellyACPlug.h modified: include/WebApi.h new file: include/WebApi_ws_Shelly.h modified: include/WebApi_ws_live.h modified: include/defaults.h modified: src/Configuration.cpp modified: src/ShellyACPlug.cpp modified: src/WebApi.cpp modified: src/WebApi_Shelly.cpp new file: src/WebApi_ws_Shelly.cpp modified: src/WebApi_ws_live.cpp modified: webapp/src/components/InverterTotalInfo.vue modified: webapp/src/locales/de.json modified: webapp/src/locales/en.json modified: webapp/src/locales/fr.json modified: webapp/src/types/AcChargerConfig.ts modified: webapp/src/types/LiveDataStatus.ts modified: webapp/src/views/AcChargerAdminView.vue modified: webapp/src/views/HomeView.vue
modified: webapp/src/types/AcChargerConfig.ts string in lower case
modified: webapp/src/views/AcChargerAdminView.vue Prettier
modified: webapp/src/views/AcChargerAdminView.vue yarn prettier
Hm, das sieht interessant aus. Danke! Schön, das du den HttpGetter verwendet hast, damit hast du mich positiv überrascht. Ich sehe auch, dass du dieses Feature in den AC Charger in der Web UI unterbringst, was ich sonst verlangt hätte. Allerdings hab ich natürlich, ganz meiner Art entsprechend, auch zu meckern:
|
Code Style schaue ich mir an, dachte dass passt schon. Nehme hier gerne Tips an. Es war Absicht beide Charger parallel zuzulassen. So kann man das Huawei Überschuss orientiert und on TOP noch via Shelly ein statisches Netzteil als Booster und um auch mehrere Phasen zu belasten. Bei meiner 25kwp Anlage aufm Dach komme ich regelmäßig über die 2500W vom Huawei. Werde auch evtl. das Huawai mit 75A testen... Wobei ich einphasig >16A eigentlich nicht so mag... Das ganze dann noch Erweitern, dass man die URIs zum senden und JSON Werte zum auslesen spezifizieren kann, liefere ich gerne in einem späteren Update... |
Ich fände eine mehrstufige Regelung auch super interessant. So könnte man ggf. auch einfache kleinere Verbraucher kaskadiert starten und stoppen. ZB heizstäbe, Pumpen, Wärmepumpen,…. |
kannst du mir einen Tipp geben, wie ich deine AC-Charger Admin Änderungen in meinen Fork gemerged bekomme. |
Steuert ein X beliebiges Ladegerät über einen Shelly Plug ein, wenn die Schwellenwerte erreicht sind.