πŸš€ Simple IoT Releases

v0.15.3

  • add tag UI to Metrics node

I still have a manual process that occasionally gets forgotten, so I added a simple check for it:

Thinking a bit more – this would be easy to automate, so just need to do that – rebuild FE assets on every release, commit/push, tag, then release.

yes automate it, reduces friction.

v0.16.0

  • add Update client – currently supports system updates
    docs.
  • update elm-tooling
  • api: Added history.<nodeId> NATS endpoint to send Influx history queries to
    an Influx DB client node.

1 Like

v0.16.1

  • Modbus API: add an option to validate the input when a client writes to a
    register.
  • Update client:
    • improve autodownload logic
    • check for updates when URI is changed
    • improve error handling and reporting
    • fix bug when reducing update list
  • expand documentation on
    creating a client.

v0.17.0

v0.18.0

  • change default login to admin/admin (used to be admin@admin.com, but
    there was is reason to have a bogus email address). (#730)
  • file client/node
    • option to store binary files
    • display filename, file size, and stored size
    • create file client backend code that runs for file nodes
    • calculate and populate md5sum when file contents change
    • display md5sum in file node UI
  • serial client/node
    • add serial file download – can be used for MCU updates
    • fix issues with populate node ID for high rate data
  • db client
    • fix crash if node ID is not populated correctly in data
  • client (BREAKING API CHANGE)
    • renamed client.Group β†’ client.RunGroup. This is so we don’t conflict with
      the client that manages group nodes
  • fix issue with user login when moving users to different groups (#713)

v0.18.1

  • fix bug where Shelly IO Enable Control option was not working (#739)
1 Like