Hey Wusel,
no it is not. The link points to github.com. Where did you find the reference to hexabus.org?
Search found 17 matches
- Thu Dec 01, 2011 11:07 pm
- Forum: Plugwise Forum
- Topic: Plugwise alternatives
- Replies: 7
- Views: 15486
- Thu Dec 01, 2011 9:32 pm
- Forum: Plugwise Forum
- Topic: Plugwise alternatives
- Replies: 7
- Views: 15486
Re: Plugwise alternatives
We're still awaiting Plugwise to open up the protocol. In the mean time an open source alternative is emerging: https://github.com/mysmartgrid/hexabus/wiki/HexaBus-Plug I've invested quite some time in adding support for the Plugwise hardware to my home automation system due to the closed-source nat...
- Mon Nov 07, 2011 9:10 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Hey Daromer, to be able to tell something useful I really need the debug output of the communication between the software and the Stick (this means all messages created and received by the stick just before the point where the communication fails). As I stated before, I suspect that you can cause th...
- Wed Oct 26, 2011 10:51 am
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
I'm only reading out the historic power consumption in my system and not the live power consumption. From what you write, could it be that you're requesting the live power too frequently? Have you tried reducing the request rate to e.g. once a second? Does the problem then also occur? Do you also se...
- Sun Oct 23, 2011 8:51 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
As stated: xpl-plugwise stalls when it is waiting for a response from the Stick. I assume that the Stick responds to each frame in the same way: one 'ACK' with a frame counter, and one actual response. If this is not the case, then xpl-plugwise will appear to 'hang' (and you indeed see that 'awaitin...
- Tue Oct 18, 2011 9:10 am
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Regarding the livehistory: I wouldn't know what the limits are (that is what you get with closed-protocol hardware...). So it is hard to determine if the problem you describe is hardware related or something that is wrong in the interface I wrote. I did implemented a command queue that limits the ra...
- Fri Oct 14, 2011 12:56 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Hej Daromer, cool! I'm using MisterHouse to control some lights based on the lightlevel outside and based on motion sensors. I also turn the amplifiers of my music installations on and off based on the status of my Squeezeboxes. The interface to the plugwise devices from MisterHouse is provided by a...
- Thu Oct 13, 2011 8:22 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Hello, Cool, you're almost there as far as I can see :-) Maybe a note first, could you please provide example output with just the option --verbose instead of ultraverbose? The ultraverbose output is for debugging the xpl-plugwise code and the output is a bit ugly/not so readable. What you see in th...
- Thu Oct 13, 2011 2:53 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Are you sure you loaded the latest firmware in the Stick and the Circles? If you connect to Source it should state '2011-05-13' in the firmware field of all your devices. If you have old firmware then my plugwise interface will not be able to connect to the hardware. Plugwise changed the interface p...
- Mon Oct 03, 2011 10:05 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Re: Plugwise xPL-PERL support
Hello,
I have developed an xPL interface towards the Plugwise hardware that is running firmware v2.37. It is based on the xpl-perl framework.
More info here: http://lika.be/wp/2011/07/plugwise-xpl- ... -firmware/
Best regards,
Hollie.
I have developed an xPL interface towards the Plugwise hardware that is running firmware v2.37. It is based on the xpl-perl framework.
More info here: http://lika.be/wp/2011/07/plugwise-xpl- ... -firmware/
Best regards,
Hollie.
- Thu Jul 07, 2011 10:14 pm
- Forum: Plugwise Forum
- Topic: Plugwise sense and scan
- Replies: 10
- Views: 10569
Re: Plugwise sense and scan
Hmm, those JeeNodes indeed look interesting! Another thing to put on my 'to-experiment-with' list 

- Wed Jul 06, 2011 10:20 pm
- Forum: Plugwise Forum
- Topic: Plugwise sense and scan
- Replies: 10
- Views: 10569
Re: Plugwise sense and scan
Pff, steep price tag. I was also awaiting the Scan but for this price I will look for alternatives. The indicated price gives me the impression that they only focus on selling those devices to companies. @pvgent: the scan is still listed at 125 euro incl VAT when I checked? I am however curious if t...
- Sat Oct 10, 2009 10:23 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Plugwise xPL-PERL support
Hi Niklas, you can use this module to send commands form the terminal by first installing xpl-perl, and then adding the plugwise module to your xpl-perl install by copying the files in the package to the appropriate location on your system. To use xPL messages, you then first need to start a hub app...
- Mon Oct 05, 2009 9:44 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Plugwise xPL-PERL support
Hi Jfn, until you have time to update your code package, I've made a patched version of your module available here: http://code.google.com/p/hasy/source/browse/#svn/trunk/misterhouse/xplplugwise Changes include the bugfix for the status report that incorrectly reported the state of a circle, and an ...
- Wed Sep 30, 2009 3:21 pm
- Forum: Plugwise Forum
- Topic: Plugwise xPL-PERL support
- Replies: 32
- Views: 30988
Plugwise xPL-PERL support
Hi Jfn, In the mean time I'm using your Plugwise Perl code to integrate circles with Misterhouse. I have a bugfix in the status response routine and a suggestion for reporting state information I'd like to share with you. Can I email you the diffs somewhere? It seems that I'm not able to send you an...