Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


GreenWave Reality PowerNode


Recommended Posts

Guest deraaij
Posted

Hi Fibaro,

the good news, It is recognized by fibaro HC2. It sees a root with 6 childs. Unfortunately it only shows overall power usage on the root and not on the outlets itself. I hope you can have a look at it. it's a nice power strip with 6 outlets!

It is perfect for measuring multiple devices. If you need some info let me know.

You can buy it here:

Please login or register to see this link.

Regards,

Mark

  • Replies 46
  • Created
  • Last Reply

Top Posters In This Topic

Guest deraaij
  • Topic Author
  • Posted

    Btw I checked, as reference, it works with homeseer and openzwave.

    Regards,

    Mark

    Guest deraaij
  • Topic Author
  • Posted

    Some additonal info:

    in the log i see:

    12:41:52:416151 [Notice] ZW_STATUS: MeterType : 33 MeterSize: 4 MeterPrecision: 1

    12:41:52:416475 [Notice] ZW_STATUS: POWER Report: 634.7 W

    12:41:52:416644 [information] ZW_DEVICE: GENERIC TYPE SENSOR: 37

    12:41:52:417067 [information] ZW_DEVICE: EvnetSensorValue: 634.7 PK Device: 60 Unit: W

    12:41:52:417474 [information] EVENT: valueSensor: PK Device: 60 Value: 634.7 SENT

    12:41:52:422307 [information] EVENT: unitSensor: PK Device: 60 unitSensor: W SENT

    Device 60 is a child so it looks if it receives the usage correctly.

    Let me know if i can help with some additional info.

    Guest deraaij
  • Topic Author
  • Posted

    Hi Fibaro,

    I have done a bit more research, with some insert's in some tables it works like a charm, so it it should be an easy fix!!

    Please login or register to see this code.

    Regards,

    Mark

    Posted
    Btw I checked, as reference, it works with homeseer

    Strange things do happen... a multi instance device that homeseer likes. Have you actually tried it yourself?

    Please login or register to see this image.

    /emoticons/default_icon_confused.gif" alt=":-?" />

    Sounds like an interesting device but I have not found where they are for sale for UK. Where did you manage to get it? It would be really useful in my setup.

    Thanks

    Robert

    Guest deraaij
  • Topic Author
  • Posted
    Btw I checked, as reference, it works with homeseer

    Strange things do happen... a multi instance device that homeseer likes. Have you actually tried it yourself?

    Please login or register to see this image.

    /emoticons/default_icon_confused.gif" alt=":-?" />

    Sounds like an interesting device but I have not found where they are for sale for UK. Where did you manage to get it? It would be really useful in my setup.

    Thanks

    Robert

    I added a link in my first post. After the inserts i mentioned in my previous post it works like a charm with HC2!

    Regards,

    Mark

    Guest deraaij
  • Topic Author
  • Posted

    Sorry obviously you want a UK plug

    Please login or register to see this image.

    /emoticons/default_sad.png" alt=":(" srcset="https://forum.fibaro.com/uploads/emoticons/[email protected] 2x" width="20" height="20" />

    I saw thisL

    Please login or register to see this link.

    so they exist for uk as well you would think.....

    Regards,

    Mark

    Guest deraaij
  • Topic Author
  • Posted

    Fibaro,

    Do I need to test/ give any additional info?

    Posted
    I have done a bit more research, with some insert's in some tables it works like a charm, so it it should be an easy fix!!

    Code:

    tabel: NEW_Property

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','valueSensor','0','CURRENT_TIMESTAMP');

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','unitSensor','W','CURRENT_TIMESTAMP');

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','valueMeter','0','CURRENT_TIMESTAMP');

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','unitMeter','kWh','CURRENT_TIMESTAMP');

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','meterSupport','{"vMeterSupport":[{"meterType":1,"sMeterType":"kWh","meterScale":0,"sMeterScale":"","value":0,"enable":true,"lastPolling":1358584209,"configuration":true,"retryConfig":0},{"meterType":1,"sMeterType":"W","meterScale":2,"sMeterScale":"","value":0,"enable":true,"lastPolling":1358584209,"configuration":true,"retryConfig":0}]}','CURRENT_TIMESTAMP');

    INSERT INTO "NEW_Property" ("Device_Id","Name","Value","Modification_Time") VALUES ('60','sensorSupport','','CURRENT_TIMESTAMP');

    table: NEW_Action

    INSERT INTO "NEW_Action" ("Device_Id","Name","Arg_Mask") VALUES ('60','resetMeter','1');

    Hi Fibaro,

    With a bit more information, the user community could start unravelling many other devices so that HC2 has even better support for z-wave devices.

    Could you create a sticky for posting this information so we can post all information for you and share with others.

    I have a Merten sensor that I am going to try to get working using the info Mark has posted.

    Can you help us build on Mark's great start please.

    regards,

    Robert

    Guest imparator
  • Topic Author
  • Posted

    Hi, de raaij

    Can you tell us how you get it work?

    I like this one

    If it works 100% I will also buy this one

    Guest deraaij
  • Topic Author
  • Posted
    Hi, de raaij

    Can you tell us how you get it work?

    I like this one

    If it works 100% I will also buy this one

    Hi,

    I have not tested everything inside out but, out of the box you can turn on and off all six outlets.

    With the insert scripts stated in the previous post all outlets are recognized by fibaro with regard to energy consumption. I am using the current consumption to monitor if someone switch the media center (and pvr) from standby to on to trigger a scene which power the tv and receiver and set the correct channel / input and set the correct standard volume. I didn't check if the total consumption is perfect et cetera.

    Let me know what you want to know in order to make your decision and I will test it for you. BTW I am on the latest beta.

    Posted
    Hi, de raaij

    Can you tell us how you get it work?

    I like this one

    If it works 100% I will also buy this one

    Hi,

    I have not tested everything inside out but, out of the box you can turn on and off all six outlets.

    With the insert scripts stated in the previous post all outlets are recognized by fibaro with regard to energy consumption. I am using the current consumption to monitor if someone switch the media center (and pvr) from standby to on to trigger a scene which power the tv and receiver and set the correct channel / input and set the correct standard volume. I didn't check if the total consumption is perfect et cetera.

    Let me know what you want to know in order to make your decision and I will test it for you. BTW I am on the latest beta.

    Hello deraaij,

    I have 2 nuon powernodes 6 outlets. I like to try the insert scripts you have made. Can i just run the script within a virtual device?

    What do i have to do after the inserts? Do i have to reset the powernode?

    At this moment i'm using the latest beta.

    Out of the box it is possible to measure the total power using the energypanel. But is seems the energypanel is buggy. Sometimes i see when i switch on a 25 watt lamp 50 watt powerusage.

    Thanks

    Guest deraaij
  • Topic Author
  • Posted

    Hello deraaij,

    I have 2 nuon powernodes 6 outlets. I like to try the insert scripts you have made. Can i just run the script within a virtual device?

    What do i have to do after the inserts? Do i have to reset the powernode?

    At this moment i'm using the latest beta.

    Out of the box it is possible to measure the total power using the energypanel. But is seems the energypanel is buggy. Sometimes i see when i switch on a 25 watt lamp 50 watt powerusage.

    Thanks

    If you have SSH access you can use phpliteadmin (deploy the php file in var/www point to /opt/fibaro/ as the db dir) if not you can (for now in the current beta) use os.execute in a scene:

    os.execute('sqlite3 /opt/fibaro/db ""')

    or wait, because I hope with all the info Fibaro fix it in the next beta release, and you don't want to brick your box, be careful

    PS Don't forget the use the correct device id's. Reboot after the inserts.

    Regards,

    Mark[/b]

    Posted

    Hoi Mark,

    Thanks for your help. I did not succeed yet but wil do some more tries in the weekend.

    Btw is the root password public available? Or did you get this privilege by fibaro.

    Guest deraaij
  • Topic Author
  • Posted
    Hoi Mark,

    Thanks for your help. I did not succeed yet but wil do some more tries in the weekend.

    Btw is the root password public available? Or did you get this privilege by fibaro.

    No problem. Succes, let me know if you need help. With regard to root access, neither unfortunately but there are multiple ways to acquire it.

    Regards,

    Mark

    • 2 weeks later...
    Guest deraaij
  • Topic Author
  • Posted

    Hi Fibaro,

    Do I need to test / give more details to help you support this device?

    Posted

    Can anybody give me some hints how to root the HC2 so i can install phpliteadmin and insert the sql statements?

    Posted

    I have inserted the sql insert statements and it now works like a charm

    • 2 months later...
    Posted

    Now since fibaro has locked the possiblity to "root" our devices the easy way.. will they start help those out who havent hacked their hc2?

    When will this device start working as it should on our hc2's?

    • 3 weeks later...
    Posted

    +1

    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.

    Guest
    Reply to this topic...

    ×   Pasted as rich text.   Paste as plain text instead

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


    ×
    ×
    • Create New...