Plugwise on Linux downloads back online


Because of the huge amount of requests I get for this piece of software I’ve put POL (Plugwise on Linux) back online.
You can find it in the “Downloads” section.

Maarten

Hi, I am Maarten and I am the owner of this weblog. I post on various IT subjects that matter in my life as an IT professional.

14 thoughts on “Plugwise on Linux downloads back online

  1. Hi martin.

    I was using your software POL.

    Do you have an idea how to implement protection against trying to poll a decice that aint active on the network? at the moment it stalls. im using threaded php to take care of it but i want the python to do it instead.

    Do you have an idea what to do?

    this was the only way i found to contact you.

    Br daniel
    daromer at gmail dot com

  2. Hi Daniel,

    Sorry for the late response.
    I will have a look at this tonight, I think it stalls because it get’s no response back from the plugwise stick.

    Grtz,
    Maarten

  3. Hi Maarten,

    should pol0.2 work with current Plugwise hardware? I tried it with the basic set that I have just bought, but it seems that decoding the watts readout does not work. The numbers printed are bogus:

    heidi 67_> sudo ./pol.py -p /dev/cuaU0 -w 000D6F0000553542
    -1.40799496853e+12
    heidi 68_> sudo ./pol.py -p /dev/cuaU0 -w 000D6F0000729B5C
    3.69105118485e+25

    I guess that something is wrong with decoding the power readout message, but before diving in too deep, I thought I’d ask if you have an idea or theory what the problem could be.

    With Plugwise Source, things work fine, so it seems that the hardware is okay. Also, I can switch the plugs on and off using pol.py, so sending to the plugs work. Plug receiption seems to basically work, too, at least I only see the bogus watts readout when using a valid plug ID, otherwise pol.py just hangs.

    Any ideas?

    Thanks!
    Hans

  4. It was developed for the first firmware version, it looks like you are using a newer version. Have a look at the plugwise unleashed articles for more info!

  5. When I try this I just get endless 0000000000C2 back from the stick. The same happens with any command I feed in. Anyone else experiencing problems like this? The kit works ok if I connect it to Windows/Plugwise Source.

  6. Hi Maarten,

    I just bought a Plugwise set and found POL working except the Watts displayed are strange numbers.
    With your information (and some more from http://plugwiselib.codeplex.com) I was able to write a working Linux stick C++ interface (polling power status and switching). My impressions are that seemingly the Plugwise system works for just about 7m distance plus one wall between devices and that polling shouldn’t be done too often, otherwise the network goes down (here the pairing code from http://github.com/hackstuces/PlugwiseOnLinux could help, not tested).

    Thank you for your good work!

    Jerry

  7. Hi Again,

    Jerry does yours work on the newest sticks then?

    Is it possible to get that code? 🙂

    I would love to extend my network but i dont have time to code something that works with the new firmware and would be more then happy to get hold of such an software!

    Can you please mail me if so? daromer at gmail dot com

    Br
    Daniel

  8. Tests with other wattmeters made me come to the conclusion that changing:
    return self.pulseToWatt(corrected)
    to:
    return resultint * 2

    in GetPowerInfo() seems to display correct values with latest firmwares.

    HIH

  9. Hello Maarten,

    I am using your scripts “pol” and it works perfectly (also with the fix to get the consumption).
    Also, would you know the command to get the list of device on the network ?

    Thanks for your work,
    Regards,
    Luc

  10. Hi,

    Does anyone know or have some instructions or guides on how to get the Plugwise stick setup on Linux.

    I want to use it on Ubuntu and my goal is to write an application on top of the source to control the circles. If anyone could point me in the write direction it would be much appreciated.

    Cheers,

    Rob

  11. Do you have instructions how to install on a synology DS?
    Is it possible to use the iphone with synology and the source

    Regards,

    Robert

  12. Does this software still apply? I’m thinking about getting some plugwise units and I run Linux only. Can someone tell me if these plugs also work with inductive loads?

Comments are closed.

Recent Posts