<?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[[Solved] Support for S_MULTIMETER and V_VOLTAGE in Vera]]></title><description><![CDATA[<p dir="auto">Can anyone confirm if S_MULTIMETER and V_VOLTAGE are supported in Vera?</p>
<p dir="auto"><a href="https://github.com/mysensors/Vera/blob/master/L_Arduino.lua" rel="nofollow ugc">L_Arduino.lua</a> indicates it is supported</p>
<p dir="auto">Whereas <a href="https://www.mysensors.org/controller" rel="nofollow ugc">Selecting a Controller</a>, indicates it is not supported</p>
<p dir="auto">Using</p>
<pre><code>MyMessage msgVolt(CHILD_ID_VOLTAGE, V_VOLTAGE);
</code></pre>
<p dir="auto">and</p>
<pre><code>present(CHILD_ID_VOLTAGE, S_MULTIMETER);
</code></pre>
<p dir="auto">The Multimeter device is created<br />
<img src="/assets/uploads/files/1497189592163-multimeter-blank.jpeg" alt="0_1497189592394_Multimeter blank.JPG" class=" img-fluid img-markdown" /><br />
but the values are blank.</p>
<p dir="auto">The Vera log shows the 'Voltage' value is being sent with the correct value</p>
<pre><code>50      06/11/17 14:25:48.875   luup_log:78: Arduino: Set variable: 1;0;1;0;38;4.79 &lt;0x2ebbe680&gt;
50      06/11/17 14:25:48.876   luup_log:78: Arduino: Setting variable 'Voltage' to value '4.79' &lt;0x2ebbe680&gt;
50      06/11/17 14:25:48.876   luup_log:78: Arduino: urn:micasaverde-com:serviceId:EnergyMetering1,Voltage, 4.79, 87 &lt;0x2ebbe680&gt;
</code></pre>
<p dir="auto">Is it possible to get this to appear in the Multimeter device?</p>
]]></description><link>https://forum.mysensors.org/topic/7000/solved-support-for-s_multimeter-and-v_voltage-in-vera</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 10:26:06 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/7000.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Jun 2017 14:03:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved] Support for S_MULTIMETER and V_VOLTAGE in Vera on Thu, 12 Oct 2017 20:55:51 GMT]]></title><description><![CDATA[<p dir="auto">Does anyone know why the three value are not show in the "data_request?id=lu_sdata" output?</p>
<p dir="auto">It only outputs default values:</p>
<pre><code>{
      "name": "MyMulti",
      "altid": "12;1",
      "id": 346,
      "category": 12,
      "subcategory": -1,
      "room": 0,
      "parent": 64
    },
</code></pre>
<p dir="auto">While i would expect</p>
<pre><code>{
      "name": "MyMulti",
      "altid": "12;1",
      "id": 346,
      "category": 12,
      "subcategory": -1,
      "room": 0,
      "parent": 64,
      "Impedance": 0,
      "Current": 0,
      "Voltage": 4.89
    },
</code></pre>
<p dir="auto">I'm looking for a solution quite some time now, but I somehow miss a problem.</p>
]]></description><link>https://forum.mysensors.org/post/77467</link><guid isPermaLink="true">https://forum.mysensors.org/post/77467</guid><dc:creator><![CDATA[BartE]]></dc:creator><pubDate>Thu, 12 Oct 2017 20:55:51 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Support for S_MULTIMETER and V_VOLTAGE in Vera on Mon, 12 Jun 2017 11:10:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/itbeyond" aria-label="Profile: itbeyond">@<bdi>itbeyond</bdi></a> said in <a href="/post/69043">Support for S_MULTIMETER and V_VOLTAGE in Vera</a>:</p>
<blockquote>
<p dir="auto">urn:micasaverde-com:serviceId:</p>
</blockquote>
<p dir="auto">Excellent, now working thanks<br />
<img src="/assets/uploads/files/1497265754290-multimeter-working.jpeg" alt="0_1497265754361_Multimeter working.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">I have commented accordingly on your pull request.</p>
]]></description><link>https://forum.mysensors.org/post/69060</link><guid isPermaLink="true">https://forum.mysensors.org/post/69060</guid><dc:creator><![CDATA[Woodside]]></dc:creator><pubDate>Mon, 12 Jun 2017 11:10:24 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Support for S_MULTIMETER and V_VOLTAGE in Vera on Mon, 12 Jun 2017 02:33:46 GMT]]></title><description><![CDATA[<p dir="auto">I have loaded a Github repo to the Vera branch to fix this. The problem is the service references in the D_Multimeter1.json file.  Edit this file and change all 6 references of urn:arduino-cc:serviceId: to urn:micasaverde-com:serviceId:</p>
<p dir="auto">Then reload the LUUP file (D_Multimeter1.json) in VERA - APPS - DEVELOP APPS - LUUP FILES. Restart the LUUP Engine and the values will now correctly appear.</p>
<p dir="auto">You can also see the pull request here: <a href="https://github.com/mysensors/Vera/pull/57/commits/695dfefaca0b3c7c3529242132a0902de9ec212f" rel="nofollow ugc">https://github.com/mysensors/Vera/pull/57/commits/695dfefaca0b3c7c3529242132a0902de9ec212f</a></p>
]]></description><link>https://forum.mysensors.org/post/69043</link><guid isPermaLink="true">https://forum.mysensors.org/post/69043</guid><dc:creator><![CDATA[itbeyond]]></dc:creator><pubDate>Mon, 12 Jun 2017 02:33:46 GMT</pubDate></item></channel></rss>