Announcement

Collapse
No announcement yet.

Devices in Sqlite object_data Column

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

    Devices in Sqlite object_data Column

    Hello,

    Within the Devices table of the HomeSeerData db is a column named object_data that is a BLOB. Is there a way of reading this column? I am seeking the battery value of a device if one exists.

    Joseph

    #2
    That is likely serialized data for HS. Is your battery value not in the device value?
    HS4Pro on a Raspberry Pi4
    54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
    Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

    HSTouch Clients: 1 Android

    Comment


      #3
      Originally posted by rmasonjr View Post
      That is likely serialized data for HS. Is your battery value not in the device value?
      rmasonjr,

      No, at least looking at devices via sql. It's probably in the BLOB but I have tried to open it with hex(object_data) but no go.

      Joseph

      Comment

      Working...
      X