Announcement

Collapse
No announcement yet.

access to run scripts agains the HS3 DB???

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

    access to run scripts agains the HS3 DB???

    I am in the position to move my HS3 server from Mono 3 to Mono 4.x. I understand that there were some changes made to the distro that made triggers in events disappear from the system. it sounds like this change made it possible to move the HS3 install between windows and Linux servers because mono now uses the same "sortedlist" collection as .net.

    I was wondering if there is a simple way to gain scripting access to the HS3 DB?

    #2
    You can read the DB with any SQLite database tool. You'll notice that the DB stores 'blobs' of data as a serialized object which are then deserialized into an object that HS uses. The real key is finding out which object to deserialize it into - a class, an event, condition, action, etc.
    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

    Working...
    X