dirigera_platform icon indicating copy to clipboard operation
dirigera_platform copied to clipboard

Battery percentage for non IKEA sensors.

Open dreamfalcon opened this issue 6 months ago • 3 comments

Would be possible to add battery percentage for non IKEA sensors? { "id":"xxx", "type":"sensor", "deviceType":"environmentSensor", "createdAt":"2024-08-05T13:24:30.000Z", "isReachable":true, "lastSeen":"2024-08-06T09:08:49.000Z", "attributes":{ "customName":"Sensor rua", "model":"SNZB-02P", "manufacturer":"eWeLink", "firmwareVersion":"2.1.0", "hardwareVersion":"0", "serialNumber":"A", "batteryPercentage":100, "currentTemperature":22.7, "currentRH":75, "permittingJoin":false, "otaStatus":"upToDate", "otaState":"readyToCheck", "otaProgress":0, "otaPolicy":"autoUpdate", "otaScheduleStart":"00:00", "otaScheduleEnd":"00:00" }, "capabilities":{ "canSend":[

     ],
     "canReceive":[
        "customName"
     ]
  }

},

dreamfalcon avatar Aug 06 '24 09:08 dreamfalcon