Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MQTT/HomeAssistant Command RGB Value not properly being set #314

Closed
antbarney opened this issue Sep 12, 2023 · 0 comments
Closed

[BUG] MQTT/HomeAssistant Command RGB Value not properly being set #314

antbarney opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@antbarney
Copy link

Bug report

Describe the bug

When attempting to change the Matrix Color (which I think should be the same as the Text Color) the MQTT command is sent via

rgb_cmd_t and is a RGB Array value (0,5,255 as an example)

This looks to be accepted and is reflected in the rbg_stat_t Topic.

But after a few Seconds the rgb_stat_t value is changed to some un-commanded value.

Screenshot of what I see thru MQTT Explorer.

image

Additional information

  • Devices involved:
    • Model: Awtrix 2.0 Upgraded to Awtrix Light
    • AWTRIX-LIGHT version: latest (v0.86)

To Reproduce

Steps to reproduce the behavior:

Using Home Assistant Change the Matrix Color Value.

Observe that the matrix color does not update to match the commanded color.

Expected behavior

Commanded Matrix Color is set and accepted by the matrix.

Screenshots

Screenshot of MQTT Explorer of the values not mathcing above.

Logs

(optional) Add relevant logs which could help tackle the problem.

Additional context

Add any other context about the problem here.

@antbarney antbarney added the bug Something isn't working label Sep 12, 2023
Blueforcer added a commit that referenced this issue Sep 14, 2023
### ✨ Features
- 🎵 Adds `/rtttl` API to play a rtttl melody string directly
- 🖥️ Adds HTTP fullscreen liveview at `/fullscreen`

### 🐛 Bug Fixes
- 🎨 Fixes Matrix color for HA entity. Closes #314
- 🌈 Fixes moodlight bug. Closes #311
- 📆 Fixes drawing coordinates for time calendar icon. Closes #312
- 🔡 Fixes a bug with the free pixel between icon and text
- 🟠 Fixes circle drawing
- 📝 Fixes a bug while using textOffset and pushIcon. Closes #305

### 🔥 Removals
- ❌ Removes reset after X failed WiFi reconnect attempts, because some users disables WiFi over night. Closes #310
Blueforcer added a commit that referenced this issue Sep 14, 2023
### ✨ Features
- 🎵 Adds `/rtttl` API to play a rtttl melody string directly
- 🖥️ Adds HTTP fullscreen liveview at `/fullscreen` with optional fps parameter

### 🐛 Bug Fixes
- 🎨 Fixes Matrix color for HA entity. Closes #314
- 🎨 Fixes standard indicator colors
- 🌈 Fixes moodlight bug. Closes #311
- 📆 Fixes drawing coordinates for time calendar icon. Closes #312
- 🔡 Fixes a bug with the free pixel between icon and text
- 🟠 Fixes circle drawing
- 📝 Fixes a bug while using textOffset and pushIcon. Closes #305

### 🔥 Removals
- ❌ Removes reset after X failed WiFi reconnect attempts, because some users disables WiFi over night. Closes #310
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant