daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.
https://getkotori.org/
GNU Affero General Public License v3.0
107 stars 17 forks source link

Make plumbing less opinionated #150

Open amotl opened 1 year ago

amotl commented 1 year ago

About

With currently ongoing refactorings, we are intending to make Kotori's plumbing less opinionated.

Details

For example, the documentation provides two different scenarios how to acquire data using different MQTT topic styles, MQTTKit application vs. Basic application.

Now that we standardized the MQTTKit flavour with SensorWAN, and added a per-device addressing scheme with GH-136, the Basic application can be dissolved safely.