From 7ae88507016105f162152a0ab0a86994d9ad48ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:11:04 -0500 Subject: [PATCH 1/2] Update home-assistant.mdx Add info on bug with nrf52 and JSON --- docs/software/integrations/mqtt/home-assistant.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/software/integrations/mqtt/home-assistant.mdx b/docs/software/integrations/mqtt/home-assistant.mdx index cc47fb2a..3e5e346b 100644 --- a/docs/software/integrations/mqtt/home-assistant.mdx +++ b/docs/software/integrations/mqtt/home-assistant.mdx @@ -15,6 +15,13 @@ It is highly recommended to download MQTT Explorer for analyzing the JSON thread ::: +:::info + +Due to a bug with nrf52 devices and JSON, nrf52 devices are not supported for use with Home Assistant +https://github.com/meshtastic/firmware/issues/2804 + +::: + ## Create Meshtastic MQTT Sensor Entities - Ensure your mesh unit is connected to your MQTT broker and using JSON as an output. From 907c3ce215c3743bf99e05efde9d91c289b3289d Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Fri, 1 Mar 2024 08:52:02 -0700 Subject: [PATCH 2/2] changes --- .../software/integrations/mqtt/home-assistant.mdx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/software/integrations/mqtt/home-assistant.mdx b/docs/software/integrations/mqtt/home-assistant.mdx index 3e5e346b..09a0b68f 100644 --- a/docs/software/integrations/mqtt/home-assistant.mdx +++ b/docs/software/integrations/mqtt/home-assistant.mdx @@ -7,18 +7,17 @@ sidebar_position: 4 ### Home Assistant Integrations for Meshtastic +:::warning Note + +Due to a known issue with nRF52 devices and JSON, nRF52 devices are not supported for use with Home Assistant at this time. + +::: + Integrating Meshtastic into Home Assistant brings a new level of control and monitoring to your mesh network. On this page, we'll guide you through the process of creating Meshtastic MQTT sensor entities within Home Assistant. Whether you want to keep an eye on battery levels, environmental conditions, or even receive notifications from your mesh network, these integrations provide you with the tools to make it happen. :::info -It is highly recommended to download MQTT Explorer for analyzing the JSON threads that come across the broker. This can be downloaded here: http://mqtt-explorer.com/ - -::: - -:::info - -Due to a bug with nrf52 devices and JSON, nrf52 devices are not supported for use with Home Assistant -https://github.com/meshtastic/firmware/issues/2804 +It is highly recommended to download MQTT Explorer for analyzing the JSON threads that come across the broker. This can be downloaded here [http://mqtt-explorer.com/](http://mqtt-explorer.com/). :::