The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: Re: Latest in UK retrofit light dimmers/controllers



------=_NextPart_000_0062_01D076B9.8271D570
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

I wanted a HA system to compliment my HomeVision Pro.  I played with the
in=
tegration of PLC_Bus into HomeVision for a while but I had to poll for
stat=
us requests every few minutes and there aren=E2=80=99t as many module/node
=
types as Z-Wave.  Hence I switched to Homevision Pro and Z-Wave.  Now I=E2=
=80=99m considering moving 100% to Z-Wave as the HomeVision unit is doing
v=
ery little.=20
=20

=20
Kind Regards,=20
_________________________________________=20=20=20
Steve Jones
<mailto:email@xxxxxxx> email@xxxxxxx

=20

From: ukha_d@xxxxxxx [mailto:ukha_d@xxxxxxx]=20
Sent: 14 April 2015 13:36
To: <ukha_d@xxxxxxx>
Subject: Re: [ukha_d] Re: Latest in UK retrofit light dimmers/controllers

=20

=20=20

Thanks Steve. Very interesting. Might take you up on the look around when
I=
'm back in.=20

=20

Feel like a noob having to start all again! Certainly won't be running the
=
7km of Cat5e again though!!!

=20

We're there any other systems you considered for your HA setup?

=20

Not sure if I'll use HV again or not but I do know it very well even if
it'=
s getting a bit long in the tooth. Will really miss CBus though after
recon=
figuring this morning for the new owners. Hopefully Z wave will be just as
=
capable (certainly cheaper!)

Paul. (mobile)

=20


On 14 Apr 2015, at 12:06, email@xxxxxxx <mailto:email@xxxxxxx=
>  [ukha_d] <ukha_d@xxxxxxx <mailto:ukha_d@xxxxxxx> > wrote=
:

Yes the HC2 can link with an API via HTTP.=20

=20

I use HomeVision to control my nodes via a custom lighting macro.  A
typica=
l http command to switch device 4 on to 75% would look like this

=20

http://admin:admin@xxxxxxxxxxxxx/api/callAction?deviceID=3D4
<http://admin:=
admin@xxxxxxxxxxxxx/api/callAction?deviceID=3D4&name=3DsetValue&arg1=3D100>=
&name=3DsetValue&arg1=3D75

=20

I also have a scene setup in my Fibaro to update the HomeVision variables
w=
ith the temperature readings from my Dallas temperature sensors on change.
=
It looks like this -

=20

--[[

%% properties

79 value

80 value

81 value

%% globals

--]]

=20

local trigger =3D fibaro:getSourceTrigger()

local http =3D net.HTTPClient()

local postdata =3D ""

=20

if (trigger['type'] =3D=3D 'property') then

fibaro:debug('Source device =3D ' .. trigger['deviceID'])

=20

if (trigger['deviceID'] =3D=3D 79) then -- Hot Water Tank

-- do action



local TempID =3D 79

local TempLevel=3D fibaro:getValue(TempID , 'value')

postdata =3D "Var 4 : " .. TempLevel .. "=3D=3D"

=20=20=20=20

elseif (trigger['deviceID'] =3D=3D 80) then -- Water Closet

-- do action



local TempID =3D 80

local TempLevel=3D fibaro:getValue(TempID , 'value')

postdata =3D "Var 42 : " .. TempLevel .. "=3D=3D"

=20

elseif (trigger['deviceID'] =3D=3D 81) then -- Lounge

-- do action



local TempID =3D 81

local TempLevel=3D fibaro:getValue(TempID , 'value')

postdata =3D "Var 43 : " .. TempLevel .. "=3D=3D"



=20

else

-- some other device triggered the scene

end

--Send data via http

http:request("http://192.168.1.18:3005";,
{options =3D {method =3D 'POST', h=
eaders =3D {}, data =3D postdata, timeout =3D 5000},=20

error =3D function(err)=20

print('[ERROR] ' .. err)

end})

end

=20

I do something simular to update the HomeVision lighting table with light
l=
evels also.

=20

