<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Change variable value into Home Assistant]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Somebody know how can change value in the persistence file via a card on Home Assistant for specific sensor node/id ?</p>
<pre><code>            "5": {
                "id": 5,
                "type": 3,
                "description": "",
                "values": {
                    "24": "1", // Need change this value
                    "25": "5", // Need change this value
                    "2": "0"```</code></pre>
]]></description><link>https://forum.mysensors.org/topic/10821/change-variable-value-into-home-assistant</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 02:05:53 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/10821.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Dec 2019 15:49:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change variable value into Home Assistant on Mon, 09 Dec 2019 11:15:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/diltech" aria-label="Profile: diltech">@<bdi>diltech</bdi></a><br />
glad to hear you found a way.</p>
<p dir="auto">Just a little note.. this is not a french forum ;)</p>
]]></description><link>https://forum.mysensors.org/post/102752</link><guid isPermaLink="true">https://forum.mysensors.org/post/102752</guid><dc:creator><![CDATA[scalz]]></dc:creator><pubDate>Mon, 09 Dec 2019 11:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to Change variable value into Home Assistant on Mon, 09 Dec 2019 11:02:44 GMT]]></title><description><![CDATA[<p dir="auto">Bien,</p>
<p dir="auto">J'ai trouvé la manière d'aller chercher ces variables depuis Home Assistant. Je pense qu'il ne faut pas le faire par le fichier même mais par les attributs de l'entité. Reste pour moi de trouver un moyen de modifié ces variables.</p>
<pre><code>{{ state_attr('switch.relaisboard_2_2', 'V_VAR1') }}  // result 1
{{ state_attr('switch.relaisboard_2_2', 'V_VAR2') }}  // result 5
</code></pre>
<p dir="auto">Je continue mes investigations.</p>
]]></description><link>https://forum.mysensors.org/post/102751</link><guid isPermaLink="true">https://forum.mysensors.org/post/102751</guid><dc:creator><![CDATA[diltech]]></dc:creator><pubDate>Mon, 09 Dec 2019 11:02:44 GMT</pubDate></item></channel></rss>