<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.rodaw.com/w/index.php?action=history&amp;feed=atom&amp;title=Influx</id>
		<title>Influx - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.rodaw.com/w/index.php?action=history&amp;feed=atom&amp;title=Influx"/>
		<link rel="alternate" type="text/html" href="https://wiki.rodaw.com/w/index.php?title=Influx&amp;action=history"/>
		<updated>2026-06-02T10:21:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.rodaw.com/w/index.php?title=Influx&amp;diff=1098&amp;oldid=prev</id>
		<title>Jeffa: Initial creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.rodaw.com/w/index.php?title=Influx&amp;diff=1098&amp;oldid=prev"/>
				<updated>2023-08-16T04:05:36Z</updated>
		
		<summary type="html">&lt;p&gt;Initial creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Jog my memory for some initial influx syntax&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
$ influx -precision rfc3339&lt;br /&gt;
&amp;gt; show databases&lt;br /&gt;
&amp;gt; use homeamation_test&lt;br /&gt;
&amp;gt; show measurements&lt;br /&gt;
&amp;gt; show series&lt;br /&gt;
&amp;gt; select * from sensorReads limit 2&lt;br /&gt;
&amp;gt; drop measurements ....&lt;br /&gt;
// 0B5CBE garage d1 mini id&lt;br /&gt;
&amp;gt; select * from sensorReads where deviceId='0B5CBE' limit 100                   use ' not &amp;quot;&lt;br /&gt;
&amp;gt; select * from sensorReads where deviceId='0B5CBE' order by time desc limit 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeffa</name></author>	</entry>

	</feed>