Ok, this is the first public release of Sensible. (More like a pre-release I've created to get feedback from users.)
What is working:
- You can configure it via YAML file, like it is documented
- It can and will send MQTT device/sensor info via MQTT discovery
- Script based custom sensors are working, you can already create your own sensors
- Some internal sensors are already there
What is not working yet:
- Security is basically non-existent - don't use it on an open, untrusted network if you're trying to send sensitive sensor data!
- The control REST API is there, but unsecured, undocumented and very, very limited
- Raspberry Pi and Windows support
- Currently it's only actively tested on Ubuntu Linux and within Docker containers based on Alpine Linux
- Developer support (documentation, better Makefile, etc.)