@felmue - I use the desktop 1.0.17 UiFlow version. Also, I did not reload the M5stick but it just stopped working. (??) Is there a way to access/load an older version of UiFlow to try to get this working again? Thanks for all you have done BTW.
Background: I found a digital signage offering that has both live TV and the customers content. We discovered that it can switch back and forth between the content feeds with MQTT commands.
We wanted a wearable button that would switch to the client content when annoying TV commercials come on. When we see a TV commercial it can be made to disappear with one press of a button. - FUN!
We decided to start with HiveMQ because will need fewer than 100 devices but need to sort them into user groups.
Even at 57 and with no programming skills I can grasp Blockly.
So........
Is there another broker similar to HiveMQ Cloud?
Is there another way to program the M5Stick other than UiFlow so it can publish to HiveMQ knowing that I have no skills?
We we turn on the M5StickC Plus and it automatically connects to WIFI
Connect to Hive
Display "Connected" for 5 seconds
Send command: {"operation": "layout/set", "parameters": {"layoutId": 2, "length": 360}}
Display "Published" for 5 seconds
Display Battery percentage for 5 seconds
Power off the M5stick. (This gives us 3 to 4 days of use on a single charge)
This has been a fun project so far - A few weeks ago I did not even know what MQTT was!