-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1208640
commit b07077e
Showing
2 changed files
with
63 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# MQTTDevice4 | ||
|
||
[![de](https://img.shields.io/badge/lang-de-yellow.svg)](https://raw.githubusercontent.com/InnuendoPi/MQTTDevice4/main/README.md) | ||
[![ESP32](https://img.shields.io/static/v1?label=Arduino&message=ESP32%20→&logo=arduino&logoColor=white&color=blue)](https://github.com/InnuendoPi/MQTTDevice32) | ||
|
||
MQTTDevice4 enables sensors, actors and an induction hob to be connected via WLAN to [CraftBeerPi V4](https://github.com/avollkopf/craftbeerpi4). | ||
|
||
MQTTDevice4 is an Arduino sketch for the ESP8266 Wemos D1 mini modules. This makes it possible to establish communication between the MQTT broker (eg mosquitto) and an ESP8266 in order to control sensors and actors with CraftBeerPi V4. | ||
|
||
![Startseite](docs/img/startseite.jpg) | ||
|
||
## 📚 Documentation | ||
|
||
A detailed documentation is available on github pages: <https://innuendopi.github.io/MQTTDevice4/> | ||
A detailed documentation CraftbeerPi4 is available on github pages:: <https://openbrewing.gitbook.io/craftbeerpi4_support/> | ||
|
||
## 📰 Sketch Information | ||
|
||
Libraries: Version 4.58, 12.2023 | ||
|
||
* ESP8266 3.1.2 | ||
* Arduino IDE 1.8.19 | ||
* VSCode 1.85 Arduino-CLI ESP8266FS Plugin (LittleFS) | ||
* OneWire | ||
* DallasTemperature | ||
* PubSubClient | ||
* ArduinoJSON | ||
* WiFiManager | ||
* modified NextionX2 | ||
* InnuTicker | ||
* InnuFramework | ||
|
||
Board configuration: | ||
Flash size 4MB (FS:2MB OTA:~1019kB) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,42 @@ | ||
# MQTTDevice4 | ||
|
||
MQTTDevice4 enables sensors, actors and an induction hob to be connected via WLAN to [CraftBeerPi V4](https://github.com/avollkopf/craftbeerpi4). | ||
[![en](https://img.shields.io/badge/lang-en-yellow.svg)](https://raw.githubusercontent.com/InnuendoPi/MQTTDevice4/main/README.en.md) | ||
[![ESP32](https://img.shields.io/static/v1?label=Arduino&message=ESP32%20→&logo=arduino&logoColor=white&color=blue)](https://github.com/InnuendoPi/MQTTDevice32) | ||
|
||
MQTTDevice4 is an Arduino sketch for the ESP8266 Wemos D1 mini modules. This makes it possible to establish communication between the MQTT broker (eg mosquitto) and an ESP8266 in order to control sensors and actors with CraftBeerPi V4. | ||
MQTTDevice32 ist ein Arduino Sketch für Wemos ESP32 D1 mini Module. Mit dem MQTTDevice32 können Sensoren, Aktoren und das Induktionskochfeld GGM IDS2 über WLAN mit [CraftBeerPi V4](https://github.com/avollkopf/craftbeerpi4) verbunden werden. | ||
|
||
![Startseite](docs/img/startseite.jpg) | ||
|
||
## Documentation | ||
## 💻 Installation | ||
|
||
A detailed documentation is available on github pages: <https://innuendopi.github.io/MQTTDevice4/> | ||
A detailed documentation CraftbeerPi4 is available on github pages:: <https://openbrewing.gitbook.io/craftbeerpi4_support/> | ||
* Download [Firmeware.zip](https://github.com/InnuendoPi/MQTTDevice4/blob/main/tools/Firmware.zip) | ||
* Firmware.zip entpacken | ||
* Flashen.cmd editieren: | ||
* "COM3" in Zeile 6 und Zeile 8"esptool.exe -p COM3" anpassen | ||
* Eingabeaufforderung (cmd.exe) öffnen und in das Verzeichnis von firmware.zip wechseln | ||
* Firmware auf ESP32 ladeen mit "flashen.cmd" | ||
|
||
## Sketch Information | ||
Das Script flashen.cmd verwendet [esptool](https://github.com/espressif/esptool) (im ZIP Archiv enthalten). | ||
|
||
Libraries: Version 4.56, 11.2023 | ||
## 📚 Documentation | ||
|
||
- ESP8266 3.1.2 | ||
- Arduino IDE 1.8.19 | ||
- VSCode 1.84 Arduino-CLI 0.34.2 modified ESP8266FS Plugin (LittleFS) | ||
- OneWire | ||
- DallasTemperature | ||
- PubSubClient | ||
- ArduinoJSON | ||
- WiFiManager | ||
- modified NextionX2 | ||
- InnuTicker | ||
- InnuFramework | ||
Beschreibung & Anleitung: [Anleitung](https://innuendopi.gitbook.io/mqttdevice32/) | ||
|
||
## 📰 Sketch Information | ||
|
||
Libraries: Version 4.58, 12.2023 | ||
|
||
* ESP8266 3.1.2 | ||
* Arduino IDE 1.8.19 | ||
* VSCode 1.85 Arduino-CLI ESP8266FS Plugin (LittleFS) | ||
* OneWire | ||
* DallasTemperature | ||
* PubSubClient | ||
* ArduinoJSON | ||
* WiFiManager | ||
* modified NextionX2 | ||
* InnuTicker | ||
* InnuFramework | ||
|
||
Board configuration: | ||
Flash size 4MB (FS:2MB OTA:~1019kB) |