Home automation integrating various technologies.
- Knx
Build the application and run it with docker-compose:
./build.sh Publish
docker-compose up --build --force-recreate
After everything has started, you can visit the following services:
Service | Address |
---|---|
FunctionalLiving.Api | http://127.0.01:9000 |
FunctionalLiving.Knx.Sender | http://127.0.01:9001 |
Homebridge | http://127.0.01:9010 |
Seq | http://127.0.01:9015 |
Jaeger | http://127.0.01:9020 |
InfluxDb | http://127.0.01:9025 |
When you are done press CTRL+C to stop and docker-compose down
to clean up.
This is the main API. For more details, see README.
This components listens to KNX messages from the KNX bus. For more details, see README.
This components sends KNX messages to the KNX bus. For more details, see README.
Images are pushed to:
- hub.docker.com/r/cumpsd/functional-living-api
- hub.docker.com/r/cumpsd/functional-living-knx-listener
- hub.docker.com/r/cumpsd/functional-living-knx-sender
- Skill: Control Spotify Connect devices with Alexa
- Source: thorpelawrence/alexa-spotify-connect
- Fork: CumpsD/alexa-spotify-connect
list devices
: will tell you all the currently available devices and a number for each one of themplay on device N
: will change the device playing Spotify to the device N as indicated bylist devices
pause
orresume
: allows you to pause or resume the song (it seems that there is notplay
norstop
skip forward
orskip backwards
: allow you to jump to the next or previous songset volume to N
: set volume to N that should be between 0 to 10
First of all:
Alexa, Ask Connect Control to list devices
When you have the list
Alexa, Ask Connect Control to play on device number
- Living Dot
- Skully
- Slaapkamer
- Badkamer
- Office Dot
- Abby
- Receiver
European Union Public Licence (EUPL)
The new version 1.2 of the European Union Public Licence (EUPL) is published in the 23 EU languages in the EU Official Journal: Commission Implementing Decision (EU) 2017/863 of 18 May 2017 updating the open source software licence EUPL to further facilitate the sharing and reuse of software developed by public administrations (OJ 19/05/2017 L128 p. 59–64).
- .NET Core - MIT
- .NET Core Runtime - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - MIT
- .NET Core APIs - CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others. - MIT
- .NET Core SDK - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI. - MIT
- .NET Core Docker - Base Docker images for working with .NET Core and the .NET Core Tools. - MIT
- .NET Standard definition - The principles and definition of the .NET Standard. - MIT
- Roslyn and C# - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs. - Apache License 2.0
- F# - The F# Compiler, Core Library & Tools - MIT
- F# and .NET Core - F# and .NET Core SDK working together. - MIT
- ASP.NET Core framework - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. - Apache License 2.0
- Paket - A dependency manager for .NET with support for NuGet packages and Git repositories. - MIT
- FAKE - "FAKE - F# Make" is a cross platform build automation system. - MIT
- Structurizr - Visualise, document and explore your software architecture. - Apache License 2.0
- xUnit - xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. - Apache License 2.0
- Autofac - An addictive .NET IoC container. - MIT
- AutoFixture - AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. - MIT
- KNX.net - KNX.net provides a KNX API for .NET - MIT
- npm - A package manager for JavaScript. - Artistic License 2.0
- semantic-release - Fully automated version management and package publishing. - MIT
- semantic-release/changelog - Semantic-release plugin to create or update a changelog file. - MIT
- semantic-release/commit-analyzer - Semantic-release plugin to analyze commits with conventional-changelog. - MIT
- semantic-release/exec - Semantic-release plugin to execute custom shell commands. - MIT
- semantic-release/git - Semantic-release plugin to commit release assets to the project's git repository. - MIT
- semantic-release/npm - Semantic-release plugin to publish a npm package. - MIT
- semantic-release/github - Semantic-release plugin to publish a GitHub release. - MIT
- semantic-release/release-notes-generator - Semantic-release plugin to generate changelog content with conventional-changelog. - MIT
- commitlint - Lint commit messages. - MIT
- commitizen/cz-cli - The commitizen command line utility. - MIT
- commitizen/cz-conventional-changelog A commitizen adapter for the angular preset of conventional-changelog. - MIT
- Be.Vlaanderen.Basisregisters.AggregateSource - Lightweight infrastructure for doing command handling and eventsourcing using aggregates. - MIT
- Be.Vlaanderen.Basisregisters.Api - Common API infrastructure and helpers. - MIT
- Be.Vlaanderen.Basisregisters.CommandHandling - Lightweight infrastructure for doing command handling and eventsourcing using aggregates. - MIT
- Be.Vlaanderen.Basisregisters.EventHandling - Lightweight event handling infrastructure. - MIT
- Be.Vlaanderen.Basisregisters.Build.Pipeline - Contains generic files for all Basisregisters pipelines. - MIT
- Be.Vlaanderen.Basisregisters.Testing.Infrastructure.Events - Infrastructure unit-tests to validate assemblies. - MIT