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

Question
jnathalia 0
This pretty cheap and effective outlet is superb. Fibaro hasn't got an alterative for this 6 outlet device. In a computer room or at the audio or tv shelf it can be easily used.
This outlet can measure the power consumption for each outlet, however Fibaro doesn't support. Why is Fibaro doing this? My vision at the long term is, that if Fibaro should support as many devices from third parties, because their product/platform will become more popular. If they follow the short term strategy, Fibaro can sell their own products (if they would have such a device) and make profit out of it but the popularity of the platform still has strong competition in the market.
There is a solution to enable power consumption.
I saw on the forum that mr De Raaij found out how to enable this by adding records. However the HC2 is closed now for ssh access.
Can somebody explain how to add the following records to the HC2 or are we really depending on the strategy of Fibaro?
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');
29 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.