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

Changing the "Use stored energy data in Energy Panel" in LUA code (to integrate it on a Scene) - HC3


Corceiro

Question

Is it possible to create a scene in LUA that can change the status of the "Use stored energy data in Energy Panel" in a Device (HC3)?

 

I want to create a scene that select and a given triger from two meters to considera on the energy panel. I have booth configured on the Energy Panel, but sometimes (changing during the day) what to use one, and other times want to use another.

 

I manage to create a scene to enable and disable the device on Fibaro HC3, but i t seems that even when the device is disable, it continues to mesure the energy and adding it to the energy panel.

 

I've tryed some modification of the code "api.put("/devices/"..device_number,{enabled=true})" (what I was using to enable and disable), but cant' make it work... Is it possible?

 

Can someone help me?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
  • Inquirer
  • Thank you to @jgab!!! Amaizing!!!

     

    The solution for the device n. 653 is:

     

    4 hours ago, jgab said:

    saveToEnergyPanel is a property so

    api.put("/devices/"..653,{properties={saveToEnergyPanel=true}})

     

     Perfect!

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