Multilayout-ESP-Wordclock

Software for an ESP8266 based word clock with support of different layouts and languages

Stars
88
Committers
21

Bot releases are hidden (Show)

Multilayout-ESP-Wordclock - Version 3.3 Beta 2

Published by dbambus about 1 month ago

Please test it :-)

What's Changed

Full Changelog: https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/compare/V3.3_Beta...V3.3_Beta2

Multilayout-ESP-Wordclock - VersionV3.3_Beta Latest Release

Published by dbambus about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/compare/V3.2...V3.3_Beta

Multilayout-ESP-Wordclock - VersionV3.2

Published by dbambus 11 months ago

  • Added new languages (Spanish and Italian) #Thanks Stephan
  • Fixed some bugs regarding saved data

What's Changed

Full Changelog: https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/compare/V3.1.1...V3.2

Multilayout-ESP-Wordclock - ReleaseV3.1.1

Published by dbambus over 1 year ago

Added new layout from @ThxAndBye

Multilayout-ESP-Wordclock - ReleaseV3.1.0

Published by dbambus over 1 year ago

Description will follow soon

What's Changed

New Contributors

Full Changelog: https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/compare/V3.0.0...V3.1.0

Multilayout-ESP-Wordclock - V3.0.0

Published by dbambus over 1 year ago

... Release notes not yet complete ...

What's Changed

New Contributors

Full Changelog: https://github.com/ESPWortuhr/Multilayout-ESP-Wordclock/compare/V2.8.0...V3.0.0

Multilayout-ESP-Wordclock - V2.8.0

Published by dbambus over 1 year ago

What's Changed

Full Changelog: https://github.com/ESPWortuhr/Wortuhr/compare/V2.7.0...V2.8.0

Multilayout-ESP-Wordclock - V2.7.0

Published by dbambus over 1 year ago

Finally a new full release :-)

What's Changed

Full Changelog: https://github.com/ESPWortuhr/Wortuhr/compare/V2.6.3...V2.7.0

Multilayout-ESP-Wordclock - V2.6.3

Published by dbambus almost 2 years ago

This release is a start for refactoring the code. The overall goal is to move to a common use of camelCase, English as the common language and cleanCode.

In this pull request, I have changed most of the function names in the base code to camelCase. In this step, I refactored the classes to have a namespace for functions and applied cleanCode here. I also changed the comments to English when necessary.

Other changes:

Removed a redundant function RGB_to_HSB(), since it is also available through the NeoPixelBus Library.
Fixed: Better values for Speed Slider https://github.com/ESPWortuhr/Wortuhr/issues/29
Fixed: Brightness changes react immediately* (*The clock refreshes the screen every second).

What's Changed

Full Changelog: https://github.com/ESPWortuhr/Wortuhr/compare/V2.6.2...V2.6.3

Multilayout-ESP-Wordclock - V2.6.2

Published by dbambus almost 2 years ago

Hey everyone,

There is finally after a long period of waiting a new Release 2.6.2.

Prebuild Binary for OTA Flash has Serial 062

What's Changed

New Contributors

Full Changelog: https://github.com/ESPWortuhr/Wortuhr/compare/V2.6.1...V2.6.2

Multilayout-ESP-Wordclock - V2.6.1

Published by dbambus about 3 years ago

Many Thanks to @tali, @udo1toni and @ATho95

  • Added new Layout UHR125_Type2
  • Added new Layout Vector Graphics
  • Added new Animation "Schlange"
  • Added "Dreiviertel" option to UHR114 Layout
  • Fixed compiling Errors on a Windows environment
  • Fixed MQTT support on Website
  • Fixed MDNS
  • Fixed Compile Warnings

Prebuild Binary for OTA Flash has Serial 061

Multilayout-ESP-Wordclock - V2.6.0

Published by dbambus over 3 years ago

Many Thanks to @tali and @ATho95

  • Added WiFiManager
  • Added WIFi Icon for setup indication
  • Added Configuration for startup LED settings
  • Added Dependencies checks
  • Added Git Actions
  • Added SNTP Support
  • Added Basic Support for 24h Wordclock
  • Added Color-wheel for selecting Color on Webpage
  • Added Animations for Transitions and special Occasions
  • Added Favicon
  • Fixed LDR Configuration options
  • Rearranged File Management
  • Fixed Keep Funtions Settings when reloading Webpage
  • Fixed MDNS
  • Fixed Compile Warnings
  • Fixed Website Responsiveness
Multilayout-ESP-Wordclock - V2.5.1

Published by dbambus almost 4 years ago

WIFI AP Passwort: "12345678"

  • Added UHR114_2Clock Layoutoption
  • Added LDR Calibration Option
