webCoRE for Hubitat Updates

So a new version is pushed out today. It does require the latest HE 2.3.2.140+ firmware for all features to operate.

  • New experimental feature is ability to do graphs (a la hubigraphs) for both devices and fuel streams.

    • has ability to create long term storage for device/attribute data

      • if you have existing hubigraph LTS files, you can create a new long term storage in webcore for the same device / attribute, then you can place the existing data from the hubigraph file into the new file created by webcore for that LTS, and webcore can automatically read the old data and put it into the new more efficient format.
    • can graph fuel stream data (typically that is numeric)

      • this allows you to create arbitrary data for graphing
    • quantization can be applied on selected graph data sources, without having to create a new LTS just for quantization.

    • can create a tile device for use in dashboards

    • you can duplicate graphs you create in webcore if you want to have a new one starting with an existing one.

    • Thanks to the testers of this

    • there may still be issues and more things to implement.

  • Ability to subscribe to a pistonResume event within a piston that notifies it was resumed.

  • Ability to backup all pistons from the webCoRE IDE (if you use staging.webcore.co, or a local webCoRE server with latest js/html/css files.)


Several fixes for issues reported by folks:

  • removed time offsetting webcore did on time comparisons (was 2 seconds)

  • fixed some time as string parsing and comparison issues reported by folks

  • fix for restrictions (only when in your piston) were not properly restricting operation is some cases

  • fix for empty $args when executing a piston with arguments

7 Likes