You are welcome to contact me off list if you want to TeamViewer into my
Fi=
baro to have a look?

=20

Steve




------=_NextPart_000_0062_01D076B9.8271D570
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable





<head>

<style type=3D"text/css">
<!--

/* start of attachment style */
.ygrp-photo-title{
clear: both;
font-size: smaller;
height: 15px;
overflow: hidden;
text-align: center;
width: 75px;
}
div.ygrp-photo{
background-position: center;
background-repeat: no-repeat;
background-color: white;
border: 1px solid black;
height: 62px;
width: 62px;
}

div.photo-title=20
a,
div.photo-title a:active,
div.photo-title a:hover,
div.photo-title a:visited {
text-decoration: none;=20
}

div.attach-table div.attach-row {
clear: both;
}

div.attach-table div.attach-row div {
float: left;
/* margin: 2px;*/
}

p {
clear: both;
padding: 15px 0 3px 0;
overflow: hidden;
}

div.ygrp-file {
width: 30px;
valign: middle;
}
div.attach-table div.attach-row div div a {
text-decoration: none;
}

div.attach-table div.attach-row div div span {
font-weight: normal;
}

div.ygrp-file-title {
font-weight: bold;
}
/* end of attachment style */
-->
</style>
</head>
<html xmlns:v=3D"urn:schemas-microsoft-com:vml"
xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office"
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml";
xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta
http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dutf-8"><meta name=3DGenerator
content=3D"Microsoft=
Word 15 (filtered medium)"><!--[if !mso]><style>v\:*
{behavior:url(#defaul=
t#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0mm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p
{mso-style-priority:99;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
code
{mso-style-priority:99;
font-family:"Courier New";}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0mm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
tt
{mso-style-priority:99;
font-family:"Courier New";}
span.apple-tab-span
{mso-style-name:apple-tab-span;}
span.cat
{mso-style-name:cat;}
span.ct
{mso-style-name:ct;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;}
p.attach, li.attach, div.attach
{mso-style-name:attach;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:9.0pt;
font-family:"Arial","sans-serif";}
p.bold, li.bold, div.bold
{mso-style-name:bold;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:10.0pt;
font-family:"Arial","sans-serif";
font-weight:bold;}
p.green, li.green, div.green
{mso-style-name:green;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";
color:#628C2A;}
p.replbq, li.replbq, div.replbq
{mso-style-name:replbq;
margin:3.0pt;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.ad, li.ad, div.ad
{mso-style-name:ad;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.underline, li.underline, div.underline
{mso-style-name:underline;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
span.yshortcuts
{mso-style-name:yshortcuts;}
p.ad1, li.ad1, div.ad1
{mso-style-name:ad1;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.ad2, li.ad2, div.ad2
{mso-style-name:ad2;
mso-margin-top-alt:auto;
margin-right:0mm;
margin-bottom:7.5pt;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";}
p.underline1, li.underline1, div.underline1
{mso-style-name:underline1;
mso-margin-top-alt:auto;
margin-right:0mm;
mso-margin-bottom-alt:auto;
margin-left:0mm;
font-size:12.0pt;
font-family:"Times New Roman","serif";
text-decoration:underline;}
span.yshortcuts1
{mso-style-name:yshortcuts1;
font-family:"Verdana","sans-serif";
font-weight:bold;}
span.yshortcuts2
{mso-style-name:yshortcuts2;
font-family:"Verdana","sans-serif";
font-weight:normal;}
span.EmailStyle37
{mso-style-type:personal-reply;
font-family:"Arial","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:382951857;
mso-list-template-ids:818170522;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:=EF=82=B7;
mso-level-tab-stop:36.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Symbol;}
@list l0:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:72.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:"Courier New";
mso-bidi-font-family:"Times New Roman";}
@list l0:level3
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:108.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level4
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:144.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level5
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:180.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level6
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:216.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level7
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:252.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level8
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:288.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
@list l0:level9
{mso-level-number-format:bullet;
mso-level-text:=EF=82=A7;
mso-level-tab-stop:324.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Wingdings;}
ol
{margin-bottom:0mm;}
ul
{margin-bottom:0mm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026"
/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body
bgcolor=3Dwhite lang=3DEN-GB=
link=3Dblue vlink=3Dpurple>


<!-- **begin egp html banner** -->

<br><br>

<!-- **end egp html banner** -->


<div class=3DWordSection1><p class=3DMsoNormal><a
name=3D"_MailEndCompose">=
<span
style=3D'font-family:"Arial","sans-serif";color:#1F497D;mso-fareast-l=
anguage:EN-US'>I wanted a HA system to compliment my HomeVision
Pro.=C2=A0 =
I played with the integration of PLC_Bus into HomeVision for a while but I
=
had to poll for status requests every few minutes and there aren=E2=80=99t
=
as many module/node types as Z-Wave.=C2=A0 Hence I switched to Homevision
P=
ro and Z-Wave.=C2=A0 Now I=E2=80=99m considering moving 100% to Z-Wave as
t=
he HomeVision unit is doing very little.</span></a><span
style=3D'font-fami=
ly:"Arial","sans-serif";color:#1F497D'>&nbsp;<br>&nbsp;</span><span
style=
=3D'font-family:"Arial","sans-serif";color:#1F497D;mso-fareast-language:EN-=
US'><o:p></o:p></span></p><div><p
class=3DMsoNormal><span style=3D'font-fam=
ily:"Arial","sans-serif";color:#1F497D'>&nbsp;<br>Kind
Regards, <br>_______=
__________________________________&nbsp;&nbsp; <br>Steve
Jones<br></span><a=
href=3D"mailto:email@xxxxxxx";><span
style=3D'font-family:"Arial","s=
ans-serif";color:#0563C1'>email@xxxxxxx</span></a><span
style=3D'fon=
t-family:"Arial","sans-serif";color:#1F497D'><o:p></o:p></span></p></div><p=
class=3DMsoNormal><span
style=3D'font-family:"Arial","sans-serif";color:#1=
F497D;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><div><div
sty=
le=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0mm 0mm
0mm'=
><p class=3DMsoNormal><b><span lang=3DEN-US
style=3D'font-size:11.0pt;font-=
family:"Calibri","sans-serif"'>From:</span></b><span
lang=3DEN-US style=3D'=
font-size:11.0pt;font-family:"Calibri","sans-serif"'>
ukha_d@xxxxxxx=
m [mailto:ukha_d@xxxxxxx]
<br><b>Sent:</b> 14 April 2015 13:36<br><=
b>To:</b>
&lt;ukha_d@xxxxxxx&gt;<br><b>Subject:</b> Re:
[ukha_d] Re=
: Latest in UK retrofit light
dimmers/controllers<o:p></o:p></span></p></di=
v></div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p><p
class=3DMsoNormal>&nbs=
p; <o:p></o:p></p><div id=3Dygrp-mlmsg><div
id=3Dygrp-msg><div id=3Dygrp-te=
xt><div><p class=3DMsoNormal>Thanks Steve. Very interesting.
Might take you=
up on the look around when I'm back
in.&nbsp;<o:p></o:p></p></div><div><p
=
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>Feel=
like a noob having to start all again! Certainly won't be running the 7km =
of Cat5e again
though!!!<o:p></o:p></p></div><div><p
class=3DMsoNormal><o:p=
>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>We're there any other syst=
ems you considered for your HA
setup?<o:p></o:p></p></div><div><p
class=3DM=
soNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal style=3D'marg=
in-bottom:12.0pt'>Not sure if I'll use HV again or not but I do know it
ver=
y well even if it's getting a bit long in the tooth. Will really miss CBus
=
though after reconfiguring this morning for the new owners. Hopefully Z
wav=
e will be just as capable (certainly
cheaper!)<o:p></o:p></p><div><p class=
=3DMsoNormal>Paul.
(mobile)<o:p></o:p></p></div><div><p
class=3DMsoNormal><=
o:p>&nbsp;</o:p></p></div></div><div><p
class=3DMsoNormal style=3D'margin-b=
ottom:12.0pt'><br>On 14 Apr 2015, at 12:06, <a href=3D"mailto:email@stevejo=
nes.org">email@xxxxxxx</a> [ukha_d] &lt;<a
href=3D"mailto:ukha_d@yah=
oogroups.com">ukha_d@xxxxxxx</a>&gt;
wrote:<o:p></o:p></p></div><bl=
ockquote style=3D'margin-top:5.0pt;margin-bottom:5.0pt'><div><p
class=3DMso=
Normal>Yes the HC2 can link with an API via HTTP.
<o:p></o:p></p><div><p cl=
ass=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>I use =
HomeVision to control my nodes via a custom lighting macro. &nbsp;A
typical=
http command to switch device 4 on to 75% would look like
this<o:p></o:p><=
/p></div><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=
=3DMsoNormal><a href=3D"http://admin:admin@xxxxxxxxxxxxx/api/callAction?dev=
iceID=3D4&amp;name=3DsetValue&amp;arg1=3D100"
target=3D"_blank">http://admi=
n:admin@xxxxxxxxxxxxx/api/callAction?deviceID=3D4&amp;name=3DsetValue&amp;a=
rg1=3D</a>75<o:p></o:p></p></div><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p=
></p></div><div><p class=3DMsoNormal>I also have
a scene setup in my Fibaro=
to update the HomeVision variables with the temperature readings from my D=
allas temperature sensors on change. &nbsp;It looks like this
-<o:p></o:p><=
/p></div><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><div><p
=
class=3DMsoNormal>--[[<o:p></o:p></p></div><div><p
class=3DMsoNormal>%% pro=
perties<o:p></o:p></p></div><div><p
class=3DMsoNormal>79 value<o:p></o:p></=
p></div><div><p class=3DMsoNormal>80
value<o:p></o:p></p></div><div><p clas=
s=3DMsoNormal>81
value<o:p></o:p></p></div><div><p
class=3DMsoNormal>%% glo=
bals<o:p></o:p></p></div><div><p
class=3DMsoNormal>--]]<o:p></o:p></p></div=
><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNo=
rmal>local trigger =3D
fibaro:getSourceTrigger()<o:p></o:p></p></div><div><=
p class=3DMsoNormal>local http =3D
net.HTTPClient()<o:p></o:p></p></div><di=
v><p class=3DMsoNormal>local postdata =3D
&quot;&quot;<o:p></o:p></p></div>=
<div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNor=
mal>if (trigger['type'] =3D=3D 'property')
then<o:p></o:p></p></div><div><p=
class=3DMsoNormal>fibaro:debug('Source device =3D ' ..
trigger['deviceID']=
)<o:p></o:p></p></div><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div>=
<div><p class=3DMsoNormal>if (trigger['deviceID'] =3D=3D 79)
then -- Hot Wa=
ter Tank<o:p></o:p></p></div><div><p
class=3DMsoNormal>-- do action<span cl=
ass=3Dapple-tab-span><o:p></o:p></span></p></div><p
class=3DMsoNormal> <o:p=
></o:p></p><div><p class=3DMsoNormal>local
TempID =3D 79<o:p></o:p></p></di=
v><div><p class=3DMsoNormal>local TempLevel=3D
fibaro:getValue(TempID , 'va=
lue')<o:p></o:p></p></div><div><p
class=3DMsoNormal>postdata =3D &quot;Var =
4 : &quot; .. TempLevel ..
&quot;=3D=3D&quot;<o:p></o:p></p></div><div><p
c=
lass=3DMsoNormal>&nbsp;
&nbsp;&nbsp;<o:p></o:p></p></div><div><p
class=3DMs=
oNormal>elseif (trigger['deviceID'] =3D=3D 80) then -- Water
Closet<o:p></o=
:p></p></div><div><p class=3DMsoNormal>-- do
action<span class=3Dapple-tab-=
span><o:p></o:p></span></p></div><p
class=3DMsoNormal> <o:p></o:p></p><div>=
<p class=3DMsoNormal>local TempID =3D
80<o:p></o:p></p></div><div><p class=
=3DMsoNormal>local TempLevel=3D fibaro:getValue(TempID ,
'value')<o:p></o:p=
></p></div><div><p class=3DMsoNormal>postdata
=3D &quot;Var 42 : &quot; .. =
TempLevel ..
&quot;=3D=3D&quot;<o:p></o:p></p></div><div><p
class=3DMsoNorm=
al><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>elseif (trigger['de=
viceID'] =3D=3D 81) then --
Lounge<o:p></o:p></p></div><div><p
class=3DMsoN=
ormal>-- do action<span
class=3Dapple-tab-span><o:p></o:p></span></p></div>=
<p class=3DMsoNormal>
<o:p></o:p></p><div><p
class=3DMsoNormal>local TempID=
=3D 81<o:p></o:p></p></div><div><p
class=3DMsoNormal>local TempLevel=3D fi=
baro:getValue(TempID ,
'value')<o:p></o:p></p></div><div><p
class=3DMsoNorm=
al>postdata =3D &quot;Var 43 : &quot; .. TempLevel ..
&quot;=3D=3D&quot;<sp=
an
class=3Dapple-tab-span><o:p></o:p></span></p></div><p
class=3DMsoNormal>=
<o:p></o:p></p><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><=
p
class=3DMsoNormal>else<o:p></o:p></p></div><div><p
class=3DMsoNormal>-- s=
ome other device triggered the
scene<o:p></o:p></p></div><div><p
class=3DMs=
oNormal>end<o:p></o:p></p></div><div><p
class=3DMsoNormal>&nbsp; --Send dat=
a via http<o:p></o:p></p></div><div><p
class=3DMsoNormal>http:request(&quot=
;<a href=3D"http://192.168.1.18:3005";>http://192.168.1.18:3005</a>&quot;,
{=
options =3D {method =3D 'POST', headers =3D {}, data =3D postdata, timeout
=
=3D
5000},&nbsp;<o:p></o:p></p></div><div><p
class=3DMsoNormal>error =3D fu=
nction(err)&nbsp;<o:p></o:p></p></div><div><p
class=3DMsoNormal>print('[ERR=
OR] ' .. err)<o:p></o:p></p></div><div><p
class=3DMsoNormal>end})<o:p></o:p=
></p></div><div><p
class=3DMsoNormal>end<o:p></o:p></p></div><div><p
class=
=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>I do some=
thing simular to update the HomeVision lighting table with light levels
als=
o.<o:p></o:p></p></div><div><p
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div=
><div><p class=3DMsoNormal>You are welcome to contact me off
list if you wa=
nt to TeamViewer into my Fibaro to have a
look?<o:p></o:p></p></div><div><p=
class=3DMsoNormal><o:p>&nbsp;</o:p></p></div><div><p
class=3DMsoNormal>Ste=
ve<o:p></o:p></p></div></div></div></blockquote></div><div><p
class=3DMsoNo=
rmal><span
style=3D'color:white'><o:p></o:p></span></p></div></div>



<!-- **begin egp html banner** -->

<br>


<br>

<!-- **end egp html banner** -->


<div width=3D"1" style=3D"color: white; clear:
both;"/>__._,_.___</div>

=20=20=20=20=20=20
=20=20

=20=20=20=20
<div id=3D"fromDMARC" style=3D"clear:both; margin-top:
10px;">
<hr style=3D"height:2px ; border-width:0; color:#E3E3E3; backgroun=
d-color:#E3E3E3;">
Posted by: Steve Jones &lt;email@xxxxxxx&gt;         <hr st=
yle=3D"height:2px ; border-width:0; color:#E3E3E3;
background-color:#E3E3E3=
;">
</div>
<!-- Start Recommendations -->
<!-- End Recommendations -->


<!-- **begin egp html banner** -->

<br><br>
<tt>
&lt;*&gt; Join the Automated Home Forums<BR>
&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"http://www.automatedhome.co.uk/vbulleti=
n/">http://www.automatedhome.co.uk/vbulletin/</a><BR>
<BR>
&lt;*&gt; UKHA_D Mailing list in association with:<BR>
&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"http://www.automatedhome.co.uk";>http://=
www.automatedhome.co.uk</a><BR>
<BR>
<BR>
</tt>
<br><br>

<!-- **end egp html banner** -->



<!-- **begin egp html banner** -->

<img src=3D"http://geo.yahoo.com/serv?s=3D97476590/grpId=3D1109639/grpspI=
d=3D1705041992/msgId=3D165221/stime=3D1429015644"
width=3D"1" height=3D"1">=
<br>

<!-- **end egp html banner** -->

=20=20=20=20
<!-- **begin egp html banner** -->

<br>



=20=20=20
=20=20=20=20=20
=20
<!-- **begin egp html banner** -->
<div id=3D"ygrp-vital" style=3D"background-color:
#f2f2f2; font-fam=
ily: Verdana; font-size: 10px; margin-bottom: 10px; padding:
10px;">

<span id=3D"vithd" style=3D"font-weight: bold; color:
#333; text-tr=
ansform: uppercase; "><a href=3D"https://groups.yahoo.com/neo/groups/ukha_d=
/info;_ylc=3DX3oDMTJlYnB0bTBiBF9TAzk3MzU5NzE0BGdycElkAzExMDk2MzkEZ3Jwc3BJZA=
MxNzA1MDQxOTkyBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTQyOTAxNTY0NA--"
style=3D"te=
xt-decoration: none;">Visit Your Group</a></span>

<ul style=3D"list-style-type: none; margin: 0; padding: 0; display:
in=
line;">
<li style=3D"border-right: 1px solid #000; font-weight: 700; di=
splay: inline; padding: 0 5px; margin-left: 0;">
<span class=3D"cat"><a href=3D"https://groups.yahoo.com/neo/groups/uk=
ha_d/members/all;_ylc=3DX3oDMTJmM3M0Y2I2BF9TAzk3MzU5NzE0BGdycElkAzExMDk2Mzk=
EZ3Jwc3BJZAMxNzA1MDQxOTkyBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzE0MjkwMTU2NDQ-"
=
style=3D"text-decoration: none;">New
Members</a></span>
<span class=3D"ct" style=3D"color:
#ff7900;">1</span>
</li>
</ul>
</div>


<div id=3D"ft" style=3D"font-family: Arial; font-size:
11px; margin-top: 5p=
x; padding: 0 2px 0 0; clear: both;">
<a href=3D"https://groups.yahoo.com/neo;_ylc=3DX3oDMTJkaGEyMmttBF9TAzk3ND=
c2NTkwBGdycElkAzExMDk2MzkEZ3Jwc3BJZAMxNzA1MDQxOTkyBHNlYwNmdHIEc2xrA2dmcARzd=
GltZQMxNDI5MDE1NjQ0" style=3D"float: left;"><img
src=3D"http://l.yimg.com/r=
u/static/images/yg/img/email/new_logo/logo-groups-137x15.png"
height=3D"15"=
width=3D"137" alt=3D"Yahoo! Groups"
style=3D"border: 0;"/></a>
<div style=3D"color: #747575; float: right;"> &bull;
<a href=3D"https://i=
nfo.yahoo.com/privacy/us/yahoo/groups/details.html"
style=3D"text-decoratio=
n: none;">Privacy</a> &bull; <a href=3D"mailto:ukha_d-unsubscribe@yahoogrou=
ps.com?subject=3DUnsubscribe" style=3D"text-decoration:
none;">Unsubscribe<=
/a> &bull; <a href=3D"https://info.yahoo.com/legal/us/yahoo/utos/terms/";
st=
yle=3D"text-decoration: none;">Terms of Use</a>
</div>
</div>

<!-- **end egp html banner** -->

</div> <!-- ygrp-msg -->

=20=20=20


<br>

<!-- **end egp html banner** -->


<div style=3D"color: white; clear:
both;"/>__,_._,___</div>
</body></html>
------=_NextPart_000_0062_01D076B9.8271D570--

UKHA_D Main Index | UKHA_D Thread Index | UKHA_D Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.