<?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[missing tag error on influxdb]]></title><description><![CDATA[<p dir="auto">hello,<br />
I just installed influx db on the same RPi where mycontroller runs, just for testing.</p>
<p dir="auto">I get this error, no matter which variable I am sending:<br />
2020-11-12 11:43:01,414 ERROR [mc-th-pool-4] [org.mycontroller.standalone.externalserver.driver.DriverInfluxDB:58] Exception, fan_controller_7_ambient_1_temperature,7_1_temperature value=26 1605177781357000000<br />
org.influxdb.InfluxDBException$UnableToParseException: unable to parse 'fan_controller_7_ambient_1_temperature,7_1_temperature value=26 1605177781357000000': missing tag value</p>
<p dir="auto">this is the settings screenshot<br />
<img src="/assets/uploads/files/1605178494120-influxdb-settings.png" alt="influxdb settings.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">any help is appreciated.<br />
Franco</p>
]]></description><link>http://forum.mycontroller.org/topic/478/missing-tag-error-on-influxdb</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 01:03:55 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/478.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Nov 2020 10:55:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to missing tag error on influxdb on Thu, 12 Nov 2020 11:16:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a> thank you !</p>
]]></description><link>http://forum.mycontroller.org/post/2906</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2906</guid><dc:creator><![CDATA[fsgrazzutti]]></dc:creator><pubDate>Thu, 12 Nov 2020 11:16:06 GMT</pubDate></item><item><title><![CDATA[Reply to missing tag error on influxdb on Thu, 12 Nov 2020 11:15:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fsgrazzutti" aria-label="Profile: fsgrazzutti">@<bdi>fsgrazzutti</bdi></a> I think when I design I might thought tag is a mandatory field. But looks like it is not.</p>
<p dir="auto"><a href="https://github.com/mycontroller-org/mycontroller-v1-legacy/blob/development/modules/core/src/main/java/org/mycontroller/standalone/externalserver/driver/DriverInfluxDB.java#L51" rel="nofollow ugc">https://github.com/mycontroller-org/mycontroller-v1-legacy/blob/development/modules/core/src/main/java/org/mycontroller/standalone/externalserver/driver/DriverInfluxDB.java#L51</a></p>
<pre><code>data
                    .append(getVariableKey(sensorVariable, _config.getKeyFormat()))
                    .append(",").append(getVariableKey(sensorVariable, _config.getTags()))
                    .append(" value=").append(getValue(sensorVariable))
                    .append(" ").append(sensorVariable.getTimestamp()).append("000000");
</code></pre>
]]></description><link>http://forum.mycontroller.org/post/2905</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2905</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Thu, 12 Nov 2020 11:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to missing tag error on influxdb on Thu, 12 Nov 2020 11:03:37 GMT]]></title><description><![CDATA[<p dir="auto">I just added the tag host=mycontroller and now it works, but still I would like to understand why it´s needed.</p>
]]></description><link>http://forum.mycontroller.org/post/2904</link><guid isPermaLink="true">http://forum.mycontroller.org/post/2904</guid><dc:creator><![CDATA[fsgrazzutti]]></dc:creator><pubDate>Thu, 12 Nov 2020 11:03:37 GMT</pubDate></item></channel></rss>