You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# BeltWinder
2
-
GW60 Superrollo Gurtwickler ESP8266 Programm mit WiFi/MQTT
3
-
Version: 0.1
2
+
GW60 Superrollo Gurtwickler ESP8266 & ESP32 Programm mit WiFi/MQTT
3
+
Version: 0.2
4
4
5
5
Inspiriert und basierend auf dem Programm von ManuA:
6
6
https://gitlab.com/ManuA/GW60-Superrollo
7
7
8
-
Ausgelegt für die Platine von Papa Romeo (https://www.hempel-online.de/umbau-superrollo-gw60-mit-esp8266/articles/umbau-superrollo-gw60-mit-esp8266.html)
8
+
Ausgelegt für die Platine von Papa Romeo (https://forum.fhem.de/index.php/topic,60575.msg723047.html#msg723047)
9
9
10
10
Wann, und ob, ich etwas von der ToDo Liste abarbeite entscheidet Lust und Laune.
11
11
Hilfe ist natürlich gern gesehen. Da ich kein Informatiker bin, sondern das ganze nur als Hobby betreibe, lerne ich auf diese Weise gerne dazu.
@@ -21,7 +21,7 @@ Hilfe ist natürlich gern gesehen. Da ich kein Informatiker bin, sondern das gan
21
21
* Kalibrierungsfahrt muss gestartet werden: einmalig notwendig
22
22
* Position Topic wird erstellt und aktiviert
23
23
* Nach reboot:
24
-
* letzte bekannte Position wird übermittelt. Postion ist bestätigt
24
+
* letzte bekannte Position wird übermittelt. Postion ist unbestätigt
25
25
* Falls zuerst ein Prozentwert ungleich 0/100 angefahren werden soll, findet eine Positionierungsfahrt statt [kürzeste Strecke zwischen vermuteter Position und gewünschter Position, mit Halt an einem Anschlag]. Postion ist bis zum nächsten reboot bestätigt
26
26
27
27
**MQTT Anbindung:**
@@ -36,20 +36,20 @@ Hilfe ist natürlich gern gesehen. Da ich kein Informatiker bin, sondern das gan
36
36
* /count: letzter bekannter Impulszählerwert. Wird beim Start abgerufen und als Ausgangswert genutzt (EEPROM Schonung)[read only]
37
37
38
38
**IotWebserver:**
39
-
* Start, ohne Konfiguration: Baut Access Point [name:"GW60-ESP", pw:"GW60-ESP"] auf. Gerätekonfiguration [192.168.4.1].
39
+
* Start, ohne Konfiguration: Öffnet Access Point [name:"GW60-ESP", pw:"GW60-ESP"]. Gerätekonfiguration [192.168.4.1].
40
40
* Start, mit Konfiguration, D0 high, mit Wartezeit: Access Point für konfigurierte Zeit, dann Verbindung zu WLAN.
41
41
* Start, mit Konfiguration, D0 high, Wartezeit=0. Mqtt Verbindung in ~10s. Gerätekonfiguration [ip:admin:gesetztesPW]
42
42
* Start, mit Konfiguration, D0 low: Acces Point mit Standartpasswort bis Verbindung.
43
43
44
44
# To-Do's
45
45
**Todo für V1.0:**
46
-
*reedme verschönern...
46
+
*readme verschönern...
47
47
* Zusatzinfo für Betrieb mit geschalteter Stromversorgung
0 commit comments