Announcement

Collapse
No announcement yet.

Energy reporting possible?

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

    Energy reporting possible?

    Since we can get pump running watts through the PI, would the plugin be able to also report energy for built-in HS energy functions?

    #2
    Great point! That was something else I was thinking about. I'll add it to my TODO list.

    I am using the Sense power monitor and have put the CT clips on the 80a line running to my pool equipment, so I'm seeing the total power draw of my pump, heater etc. I've also have a crazy idea idea of writing a Sense Plugin for HS

    /keith

    Comment


      #3
      Awesome!

      That Sense device is really pretty nice. I have a background in commercial/industrial power quality and some of those devices can run from $1000s to $10000s . Glad to see an entry for the homeowner market that has some decent capabilities. I apparently have a weak HVAC breaker that trips randomly in the summer and I was thinking how I might get notified before the temperature gets to 85 inside!

      Comment


        #4
        Originally posted by keith.roberts66 View Post
        ,,,, also have a crazy idea of writing a Sense Plugin for HS

        /keith
        YES!

        Comment


          #5
          Data can be polled from the Sense server with the only setup required for the plugin is the account email and the account password. In addition to the basic data there is also the processed data for Devices, Status and Timeline. It is possible to produce bar graphs of specific equipment usage over time for various time periods directly from the Sense Cloud server. In my notes the following is a response from the Sense Cloud Server. I do not recall if access to the Sense server is documented, or it is reverse engineered. I do not use Sense, but I have supported others that wanted it.

          What I have deduced from the information available is that Sense is a reasonable concept that works in some situations and fails in others. Emporia is a more direct solution to energy monitoring via a cloud server where the guesswork has been eliminated. Emporia sells close to "at cost" for the hardware. I suspect they expect to make money by mining data.

          '{""id"":""xxxxxxx"",
          '""name"":""Fridge 3"",
          '""icon"":""fridge"",
          '""tags"":{""Alertable"":""true"",
          '""AlwaysOn"":""false"",
          '""DateCreated"":""2019-01-31T09:10:19.000Z"",
          '""DateFirstUsage"":""2019-01-22"",
          '""DefaultUserDeviceType"":""Fridge"",
          '""DeployToMonitor"":""true"",
          '""DeviceListAllowed"":""true"",
          '""ModelCreatedVersion"":""17"",
          '""ModelUpdatedVersion"":""148"",
          '""name_useredit"":""false"",
          '""OriginalName"":""Fridge 3"",

          '""PeerNames"":[{""Name"":""Fridge"",
          '""UserDeviceType"":""Fridge"",
          '""Percent"":99.0,
          '""Icon"":""fridge"",
          '""UserDeviceTypeDisplayString"":""Fridge""},
          '{""Name"":""Freezer"",
          '""UserDeviceType"":""Freezer"",
          '""Percent"":1.0,
          '""Icon"":""freezer"",
          '""UserDeviceTypeDisplayString"":""Freezer""}],

          '""Pending"":""false"",
          '""PreselectionIndex"":0,
          '""Revoked"":""false"",
          '""SSIEnabled"":""false"",
          '""TimelineAllowed"":""true"",
          '""TimelineDefault"":""true"",
          '""Type"":""Refrigerator"",
          '""UserDeletable"":""true"",
          '""UserDeviceType"":""Fridge"",
          '""UserDeviceTypeDisplayString"":""Fridge"",
          '""UserEditable"":""true"",
          '""UserEditableMeta"":""true"",
          '""UserMergeable"":""true""}},
          'ElseIf iMod = 1 Then
          'sSenseTopic = "sense/timeline/" & sUserId
          'sData = GetSenseTimeline()
          'ElseIf iMod = 2 Then
          'sSenseTopic = "sense/status/" & sMonitorId
          'sData = GetSenseStatus()

          '"{""signals"":{""progress"":100,""status"":""OK""},

          '""device_detection"":{""in_progress"":[
          '{""icon"":""dishes"",""name"":""Possible Dishwasher"",""progress"":4},
          '{""icon"":""dishes"",""name"":""Possible Dishwasher"",""progress"":1},
          '{""icon"":""dishes"",""name"":""Possible Dishwasher"",""progress"":3},
          '{""icon"":""stove"",""name"":""Possible Stove"",""progress"":14}],

          '""found"":[
          '{""icon"":""stove"",""name"":""Oven"",""progress"":42},
          '{""icon"":""dishes"",""name"":""Washer"",""progress"":44}],

          '""num_detected"":31},
          '""monitor_info"":{""ethernet"":false,
          '""test_result"":""Warnings as of 12/18/2019"",
          '""serial"":""yyyyyy"",
          '""emac"":null,
          '""ndt_enabled"":true,
          '""wifi_strength"":62,
          '""online"":true,
          '""ip_address"":""192.168.1.23"",
          '""version"":""1.33.3166-6c0e7bec-master"",
          '""ssid"":""ST5"",
          '""signal"":null,
          '""mac"":""a0:c9:a0:5f:bf:4e""}}"​

          Comment

          Working...
          X