Skip to content

Commit

Permalink
gitpages
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Dec 18, 2023
1 parent 1208640 commit b07077e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 18 deletions.
34 changes: 34 additions & 0 deletions README.en.md
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)
47 changes: 29 additions & 18 deletions README.md
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&#8594;&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)

0 comments on commit b07077e

Please sign in to comment.