accumulator
  • Joined on 2024-12-02
accumulator commented on pull request btclock/btclock_v3#2 2024-12-20 11:02:46 +00:00
add mqtt module

updated using elims/PsychicMqttClient, but this has compile problems, due to ESP_IDF_VERSION_MAJOR not being supported correctly.

Leaving this PR for now, as this is taking way too much…

accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-20 11:00:50 +00:00
fa705e45e8 add mqtt module
e8a7b221cb Update WebUI for new mining pools
aeee5238b3 Improve mining pool interface, added GoBrrr pool, Public Pool and Satoshi Radio pool
f613c7e9a1 Update WebUI
c7ea2f3e4d Merge pull request '[Feature] Adds mining pool screens' (#5) from kdmukai/btclock_v3:mining_stats_v2 into main
Compare 37 commits »
accumulator commented on pull request btclock/btclock_v3#2 2024-12-12 13:05:41 +00:00
add mqtt module

Do you know of a lib that can parse the URL and return its components?

You could use mqttString.startsWith("mqtts://") to check for SSL, and if so you could set the SSL certificate…

accumulator commented on pull request btclock/btclock_v3#2 2024-12-06 10:14:41 +00:00
add mqtt module

Instead of adding a SSL switch and port number fields in the config, I'd like to use a URL field (e.g. mqtt://user:pass@host:port or mqtts://user:pass@host:port`). Do you know of a lib that can…

accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-06 10:10:03 +00:00
ee81edbcd2 exclude light sensor calls on unsupported devices
accumulator commented on pull request btclock/btclock_v3#2 2024-12-06 10:03:38 +00:00
add mqtt module

Thanks for your PR! Very happy to see that you implemented it in the right locations and that you also updated the WebUI for it, good job!

I looked at it and I was wondering whether you…

accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-04 14:44:40 +00:00
adf6b38bfb add will message on <device>/status topic, so status is always available even when offline.
accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-04 10:34:39 +00:00
a2217bf52b add will message on <device>/status topic, so status is always available even when offline.
accumulator created pull request btclock/webui#1 2024-12-02 14:05:20 +00:00
add mqtt config options
accumulator created pull request btclock/btclock_v3#2 2024-12-02 14:05:07 +00:00
add mqtt module
accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-02 14:03:45 +00:00
67f1d03919 add mqtt module
accumulator pushed to mqtt_dev at accumulator/webui 2024-12-02 14:03:04 +00:00
d5afa6831c add mqtt config options
accumulator created branch mqtt_dev in accumulator/btclock_v3 2024-12-02 13:59:05 +00:00
accumulator pushed to mqtt_dev at accumulator/btclock_v3 2024-12-02 13:59:05 +00:00
3738c5a888 add mqtt module
accumulator created repository accumulator/btclock_v3 2024-12-02 13:58:24 +00:00
accumulator pushed to mqtt_dev at accumulator/webui 2024-12-02 13:56:42 +00:00
a6d9a0b177 add mqtt config options
accumulator created branch mqtt_dev in accumulator/webui 2024-12-02 13:56:42 +00:00
accumulator created repository accumulator/webui 2024-12-02 13:54:30 +00:00