This is an add on for Home Assistant.
Ozric is currently alpha quality. Use at your own risk! In particular, no real consideration has been given to security. If your LAN is not trusted, do not use this add on.
By continuously monitoring the states of your various sensors, switches and the environment, Ozric can turn on and off your lights in a very customisable and reactive way. This logic is customisable and described by a graph, which you can edit visually.
This is very similar to Node Red, but Ozric is not message-oriented and doesn't need knowledge of YAML. Instead it is entirely GUI based; the graph is continuously evaluated and responds to internal (computed) state changes as well as sensor changes.
Ozric is compatible with HA OS or HA Supervised installations - as these are built on Docker - on 64-bit Intel/AMD platforms (AMD64) as well as 64-bit ARM (AArch64).
- Go to the Add Ons repository in your Home Assistant Add-On Dashboard.
- Click on the link at the bottom right to go to the Add On Store.
- From there click "Repositories" in the top right and add the URL https://github.com/jchown/ozric-addon.
- The add-on will then be available to install in the main Add-On Dashboard.
This add on sends crash reports to Sentry. No other data should leave the container.
This is a C#/Blazor based application. The source code can be found on Github.