widapro / wledPixel

Dot matrix panel management
MIT License
69 stars 12 forks source link

mqtt workmode does not work when triggered #46

Open Grey-Lancaster opened 1 year ago

Grey-Lancaster commented 1 year ago

What I mean is if I select mqttclient from the below screenshot it does not work. All other modes appear to work. Selecting from the below screenshot, I do get a msg in monitor Topic: wledPixel-5AAE/zone0/workmode mqttClient

and it stays doing whatever it was before.

But if I select mqqtclient in the settings webpage and apply, a bunch of stuff scrolls by in the monitor and it works ds18b20 measurement temperature: 78.9 F ds18b20 measurement temperature: 78.9 F API request received 17 params sent in POST[zone]: 0 POST[workMode]: mqttClient POST[font]: wledFont_cyrillic POST[owmWhatToDisplay]: owmTemperature POST[haSensorId]: POST[haSensorPostfix]: POST[clockDisplayFormat]: HHMM POST[scrollSpeed]: 35 POST[scrollPause]: 3 POST[scrollAlign]: PA_CENTER POST[scrollEffectIn]: PA_SCROLL_LEFT POST[scrollEffectOut]: PA_SCROLL_LEFT POST[charspacing]: 1 POST[mqttTextTopic]: wledPixel-5AAE/zone0/text POST[mqttPostfix]: POST[ds18b20Postfix]: °F

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK

MQTT publish HA device state: OK MQTT pub state func{"status":"online","power":true,"brightness":2,"wifiSsid":"shop2","zone0":{"workMode":"mqttClient","charspacing":1,"scrollAlign":"PA_CENTER","scrollPause":3,"scrollSpeed":35,"scrollEffectIn":"PA_SCROLL_LEFT","scrollEffectOut":"PA_SCROLL_LEFT"}}MQTT publish device state: OK MQTT subscribe objects

ds18b20 measurement temperature: 79.0 F MQTT new message arrived Topic: wledPixel-5AAE/zone0/text Mary had a lil lamb zone0 Message availabel: Mary had a lil lamb

MQTT new message arrived Topic: wledPixel-5AAE/intensity 3 MQTT new message arrived Topic: wledPixel-5AAE/power ON

I have no clue if the difference in wording of the logbook for the entries means anything.

image