Commit graph

18 commits

Author SHA1 Message Date
zyphlar 3aea1283d5
Clarify the necessity and configuration of the "mqtt" Meshtastic channel
My MQTT wasn't working at all (nothing published to msh/US/2/# except msh/US/2/stat/!myradio = offline for a week) until on advice from Discord I added a new Meshtastic channel to my radio configuration called "mqtt". They claim that this paragraph makes that requirement clear, but

1. This paragraph is only about JSON downlink to send MQTT over LoRa, which is odd because MQTT uplink didn't work either, but anyway:
2. The word "channel" by itself isn't a full set of instructions for creating a new Meshtastic channel on the appropriate node. The rest of the paragraph talks about the /mqtt/ topic, which is ambiguous.
2024-07-01 11:22:00 -07:00
Ian McEwen f3d448e93f
restore the standard example number 2024-05-24 00:46:05 -07:00
Ian McEwen 2adebdabfc
Add a section to show how to create device trackers in HA to show nodes on maps 2024-05-23 19:52:26 -07:00
Ian McEwen 94a753c897
Update MQTT docs for the topic containing 'e' 2024-03-13 17:54:41 -07:00
Alice 5cc78e03bd
Correct Python MQTT code
paho-mqtt version 2.0 is quite different to the old version 1, so the code needs updating to support the new version
2024-03-11 19:17:23 +01:00
rcarteraz 82fa5b2a60
condense 2024-03-05 19:47:04 -07:00
rcarteraz 7d53ced7a7
improve title/meta description for sharing and SEO 2024-03-05 12:09:00 -07:00
Tavis 590f33a0d1
Update adafruit-io.mdx
add improved generic code and bitbucket code repo link.
2024-03-03 02:05:27 -10:00
rcarteraz fc2d12f44a
Merge branch 'master' into patch-2 2024-03-01 21:47:59 -07:00
rcarteraz 907c3ce215 changes 2024-03-01 08:52:02 -07:00
TC² 7ae8850701
Update home-assistant.mdx
Add info on bug with nrf52 and JSON
2024-03-01 10:11:04 -05:00
GUVWAF 583afe2a97 Add notes that JSON is not supported on the nRF52 platform 2024-02-25 14:13:58 +01:00
Ian McEwen 9f439414f4
Update home-assistant.mdx to add device_class and use this.state
Just a couple small improvements. By adding these device classes, some history graphs will be made a bit nicer (splitting out battery percentage from channel utilization graphs) and HA can better know how to use the values. Using `this.state` is slightly better form for retaining the same sensor value since it won't look up the current value, just reuse the one HA has already looked up.
2024-02-22 13:10:30 -07:00
GUVWAF db654becb4 Add new "channel" field for MQTT JSON downlink 2024-02-09 20:04:03 +01:00
thomas.ekstrand bd2dfb1374 rename image files w/ regex (img/[^"'\s]+?)\.(jpg|jpeg|png) 2024-02-03 07:36:57 -06:00
pdxlocations f67ddd8337 Merge branch 'master' into mqtt-integrations 2024-02-01 08:24:57 -08:00
pdxlocations 26c3008c20 Merge branch 'master' into mqtt-integrations 2024-01-27 00:06:46 -08:00
pdxlocations f4cc98922a move mqtt to integrations 2024-01-24 21:30:50 -08:00