<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by saviour</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-163</link><description>From what I’ve read, the best option to get Z-Wave operational is using the OS Open Z-Wave initiative, but how do I make this work in my Delphi based system?</description><pubDate>2012-04-28T07:06:04</pubDate><guid isPermaLink="false">urn:comment:163</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by william</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-162</link><description>Recently home automation and smart home products have become much more popular. Check out http://sabinessmarthome.com to stay up to date.</description><pubDate>2012-02-27T06:51:13</pubDate><guid isPermaLink="false">urn:comment:162</guid></item><item><title>Comment on Starting with Z-Wave and dot net by Nicky</title><link>/blog/starting-with-z-wave-and-dot-net#comment-150</link><description>Do you have a VB version of StartZWave?  I've got the C version working but I prefer VB.

</description><pubDate>2012-01-08T10:26:48</pubDate><guid isPermaLink="false">urn:comment:150</guid></item><item><title>Comment on Heated bed project part 1 by oliver</title><link>/blog/heated-bed-project-part-1#comment-149</link><description>Nico

I did a lot with PICs back in University days - all ASM as wel - Loved them.  

I'm using a TI launchpad for this, since I have one lying around and need to make use of it.  </description><pubDate>2012-01-04T16:24:12</pubDate><guid isPermaLink="false">urn:comment:149</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by oliver</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-148</link><description>hernnando,


Use the method; 

	http://localhost:9087/Niviane/node/{NODEID}

the state on/off will be reflected in the basic or level property it returns.

</description><pubDate>2012-01-04T09:41:38</pubDate><guid isPermaLink="false">urn:comment:148</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by hernnando</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-147</link><description>hello Oliver,

I'm trying to use your Web service for a personal application, and it works great!
But I want to know how do you know the state of a node, example: on or off??

Thank you in advance</description><pubDate>2012-01-02T17:02:38</pubDate><guid isPermaLink="false">urn:comment:147</guid></item><item><title>Comment on Heated bed project part 1 by nico verduin</title><link>/blog/heated-bed-project-part-1#comment-146</link><description>I am designing the same. I use a PIC 18F1320 microcontroller to do the job. it has 2 buttons for up-down temperature. A very low RDSon Mosfet is used to switch the bed on and off.
The results are displayed on a 16x2 LCD. The prototype is almost done. Started with the PCB design (single layer)now. 
</description><pubDate>2012-01-02T07:51:01</pubDate><guid isPermaLink="false">urn:comment:146</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by oliver</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-145</link><description>Leon

I seem to remember a requirement of OpenZWave is that it requires the Visual C++ runtime.

Could you try installing this. 
http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=29

then seeing if it works.

