It shouldn’t stop and restart - there is something wrong you will need to determine what is wrong - usually by adding the serial monitor and checking the output. I would guess at the WDT or a memory problem.
There aren’t any effects see my reply above, you need to create some automations of the type …
- alias: Send a templated input_text msg to the Sign Line 0
initial_state: 'on'
trigger:
- platform: state
entity_id: input_boolean.mqttsign_line0
to: 'on'
- platform: time_pattern
minutes: '/10'
action:
- service: mqtt.publish
data:
topic: 'cmnd/MQTTSign/MSG0'
payload_template: 'The Current Bitcoin Price is {{ states.sensor.market_price.state }} USD'
- service: input_text.set_value
data_template:
entity_id: input_text.text0
value: 'The Current Bitcoin Price is {{ states.sensor.market_price.state }} USD'
- alias: Turn Off templated input_text msg to the Sign Line 0
initial_state: 'on'
trigger:
- platform: state
entity_id: input_boolean.mqttsign_line0
to: 'off'
action:
- service: mqtt.publish
data:
topic: 'cmnd/MQTTSign/MSG0'
payload: ''
#############################################################
@keithh666 I got it working thanks but is there anyway were I could show all t he titles available from Sky Tech Feed? so instead of entries[1].title maybe entries[0].title?
Stumbled over this and just wanted to say that I love it, almost gotten it to work and wonders if someone have more working examples and ideas this long after
I got tthe wemo to flash with keithh666’s files - thank you.
But the order of the matrix display is out of sync.
its a 8x8 4 modules on a connected PCB.
The displayed text starts a=n the 1st 8x8 then scrolls to #4–>#3 -->#2
so the order is #1–>#4–>#3 -->#2
do i need to change #define MAX_DEVICES 12 ?
or connect the 3 pin on the other side (#4 8x8 module)
AliExp - MAX7219 dot matrix module microcontroller module 4 in one display
Then you have 4 devices each 8x8 module is a device. The pins can only be connected one way as it says on the underside input on one side to output on the other for connecting another set of devices.