Skip to content

Commit

Permalink
V 4.66
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Nov 15, 2024
1 parent 45785cb commit ccb826e
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 311 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

Version 4.66

- merge: merge development branch into new release 4.66

Version 4.65.4

- new: norwegian language file added - thank you for supporting this projekt @ user oyvind
Expand Down
2 changes: 1 addition & 1 deletion MQTTDevice.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Version
#define Version "4.65.4"
#define Version "4.66"

// Definiere Pausen
#define PAUSE1SEC 1000
Expand Down
Binary file modified build/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified build/MQTTDevice4.mklittlefs.bin
Binary file not shown.
612 changes: 306 additions & 306 deletions build/compile_commands.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,16 +222,15 @@ Sensor setting

Multicast DNS is used to resolve hostnames to IP addresses in small networks. A mDNS name can be used instead of the IP address to open the mqttdevice web interface in a browser. Default mDNS name is mqttdevice. Open the configuration panel <http://mqttdevice.local> in your web browser. The name is freely selectable. The mDNS name must be unique in local network and must not contain any spaces or special characters. Please note: if you use two or more MQTTDevices you must change default mDNS "mqttdevice" into an unique identifier! Reboot your mqttdevice after changing mDNS.

**NTP Zeitserver:**
**NTP time server:**

The Network Time Protocol (NTP) regularly synchronizes the time with a time server. The default time server is europe.pool.ntp.org (Berlin, Germany) and is a timer on the Internet. If there is a time server on the local network, this time server can be used. For example, if a Fritz.box (c) is in use, fritz.box can be entered as the time server. If a local NTP server is configured, the Brautomat does not need access to the Internet.

**NTP Zeitzone:**
**NTP time zone:**

The time zone is determined from a table. The time zone Europe Berlin is preset and is <CET-1CEST,M3.5.0,M10.5.0/3>.
The time zone is used to determine the correct time, including daylightsavings. All time zones are listed in the zones.csv file.


2. MQTT Settings

![mqtt](img/mqtt.jpg)
Expand Down
2 changes: 1 addition & 1 deletion index_htm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const char index_htm_gz[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x08, 0x89, 0x1e, 0x37, 0x67, 0x04, 0x00, 0x69, 0x6e,
0x1f, 0x8b, 0x08, 0x08, 0xbf, 0x3b, 0x37, 0x67, 0x04, 0x00, 0x69, 0x6e,
0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, 0x00, 0xed, 0x5d, 0xfd, 0x5a,
0xf3, 0x34, 0x14, 0xbf, 0x95, 0x5a, 0x15, 0x36, 0xdd, 0x06, 0x1b, 0x2f,
0x3e, 0x3a, 0x28, 0x3c, 0x08, 0x53, 0x51, 0x04, 0x64, 0xf3, 0xfb, 0x03,
Expand Down
Binary file modified tools/Firmware.zip
Binary file not shown.
Binary file modified tools/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified tools/MQTTDevice4.mklittlefs.bin
Binary file not shown.

0 comments on commit ccb826e

Please sign in to comment.