burned42
  • Joined on 2022-06-08
burned42 pushed to add_mqtt at fmueller/esp8266-led-marquee-sign-contr... 2024-10-22 19:29:14 +02:00
60a82b896a add status topic and publish after sending text to sign
burned42 pushed to add_mqtt at burned42/esp8266-led-marquee-sign-contr... 2024-10-22 19:28:49 +02:00
60a82b896a add status topic and publish after sending text to sign
burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-03 22:24:40 +02:00
add MQTT and OTA update support

So you are saying the LED sign's own encoding is close to CP437?

That's what chatgpt guessed and when searching for some of the characters missing in the existing mapping table you added and…

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-03 22:07:05 +02:00
add MQTT and OTA update support

The mapping listed in both the Python and C++ code was deduced from the vendor's software which I blackbox reverse engineered with some USB serial converters. It was a tedious, time consuming…

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-02 18:05:17 +02:00
add MQTT and OTA update support

While working on integrating the led sign into homeassistant and potentially maybe also into our chat, we noticed that setting up https://git.fablab-altmuehlfranken.de/fmueller/led-marquee-sign-cli

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-02 18:00:53 +02:00
add MQTT and OTA update support

done 👍

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-10-02 18:00:36 +02:00
add MQTT and OTA update support

Works when using just led-marquee-sign :)

burned42 pushed to add_mqtt at fmueller/esp8266-led-marquee-sign-contr... 2024-10-02 17:59:49 +02:00
165540c120 reformat comments
ad4ee16f19 use mdns hostname instead of fqdn
610f86750b before sending the text to the sign, translate any unicode characters to codepage 437 representation
Compare 3 commits »
burned42 pushed to add_mqtt at burned42/esp8266-led-marquee-sign-contr... 2024-10-02 17:56:24 +02:00
165540c120 reformat comments
ad4ee16f19 use mdns hostname instead of fqdn
610f86750b before sending the text to the sign, translate any unicode characters to codepage 437 representation
Compare 3 commits »
burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-24 19:24:36 +02:00
add MQTT and OTA update support

see above, I copied this from an example from one of the used libraries

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-24 19:24:31 +02:00
add MQTT and OTA update support

see above, I copied this from an example from one of the used libraries

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-24 19:24:00 +02:00
add MQTT and OTA update support

I think I copied the whole function from some code in an example of one of the libraries. Feel free to adjust to your prefered code style.

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-24 19:22:54 +02:00
add MQTT and OTA update support

IIRC that didn't work when we tried that.

burned42 commented on pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-24 19:22:39 +02:00
add MQTT and OTA update support

I honestly have no idea. I was happy when I got this working with the platform io thingy.

burned42 created repository burned42/esp8266-led-marquee-sign-contr... 2024-09-10 21:50:38 +02:00
burned42 pushed to add_mqtt at fmueller/esp8266-led-marquee-sign-contr... 2024-09-10 21:04:32 +02:00
c78fde5d9f update credentials.h example file
burned42 created pull request fmueller/esp8266-led-marquee-sign-contr...#1 2024-09-10 20:39:00 +02:00
add MQTT and OTA update support
burned42 created branch add_mqtt in fmueller/esp8266-led-marquee-sign-contr... 2024-09-10 20:38:11 +02:00
burned42 pushed to add_mqtt at fmueller/esp8266-led-marquee-sign-contr... 2024-09-10 20:38:11 +02:00
34bd9746d1 add MQTT and OTA update support