Skip to content

CumpsD/functional-living

Repository files navigation

Functional Living

Goal

Home automation integrating various technologies.

Currently supported

  • Knx

Getting started

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.

Extra Information

FunctionalLiving.Api

This is the main API. For more details, see README.

FunctionalLiving.Knx.Listener

This components listens to KNX messages from the KNX bus. For more details, see README.

FunctionalLiving.Knx.Sender

This components sends KNX messages to the KNX bus. For more details, see README.

Docker Hub

Images are pushed to:

Useful additions

Alexa

Connect Control for Spotify

Commands
  • list devices: will tell you all the currently available devices and a number for each one of them
  • play on device N: will change the device playing Spotify to the device N as indicated by list devices
  • pause or resume: allows you to pause or resume the song (it seems that there is not play nor stop
  • skip forward or skip backwards: allow you to jump to the next or previous song
  • set volume to N: set volume to N that should be between 0 to 10
Usage

First of all:

Alexa, Ask Connect Control to list devices

When you have the list

Alexa, Ask Connect Control to play on device number

  1. Living Dot
  2. Skully
  3. Slaapkamer
  4. Badkamer
  5. Office Dot
  6. Abby
  7. Receiver

License

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).

Credits

Languages & Frameworks

  • .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

Libraries

  • 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

Tooling

Flemish Government Frameworks

Flemish Government Libraries

About

Home automation integrating various technologies.

Resources

License

EUPL-1.2, MIT licenses found

Licenses found

EUPL-1.2
LICENSE
MIT
LICENSE-knx.net

Stars

Watchers

Forks

Packages

No packages published