-
Notifications
You must be signed in to change notification settings - Fork 71
Configuring Node-RED dashboard 2.0 on Home Assistant #1805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…2.0" to "FlowFuse Dashboard"
|
@omrid01 can you upload the images you've used to comments in this thread please, they're not loading when running the docs locally, or in production as the images you've linked to are private to your repository. Or, even better, upload them into the I've also got a bunch of changes which I have just pushed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @omrid01 - I would like to get this merged. Would you be kind enough to address the issues raised in review please?
docs/en/user/home-assistant.md
Outdated
| 2. Create a new iframe container for hosting the FlowFuse Dashboard clients: | ||
| - In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage** | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}
*A note to what this image is*
docs/en/user/home-assistant.md
Outdated
|
|
||
| - Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard` | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}
*A note to what this image is*|
Hi Steve, Joe,
Sorry, I was away on an urgent personal matter. Will address this today or
tomorrow.
Omri
…On Sun, Oct 5, 2025 at 12:06 PM Stephen McLaughlin ***@***.***> wrote:
***@***.**** commented on this pull request.
Hi @omrid01 <https://github.com/omrid01> - I would like to get this
merged. Would you be kind enough to address the issues raised in review
please?
------------------------------
In docs/en/user/home-assistant.md
<#1805 (comment)>
:
> +Node-RED can be integrated with Home Assistant (**HA**) in 2 ways:
+- Running Node-RED on an external host, and connecting to the HA server via HTTP messaging or the `node-red-contrib-home-assistant-websocket` node-set
+- Using the internal Node-RED add-on within HA, which by default is part of the HA installation
+
+### Configuring Node-RED dashboard 2.0 in Home Assistant
+
+As of today, the Node-RED add-on within HA includes the Node-RED dashboard 1.0 nodes (`node-red-dashboard`), and exposes its URL (`.../ui`). However, Node-RED Dashboard 1.0 is now deprecated and replaced has been replaced by FlowFuse Dashboard.
+
+Following are instructions for installing & configuring FlowFuse Dashboard into the Node-RED add-on in HA
+
+1. Within the Node-RED add-on, install the FlowFuse Dashboard nodes ***@***.***/node-red-dashboard`) via the "Manage Palette" option.
+
+2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
+- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
+
+
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}*A note to what this image is*
------------------------------
In docs/en/user/home-assistant.md
<#1805 (comment)>
:
> +### Configuring Node-RED dashboard 2.0 in Home Assistant
+
+As of today, the Node-RED add-on within HA includes the Node-RED dashboard 1.0 nodes (`node-red-dashboard`), and exposes its URL (`.../ui`). However, Node-RED Dashboard 1.0 is now deprecated and replaced has been replaced by FlowFuse Dashboard.
+
+Following are instructions for installing & configuring FlowFuse Dashboard into the Node-RED add-on in HA
+
+1. Within the Node-RED add-on, install the FlowFuse Dashboard nodes ***@***.***/node-red-dashboard`) via the "Manage Palette" option.
+
+2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
+- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
+
+
+
+- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
+
+
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}*A note to what this image is*
------------------------------
In docs/en/user/home-assistant.md
<#1805 (comment)>
:
> +
+Following are instructions for installing & configuring FlowFuse Dashboard into the Node-RED add-on in HA
+
+1. Within the Node-RED add-on, install the FlowFuse Dashboard nodes ***@***.***/node-red-dashboard`) via the "Manage Palette" option.
+
+2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
+- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
+
+
+
+- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
+
+
+- Set the iframe a title & optional icon (which will show in the HA sidebar), and click **Create**
+
+
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}*A note to what this image is*
------------------------------
In docs/en/user/home-assistant.md
<#1805 (comment)>
:
> +
+2. Create a new iframe container for hosting the FlowFuse Dashboard clients:
+- In HA, go to **Settings->Dashboards->Add dashboard**, select **Webpage**
+
+
+
+- Set the URL of the dashboard, e.g. `<HA host>:1880/endpoint/dashboard`
+
+
+- Set the iframe a title & optional icon (which will show in the HA sidebar), and click **Create**
+
+
+
+- You can now open the FlowFuse Dashboard from the HA sidebar, or directly via the endpoint URL defined above
+
+
Please add the image to docs/assets/images and point this to it like this:
{data-zoomable}*A note to what this image is*
—
Reply to this email directly, view it on GitHub
<#1805 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AX3RLF4SVAJ7K4AXEC2RQE33WDNQZAVCNFSM6AAAAACEVT3F7SVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTGMBSGI4TCOBSHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
I have updated the document with locally placed images. Is there anything else I need to do, or do the updates in the fork automatically propagate into the Pull Request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thank you very much for the docs update.
Description
Related Issue(s)
Checklist
flowforge.yml?FlowFuse/helmto update ConfigMap TemplateFlowFuse/CloudProjectto update values for Staging/ProductionLabels
area:migrationlabel