Skip to content

Releases: widapro/wledPixel

v2.7.1

17 Nov 05:00

Choose a tag to compare

wledPixel v2.7.1 changes:

  1. Fix Home-Assistant MQTT discovery for temperature sensor #52 #48

v2.7

13 Nov 05:21

Choose a tag to compare

wledPixel v2.7 changes:

  1. Support ESP32. With ESP32 core wledPixel works more stable and faster. I recommend using ESP32 if you have any issues like unexpected reboots. #27
  2. Fix intensity(brightens) MQTT topic. Now if you send 0 to intensity then display will turn off and if later you change intensity to any value more than 0 display turn on. #44
  3. NTP default server updated to us.pool.ntp.org. Previous value caused synchronization errors and sometimes reboot. #49
  4. Added a 5-second pause in a boot to keep IP address listed on display longer #51

Be careful: some settings (such as MQTT server, time zone, and zone settings) will be erased, you need to specify them again. This is caused by the renaming of some internal variables due to the limitations of the library used in ESP32.

v2.6.1

30 Sep 04:11

Choose a tag to compare

wledPixel v2.6.1 changes:

  1. [Add] Settings for NTP server and NTP update interval
  2. [Updated] The default font for all zones has been changed from wled Font to Cyrillic (it looks elegant and takes up fewer pixels)
  3. [FIX] ds18b20 temperature faulty measurement
  4. [FIX] Home Assistant didn't have a zones work mode option for the internal temperature sensor

v2.6

20 Sep 02:59
7905e84

Choose a tag to compare

wledPixel version 2.6 contains many fixes and improvements:

  1. New function for saving and reading settings from memory. The settings are divided into groups and saved in separate groups, rather than all settings being overwritten into a file as before. This speeded up the UI and the main core. issue #24
  2. Fix Home-Assistant MQTT discovery issue #32
  3. Fix crashing on long MQTT incoming messages. Supported message size was doubled (from 50 to 100 symbols) issue #29
  4. Fix changing work mode by MQTT issue #28
  5. Fix the Open Weather Icon. The font did not always change automatically.
  6. Improvements to prevent memory leaks
  7. ds18b20 mesuared temperature now shows in UI on Settings page
  8. Added API endpoint /api/temperature to get measured temperature from ds18b20

Changes:

  1. ScrollPause now set in seconds instead it was previously was in milliseconds
  2. Reverted to 3 zones in the display.

Important, before upgrade to new version !!!
Due to the transition to a new platform of saving settings, when upgrading to a new version, all display settings will be erased. It will be necessary to set everything up again. Manually save your display settings before upgrading!

Temperature sensor and 4 zones support

18 Oct 03:18

Choose a tag to compare

Now WledPixel can display the temperature from its temperature sensor (ds18b20). It can display the temperature on an additional fourth zone and on all 16 segments instead of the 12 previously supported.
New features:

  1. Support temperature sensor ds18b20 connected to the ESP.
  2. Send temperature from ds18b20 to Home Assistant throught publishing in MQTT.
  3. Plus one additional zone for display. Now 4 zones on the panel are supported.
  4. Support for panels up to 16 elements (previously there were 12).
  5. New clock display format ddmmaahhmm - day month weekDay hours and minutes.

Fixes:

  1. The minimum brightness in Home Asistan was not displayed correctly.
  2. Management through MQTT is now without delay.
  3. Screen update in clock mode is now every 1 minute if seconds are not displayed.
  4. Performance improvements due to code optimization.

! It is possible to reboot the device due to lack of memory when using 4 zones and OWM and HA clients.

MQTT work mode improvements

28 Sep 04:45

Choose a tag to compare

Pre-release

I increased the speed to apply changes received from MQTT. Now all changes coming from MQTT apply immediately and then write to config and no action is taken on other parameters.

WledPixel v2.4 More controls

26 Sep 04:35

Choose a tag to compare

New features:

  1. Possibilities to disable service messages in a display such as "MQTT" or "Manual" when settings up workmode or any zone settings (effects, speeds, etc)
  2. Possibilities to disable dots blinking in wallclock mode.

Home Assistant MQTT discovery

09 Aug 03:59

Choose a tag to compare

New features:

  1. Home Assistant MQTT discovery. Enabled by default. Supported next items:
  • Power - on/off power
  • Brightness values from 1 to 15
  • Zone work mode for each zones
  • Charspacing for each zones
  • Scroll align for each zones
  • Scroll pause for each zones
  • Scroll speed for each zones
  • Scroll effect IN for each zones
  • Scroll effect Out for each zones

! When MQTT settings specified, device will be automatically send discovery message to HA.

By default light device will be added to Home Assistant with power and brightness control. All other controls listed above you find in device settings in integrations. You can use all of them in HA automations.

  1. MQTT text messages support custom topics. You can specify whatever you want a topic to display in each zone.

  2. MQTT support postfix text to display. You can specify what text to add to each message from the MQTT text topic.

  3. Open Weather Map temperature rounding to integer

  4. Wifi AP in initial setup now contains short MAC address values, the same as Hostname and devicePrefix

  5. Fixed various minor bugs and improved performance.

Deprecations:

  1. MQTT topic scrolleffect_without_exit deprecatedб instead of it, separately IN and OUT are used

New icons

15 Jul 03:55

Choose a tag to compare

Whats new:

  1. Zones test at startup
  2. Fixed problem of stuck clock due to pause value
  3. Add prefix to hostname (the same as MQTT device prefix)
  4. Added new icons to Wled symbol font:

Screen Shot 2022-07-14 at 23 09 11

1 - "X"
2 - "stop"
3 - "rain"
4 - "ip:"
8 - "full light segment"
A - "calendar"
B - "windows"
C - "clouds"
D - "door"
E - "female"
F - "snowflake"
G - "key"
H - "male"
I - "alarm"
J - "clock"
K - "garbage"
L - "info"
M - "moon"
N - "message"
O - "reminder"
P - "wifi"
R - "huge rain"
S - "sun"
T - "thunderstorm"
c - "cloud"
f - "fog"
m - "cloud and moon"
r - "rain"
s - "sun and cloud"
° - "degree symbol"

v2.2.1 Symbol font

23 Jun 16:17

Choose a tag to compare

Added support to display weather icons in any zones. Now you can choose Wled Symbol font in zone and sen through MQTT or just manual special symbol to display weather icon. This is a list of supported icons:

S   - sun day
M   - moon night
s   - few clouds sun
m   - few clouds night
c   - scattered clouds
C   - broken clouds
R   - shower rain
r   - rain
T   - thunderstorm
F   - snow
f   - mist (fog)