diff --git a/atom.xml b/atom.xml index bb1f9b661d..2beea22da3 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
On a normal installation you have access to base machine and can install or add every things of script they you can call with a command_line
sensor/switch. Since Hass.IO use docker and every application is strict limited to other, you can not use this old way to perform local stuff. For first view it look very limited but if you look better to that conecpt you will see that make all very stable and a wrong thing can not break your system. It will also warrenty that your system is in every time clear to eatch running thing.
If you need run a script to read data for a sensor or switch commands to other device, you can do that with a add-on or on HomeAssistant container with a custom component. We look now to do that in a modern way inside a add-on. For custom component you can look into devoloper site.
-Before you read more on that page, please read the add-ons turtorial. Now you can resize your horizen to new way to do things safe.
-First you need install a MQTT broker. You can use our mqtt broker add-on. Make sure you use logins and disable anonymos access if you want control sensible systems. We provide no Hass.IO way to exchange data, that will be not realy good for security and is also to slow to exchange data between containers or stop and go stuff.
+If you need run a script to read data for a sensor or send commands to other device, you can do that with a add-on or on inside HomeAssistant container with a custom component. We look now how we can to do that in a modern way inside a add-on. For custom component you can look into devoloper site.
+Before you read more on that page, please read the add-ons turtorial. Now you can resize your horizen to make things in a safe way.
+First you need install a MQTT broker. You can use our mqtt broker add-on. Make sure you use logins and disable anonymos access if you want control sensible systems. We provide no Hass.IO way to exchange data, that will be not realy good for security and is also to slow to exchange data between containers or stop and go stuff. That is the reason why we use a mqtt broker for it.
Short story of that caption: We loop in our script to fetch data push to mqtt and wait until next processing is ready. Here is a basic example and struct for that process.
+Short story of that caption: We loop in our script to fetch data and push it to mqtt and wait until next processing is ready. Here is a basic example and struct for that process.
Our Dockerfile need to install:
RUN apk --no-cache add tzdata jq mosquitto-clients
diff --git a/sitemap.xml b/sitemap.xml
index 20ccb6852c..a3b30eb2f6 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3460,62 +3460,62 @@