I just did something similar for garage door notifications on a single 4x8x8 max7129 display. It’s MQTT is limited to the info I wanted but would be easy to generalize because of the callback loop on the ESP.
I’m using the homeassistant statestream to publish to MQTT from HA events
Absolutely! If it would also be possible to send some generic messages or messages from notifier or something …would be awesom.what exactly can your matrix?
I have played with MD_Parola sprites on arduino but either there is a ESP compat issue or a revision of the library is missing stuff b/c sprites like pac-man don’t compile in the demo.
Haven’t poked around b/c it’s not important to me, but it wouldn’t be that hard to send an animation parameter through MQTT can capture it much like the brightness is captured.
Remember, the code has an “If statement” so you can now call it AI.
The other guy’s code is more sophisticated so I’ll have to take a look at it. I just wanted something that would tell me if my latest project was working (sonar sensors for garage doors).
Hope you had a nice journey…well I need a complete example on how I can send custom text / values to the matrix … I can’t find anything related to this on your repo
Ok, so I’ve been playing with this tonight and have something cobbled together :), currently it works how I think you want it. You can set up to 10 messages using input_text either as defaults using initial_on: “Clean your room” or change them dynamically in the frontend. Then you send the message using an input_boolean switch. The messages can be about 180 chars long. You can also template the message to be any sensor data with accompanying text - I haven’t sorted out how to make the input_text change to the sensor data yet tho.
Not ready to release yet as there is no error checking and the comments need updating, but it all seems to work except for the sensor data being captured by the input_text.