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


  • 0

HomeWizard Wi-Fi P1 Meter


HKrook

Question

Dear forum members,

I have a HomeWizard Wifi P1 Meter connect to my energy meter and I would like to connect it to my Fibaro HC2 in order to be able to read out the power and gas use.

Who can help me with a LUA file which contains the program which I can set as a VD or Scene in order to present the power and gas values.

Any help would be very much appreciated.

Regards,

Hildo 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

@HKrook Maybe this can help you:

 

On 6/11/2021 at 7:57 PM, Zooitje said:

I have a HC2 so I want to make a scene.

 

I tested it in a VD and that works with the following code (in a VD button).

(port = 80).

 

local self_id = fibaro:getSelfId();
local ip = fibaro:get(self_id, 'IPAddress');
local port = fibaro:get(self_id, 'TCPPort');

 

http = Net.FHttp(ip, port);
response, status, err = http:GET("/api/v1/data");


result = json.decode(response);

 

fibaro:call(self_id, "setProperty", "ui.TellerLabel.value", result.active_power_w);
 

Edited by SmartHomeEddy
Link to comment
Share on other sites

  • 0

Hi @HKrook,

I just came across your question and would expect that given the time since then you have it all up and running?

Any experiences, tips&tricks and maybe Virtual Device and/or code snippets to share?

 

Might want to purchase a HomeWizard P1 meter and see some nice integrations, but based on the HC3 features /version.

 

Link to comment
Share on other sites

  • 0

No luck getting my p1 to run on a hc2. Anyone with a ready to import VD for the homewizard p1 and maybe the water meter as well?

 

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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