Multilayout-ESP-Wordclock - V2.5.0

Published by dbambus almost 4 years ago

WIFI AP Passwort: "12345678"

  • Updated Python-Script to update Version String based on VER in Uhr.h
  • Improved internal handling of Command/Mode Selection
  • Improved memoryusage on RAM
  • Added Auto-Shutdown of Wifi-AP-Mode after 5 Minutes, if unused. Just restart Wordclock to enable
  • Added a WPS Support with Button on Website
  • Added MQTT Support
  • Added up to date responsive design for Website
  • Added dedicated Link to Firmware Update Page
  • Added support for language variants (dreiviertel)
  • Fixed Issue for compiling with Arduino IDE
  • Fixed Handling of Text-input on Website
  • Fixed LDR Handling
Multilayout-ESP-Wordclock - V2.4.2

Published by dbambus almost 4 years ago

  • fixed var [resource,str, apikey] openweathermap
  • new config need, because var of apikey changed in lenght. Please change Serial
Multilayout-ESP-Wordclock - V2.4.0

Published by dbambus almost 4 years ago

  • Cleaned up .ino Functions for Wifi, EEPROM und Websockets
  • Moved them to external Headers
  • C++ polymorphismus introduced with Uhrtypes, moved them to external folders
  • Fixed Issue struct for stripes
  • Changed Structure of Webpage-folder on Github
  • Added Python Script to compile C-header for webpage
  • Now it is possible to Change Type of Wordclock on Webpage and Colortype -> Unified Firmware
  • Fixed Issue of showing wrong words on LED Front if entering Settings of Website
  • Removed almost all #IfDefs

Version 2.3.2

  • fix uhr_242 (Zeile 272 Uhr.h)

Version 2.3.1

  • upgrade ArduinoJson 5 zu ArduinoJson 6 (bitte nur noch ArduinoJson >= Version 6 verwenden)

Version 2.3.0

  • Aufräumen der Uhr.h für die Übersichtlichkeit
  • Restrukturierung der Worduhr.ino um IDE Clang gerecht zu werden
  • Weiteres Entfernen von nicht benötigten #IfDefs im Code
  • Weitere Enums und Structs für UHR_Typen hinzugefügt
  • Umstellung der NTP Funktion der Uhr auf eine externe Library NTPClient
  • Support von RTCs zum Beispiel DS1307, DS3231 und PCF8523
  • Behebung eines Fehlers im SSID Handling. Nun werden SSIDs mit Leerzeichen korrekt eingelesen.
  • Hinzufügen eines OfflineModus durch Abschalten der WLAN-Moduls über die Website bis zum Neustart.

Version 2.2.2

  • Aufräumen der Uhr_func.h für die Übersichtlichkeit
  • Entfernen der nicht relevanten IfDefs in Uhr_func.h für bessere Lesbarkeit
  • Habe die Commits von Wandmalffarbes Branche hinzugefügt (Website betreffend)
  • Fixes für ein Großteil der Compiler-Warnungen
  • Umstellung auf eine neue HSV-to-RGB Conversion
  • Entfernen der Websockets Header Dateien aus dem Repo, hier ein neuer Verweis auf neue Libs in der Readme
  • Ordnerstruktur angepasst für cross-kompatiblität Platformio/Arduino

Version 2.2.1

  • Bugfix Openweathermap (freeze without Wifi connection)
  • Enhanced DEBUG uhr_242
  • Correction global vars Openweathermap json parser

Version 2.2.0

  • Bugfixes für Kohttps://www.arduino.cc/reference/en/libraries/websockets/nfigseite #7
  • Support für SK6812 RGBW Stribes
  • Hinzufügen eines neunen Layouts UHR_114_Alternative

Version 2.1.1

  • Neues Webinterface hinzugefügt
  • Arduino-Projekt umbenannt
  • Alten lib-Ordner und die Datei 7x5 Font.xlsx gelöscht
  • (Atho95)
  • Neueste Version der WebSockets - Bugfix Nullpointer in Debug-Ausgabe (payload)
    Im Directory Uhr_Neu befindet sich noch die alte Version (könnte gelöscht werden)
  • Buffer für IP Adressen auf 20 erhöht (sprintf hängt '\0' an)
  • uhr_func_114.h erweitert auf umgekehrt angeschlossene LED's
  • uhr.h erweitert, um auch RGB LED's konfigurieren zu können

Version 2.1.0

  • Bugfix null pointer
  • Code weiter aufgeräumt
  • Minuten arrays gefixt
  • Neue Uhr Version 242 (Open Weather Map)