Guys, been remiss on this blog and Niviane for a while.  Thanks for your feedback.</description><pubDate>2012-01-01T13:29:04</pubDate><guid isPermaLink="false">urn:comment:145</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Leon</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-144</link><description>That only seems to work on a machine with Visual Studio installed, tried it on my Windows Homeserver (Server 2003) and I got the same message :(

Oliver, any clue what causes this? Maybe something with the unsafe code the openzwavedotnet.dll uses?</description><pubDate>2011-12-31T15:58:38</pubDate><guid isPermaLink="false">urn:comment:144</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Leon</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-141</link><description>Tom, I had the same problem with the msi download, but when I compiled the .Net solution myself, the msi file worked and started the service.</description><pubDate>2011-12-26T21:34:30</pubDate><guid isPermaLink="false">urn:comment:141</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by hernando</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-135</link><description>hello Oliver,

good job!!!


regards
</description><pubDate>2011-12-15T20:20:29</pubDate><guid isPermaLink="false">urn:comment:135</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Tom</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-133</link><description>Hy,
I'm also getting this error:
System.IO.FileNotFoundException: Could not load file or assembly 'OpenZWaveDotNet.dll' or one of its dependencies. The specified module could not be found.

Did anybody have a solution for it?</description><pubDate>2011-12-12T20:33:45</pubDate><guid isPermaLink="false">urn:comment:133</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Chris </title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-116</link><description>I get the following error on startup. Do I need to do something to register the DLL? I installed using the installer on Win XP SP3.



Service cannot be started. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.IO.FileNotFoundException: Could not load file or assembly 'OpenZWaveDotNet.dll' or one of its dependencies. The specified module could not be found.
   at Niviane_Service.ZWave.Initialise(String ZWaveConfigPath, String ZWaveSerialPort, Int32 ZWavePollInterval, String LogPath)
   at Niviane_Service.Niviane..ctor()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle._InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct&amp; signature, RuntimeType declaringType)
   at System.RuntimeMethodHandle.InvokeConstructor(IRuntimeMethodInfo method, Object[] args, SignatureStruct signature, RuntimeType declaringType)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.ServiceModel.Description.ServiceDescription.CreateImplementation(Type serviceType)
   at Sys...

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
</description><pubDate>2011-07-26T18:49:02</pubDate><guid isPermaLink="false">urn:comment:116</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Miguel</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-114</link><description>Nice work, Oliver! I like what I see so far. Have you considered putting the code on GitHub or some other shared repository to promote open collaboration?</description><pubDate>2011-06-28T02:04:20</pubDate><guid isPermaLink="false">urn:comment:114</guid></item><item><title>Comment on Niviane, a REST/JSON interface for Z-Wave home automation by Justin Coon</title><link>/blog/niviane-a-rest-json-interface-for-z-wave-home-automation#comment-113</link><description>Very cool stuff Oliver. This is funny because I've been working on a Z-wave Restful WCF service for my home automation for the last 1 1/2 years. Im not using OZW though because of lack of features/maturity. Nice work though :)</description><pubDate>2011-06-21T01:09:35</pubDate><guid isPermaLink="false">urn:comment:113</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by oliver</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-111</link><description>Justin I have an Aeon Labs Z-Stick.  Newer download links can be found here;

http://www.oliverjenkins.com/blog/niviane-a-rest-json-interface-for-z-wave-home-automation</description><pubDate>2011-06-18T12:29:55</pubDate><guid isPermaLink="false">urn:comment:111</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by Justin Coon</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-106</link><description>FYI your download is broken. Also what hardware does this support? I have a ControlThink ThinkStick..

thanks
Justin</description><pubDate>2011-06-01T03:46:33</pubDate><guid isPermaLink="false">urn:comment:106</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by oliver</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-104</link><description>using (ServiceReference1.NivianeClient client = new ServiceReference1.NivianeClient())
            {
                while (client.IsNetworkReady() == false)
                {
                    Console.WriteLine(System.DateTime.Now.ToLongTimeString() + " waiting for network");
                    System.Threading.Thread.Sleep(1000);
                }

                client.SetNodeBasic(2, 255);
                Console.WriteLine("Node 2 is on");
                Console.ReadLine();

                client.SetNodeBasic(2,100);
                Console.WriteLine("Node 2 is dimmed");
                Console.ReadLine();

                client.SetNodeBasic(2, 0);
                Console.WriteLine("Node 2 is off");
                Console.ReadLine();
            }</description><pubDate>2011-04-15T18:42:42</pubDate><guid isPermaLink="false">urn:comment:104</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by oliver</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-103</link><description>Elmstrom, the video is intended to show how quick it is to write a client.  When you add a reference to the service, and instantiate it you'll see how easy it is to write your own code.  

I'll put up more details soon.</description><pubDate>2011-04-15T11:10:49</pubDate><guid isPermaLink="false">urn:comment:103</guid></item><item><title>Comment on Building a Z-Wave dot net client in 3 minutes by Elmstrom</title><link>/blog/building-a-z-wave-dot-net-client-in-3-minutes#comment-102</link><description>Great work, i want to play around with that as soon as i get some spare time :).

It would be easiere if you just postet the code in text, since you dont really add any voice over on the video any way.</description><pubDate>2011-04-15T06:03:38</pubDate><guid isPermaLink="false">urn:comment:102</guid></item></channel></rss>
