SQLite Database for storing KNX project information with RESTful Spring Boot Maven API
462
Simplified KNX database to store which device has which group address assigned. The database is accessed through a RESTful API provided by a Spring Boot Maven application. swagger file: http://localhost:8080/v2/api-docs swagger ui: http://localhost:8080/swagger-ui/
sqlite3 knx.db
sqlite> .read src/test/resources/schema-sqlite.sql
sqlite> .read src/test/resources/data-sqlite.sql
curl -v -H "Accept: text/csv" "http://localhost:8080/knx-db/projects/1?format=HomeAssistant"
Content type
Image
Digest
Size
234.9 MB
Last updated
almost 6 years ago
docker pull tosate/knx-db