<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using Scripting to modify Home Automation in Home Automation</title>
    <link>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/256#M19</link>
    <description>&lt;P&gt;This is very helpful - Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 20:17:07 GMT</pubDate>
    <dc:creator>AbbyH</dc:creator>
    <dc:date>2014-03-19T20:17:07Z</dc:date>
    <item>
      <title>Using Scripting to modify Home Automation</title>
      <link>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/181#M11</link>
      <description>&lt;P&gt;I've heard a lot about LUA for use in Home Automation. Who can tell me about LUA?&lt;/P&gt;&lt;PRE&gt;local seen={}

function dump(t,i)
	seen[t]=true
	local s={}
	local n=0
	for k in pairs(t) do
		n=n+1 s[n]=k
	end
	table.sort(s)
	for k,v in ipairs(s) do
		print(i,v)
		v=t[v]
		if type(v)=="table" and not seen[v] then
			dump(v,i.."\t")
		end
	end
end

dump(_G,"")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I found this great site: &amp;nbsp;&lt;A href="http://www.lua.org" target="_blank"&gt;www.lua.org&lt;/A&gt; that give some examples. Can any EcoHaus products be modified with this code?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:19:33 GMT</pubDate>
      <guid>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/181#M11</guid>
      <dc:creator>haileyb</dc:creator>
      <dc:date>2014-02-26T02:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using Scripting to modify Home Automation</title>
      <link>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/183#M12</link>
      <description>&lt;P&gt;Hi @HaileyB . Good find. &amp;nbsp;I too have been interested in scripting languages for home automation and came across this other.&amp;nbsp;&lt;SPAN&gt;SMIL - has anybody used it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:21:41 GMT</pubDate>
      <guid>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/183#M12</guid>
      <dc:creator>MickS</dc:creator>
      <dc:date>2014-02-26T02:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Scripting to modify Home Automation</title>
      <link>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/256#M19</link>
      <description>&lt;P&gt;This is very helpful - Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:17:07 GMT</pubDate>
      <guid>https://community.ecohaus.me/t5/Home-Automation/Using-Scripting-to-modify-Home-Automation/m-p/256#M19</guid>
      <dc:creator>AbbyH</dc:creator>
      <dc:date>2014-03-19T20:17:07Z</dc:date>
    </item>
  </channel>
</rss>

