DrozmotiX / ioBroker.wled

IoBroker integration to WLED project
https://github.com/Aircoookie/WLED
MIT License
28 stars 14 forks source link

Feed the Scrolling Text for 2D LED Matrix #670

Closed LosFritzos closed 4 months ago

LosFritzos commented 6 months ago

Hello I would be very happy if it were possible to change the text for the "scrolling text" effect using an object. So far I haven't found a way to define the text for the ticker. best regards👋🏻

HaggardFFM commented 6 months ago

Hi LosFritzos, the text which is displayed in a 2D Matrix is the segment name in WLED. Unfortunately there is no possibility to change this value by the http or the JSON Api on which the adapter works. So please post a enhancement directly to WLED to make it possible to change this value by the API and we can implement it to the adapter. Best, Harald

LosFritzos commented 6 months ago

Hi Harald, I received a reference to the Knowledgebase ( https://kno.wled.ge/interfaces/json-api/ ) and stumbled across the following...

Screenshot 2024-03-10 220542

is that any help?

HaggardFFM commented 6 months ago

Hi @LosFritzos, you are right. There is an object under seg.X(Your Segment Number).n = "name of the Segment", you can change this object and the text which is scrolling on you Matrix will be changed.

Please note that the object seg.X.n is only availabe when the segment has an individual name. image image

Is Segment has no name (Segment 0) the object n is not available and the scrolling Text will be Date and Time. So you have first setup an individual name on your WLED Webinterface.

Best Regards Harald

LosFritzos commented 6 months ago

Thank You Harald, now i can start 😅

HaggardFFM commented 4 months ago

@LosFritzos Please close. this Issue, if there are no other questions concerning. Thanks Harald