Announcement

Collapse
No announcement yet.

Need help to calculate kwh

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need help to calculate kwh

    Hi all

    I got an aeon lab meter. I got 2 devices for kwh i want to put the result of it in a virtual device.

    I think its possible with a script in an event like this code



    Can someone guide with what code i need to put to calculate the 2 devices please

    thx

    #2
    Since the Aeon unit does not have any totalized data elements and only records data per phase. I created several devices to store the totalized elements.

    I am using the Aeotec Home Energy Meter Gen5, Z-Wave Plus Smart Electricity Usage Monitor for monitoring my main panel, see https://www.amazon.com/Aeotec-Energy.../dp/B00XD8WZX6

    These are the devices that it creates...
    Click image for larger version

Name:	hs-device1.jpg
Views:	1
Size:	39.1 KB
ID:	1198361

    I created these devices to store the totalized values for graphing, etc...
    Click image for larger version

Name:	hs-device2.jpg
Views:	1
Size:	26.8 KB
ID:	1198362

    This event run every minute to update the values
    Click image for larger version

Name:	hs-event1.jpg
Views:	1
Size:	77.0 KB
ID:	1198363

    This event runs once a day at a few seconds after midnight to reset the Z-wave values for the Aeotec unit so that a new day can start.
    Click image for larger version

Name:	hs-event2.jpg
Views:	1
Size:	51.1 KB
ID:	1198364


    Hope this helps.
    Billy

    Comment


      #3
      Originally posted by bdraper View Post
      Since the Aeon unit does not have any totalized data elements and only records data per phase. I created several devices to store the totalized elements.

      I am using the Aeotec Home Energy Meter Gen5, Z-Wave Plus Smart Electricity Usage Monitor for monitoring my main panel, see https://www.amazon.com/Aeotec-Energy.../dp/B00XD8WZX6

      These are the devices that it creates...
      [ATTACH]70015[/ATTACH]

      I created these devices to store the totalized values for graphing, etc...
      [ATTACH]70016[/ATTACH]

      This event run every minute to update the values
      [ATTACH]70017[/ATTACH]

      This event runs once a day at a few seconds after midnight to reset the Z-wave values for the Aeotec unit so that a new day can start.
      [ATTACH]70018[/ATTACH]


      Hope this helps.
      Thank you so so much

      It is perfect


      Its what i was looking for


      thank you again

      Comment


        #4
        Originally posted by francrouge View Post
        Thank you so so much

        It is perfect


        Its what i was looking for


        thank you again
        Not a problem, glad to help.

        Let us know if you need anything else.
        Billy

        Comment

        Working...
        X