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

Posted

This is never implemented right? Because my greenwave still only shows one wattage.

Can you give me a hand with how I should add these in lua code to my scene?

I saw your code but i'm not an expert with Lua and sql..

Would be great! and maybe ask fibaro to add this to their list?!

  • 3 weeks later...
  • Replies 46
  • Created
  • Last Reply

Top Posters In This Topic

Posted

+1

Guest jrkalf
  • Topic Author
  • Posted

    Guys,

    it's all easy. All mail [email protected] and request/demand a device template editting panel in which you're able to add / change device templates.

    This is especially handy for the current situation in which many people (myself included) are having issues with some broken templates which haven't been fixed for over 5 months now.

    SEND A MAIL TO FIBARO SUPPORT.

    btw, I just ordered my greenwave device as well. Cheap little thing, a great find!

    Guest deraaij
  • Topic Author
  • Posted

    As reference, JSON template:

    {"id":101,"name":"101","roomID":0,"type":"binary_light","properties":{"UIMessageSendTime":"0","classConfigure":"0,0,0,2,0,2,2,0,2,0,2,2,0","classGeneric":"37","classSupport":"32,37,39,50,86,96,112,113,114,117,133,134,135","classVersion":"1,1,1,2,1,2,1,1,2,1,1,1,1","dead":"0","deviceControlType":"20","deviceIcon":"2","disabled":"0","emailNotificationID":"0","emailNotificationType":"0","endPoint":"0","isBatteryOperated":"0","liliOffCommand":"","liliOnCommand":"","meterSupport":"{\"vMeterSupport\":[{\"meterType\":1,\"sMeterType\":\"kWh\",\"meterScale\":0,\"sMeterScale\":\"\",\"value\":0,\"enable\":true,\"lastPolling\":1363458542,\"configuration\":true,\"retryConfig\":0},{\"meterType\":1,\"sMeterType\":\"W\",\"meterScale\":2,\"sMeterScale\":\"\",\"value\":0,\"enable\":true,\"lastPolling\":1363458543,\"configuration\":true,\"retryConfig\":0}]}","needConfigure":"5","type":"binary_light","nodeID":"27","parametersTemplate":"0","parentID":"1","pollingRetryError":"0","pollingTime":"","pollingTimeNext":"","pollingTimeSec":"0","productInfo":"0,153,0,3,0,4,4,21","pushNotificationID":"0","pushNotificationType":"0","requestNodeNeighborState":"0","requestNodeNeighborStateTimeStemp":"0","sensorSupport":"","showChildren":"1","showEnergy":"1","smsNotificationID":"0","smsNotificationType":"0","sortOrder":"999","unit":"","unitMeter":"kWh","unitSensor":"W","userDescription":"","value":"1","valueMeter":"3.7584","valueSensor":"1.5","zwaveCompany":"GreenWave","zwaveInfo":"3,3,33","zwaveVersion":"4,21","parameters":[],"associationView":[{"groupID":1,"devices":[1]},{"groupID":2,"devices":[1]},{"groupID":3,"devices":[1]},{"groupID":4,"devices":[1]}],"associationSet":[{"groupID":1,"devices":[1]},{"groupID":2,"devices":[1]},{"groupID":3,"devices":[1]},{"groupID":4,"devices":[1]}]},"actions":{"pollingTimeSec":1,"requestNodeNeighborUpdate":0,"resetMeter":0},"created":1370375592,"modified":1370375592,"sortOrder":25}

    Posted

    Already made a feature request on the Bugzilla. So waiting now I gues for them to implement it :->

    Posted

    What can one do with the JSOn template?

    Does it support power measure of all sockets?

    Guest jrkalf
  • Topic Author
  • Posted

    MSB, from what I've read and haven't completely tested it should support individual power reporting per socket . It also (have already tested) switches per port.

    Jelle

    Posted

    I get one powermeter working for socket 1. Then I get switching of all outlets. When adding it to HC2 it shows up as for instance ID 48 and I get:

    ID 48, 48.2, 48.3, 48.4, 48.5, 48.6 = 6 devices....

    But when I use the iphone app I can also see unsassigned device 48.1 which is not visible in the HC2 gui. Odd? Even tho the 48 acts as if it is the first socket.

    Can I somehow see all 7 devices in HC2 guy to?

    Posted

    MSB, 48 and 48.1 is in 90% that same device

    Posted

    Aha ok. Since they act like it. but in the iphone I can see both.

    [ Added: 2013-07-05, 00:11 ]

    OK upgraded to 3.552 should i try to readd the device to see if powermeasure work on all sockets? There were no change by just upgrading to 3.552...

    Guest jrkalf
  • Topic Author
  • Posted

    Indeed, uppgraded to 3.552, but nothing has happened to device support it seems.

    Currently I only see powerusage of socket1, not socket 2 to 6.

    ---------

    I'm fiddling with the database to see if I can change the parameters for these slave devices.

    As you can see in Mark's code device 60 is the root device, the subdevices are 62,63,64,65,66. because 60 and 61 are the root and first slave device.

    so I've inserted his code to device 62-66 (with me it's device 109/115) and after a reboot I see the device is showing the signs it's recording powerusage, but I hope it'll be able to read this from the zwave network.

    Posted

    I did the same but couldnt get it to work. It shows the kWh and 0 on the device icon. But it never gets any value. How did it go for you?

    Guest jrkalf
  • Topic Author
  • Posted

    Same here, All are stuck at a fixed amount now. Even the main one.

    Even changed this code to be on 109.1 (device 110) as well, but nothing changed for me.

    [ Added: 2013-07-07, 21:10 ]

    To what value have you turned the disk on the device? The mine is set to parameter 137 (locked)

    [ Added: 2013-07-07, 21:20 ]

    Monitoring my zwave engine output, I never see the device communicating it's powerusage back to the HC2. Perhaps it's the disk setting that does have impact?

    Posted

    I have the disk at black, ie no setting (0)

    maybe it needs to be in 1, 2 or 3 for reporting? Or maybe one needs to ask it for power usage which should be of no problem since it is not a batteryoperated device.

    [ Added: 2013-07-30, 21:31 ]

    Anything new to this?

    • 1 month later...
    Posted

    Hi Fibaro, any news on this ?

    It's a very interresting device to put behind a multimedia rack to manage all devices separately without having to buy 6 independent zwave devices.

    When do you plan the full support ? someone has posted the config, everything seems done, why don't you implement it fully ?

    thanks !

    [ Added: 2013-09-18, 12:00 ]

    Looks like it's not easy to make this device work well... as green wave probably is not communicating all the info needed

    Please login or register to see this link.

    But at least they are able to see the power consumption for all plugs.

    • 1 month later...
    Posted

    @MSB or jrkalf

    How did you get power measurement turned on, as it keeps on saying it's consuming 0Watt

    Once I got the master measured, I could turn on automatically the other switches.

    Thanks!

    Posted

    First try to hit the. Reconfigure in the "Advanced" tab of the device.

    Further check the show energy measurement.

    Also you could set the update time to something like a minute.

    Then you should see it... sometimes it takes a minute or two to actually get the wattage

    Guest jrkalf
  • Topic Author
  • Posted
    First try to hit the. Reconfigure in the "Advanced" tab of the device.

    Further check the show energy measurement.

    Also you could set the update time to something like a minute.

    Then you should see it... sometimes it takes a minute or two to actually get the wattage

    Steven for me it still isn't working effectively.

    I've done some digging on a forum I know and digged up that the HC2 is supposed to poll this device. It doesn't broadcast powerusage.

    Here is a link to the created bugzilla ticket:

    Please login or register to see this link.

    Posted

    I have it working... The button "Reconfigure" I never noticed consiously. But once hit and set "Polling time interval" to 1 (presuming it is once per second) I can view live the consumption.

    I believe it is showing the consumption of all 6 outlets together, but I don't care as I can now trigger to turn on other devices which is simple now and automated.

    After hitting "Reconfigure", I can see other options like Calibration and Control Protection which settings doesn't effect at all.

    So ultimately, it would be nice if Fibaro just supports it. How easy it can be?

    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...