Home
Softono
Wirehome.Core

Wirehome.Core

Open source Apache-2.0 C#
263
Stars
61
Forks
17
Issues
34
Watchers
1 year
Last Commit

About Wirehome.Core

Wirehome.Core is an open source home automation system written in C targeting .NET Standard 2.0+. It runs on Windows, macOS, and Linux, including devices like the Raspberry Pi. Interaction with physical hardware is abstracted through adapters written in Python using IronPython, covering protocols and interfaces such as GPIO, I2C, MQTT, HTTP, and COAP. The platform includes a fully featured MQTT broker and an HTTP server for hosting user content or device interactions. Automations and custom services are also written in Python. Pre-built components, such as the Open Weather Map integration, can be downloaded from the official Wirehome repository, which also distributes version updates. Wirehome.App, a responsive web application hosted by Wirehome.Core, is included for control and configuration on smartphones, tablets, and PCs.

Platforms

Web Self-hosted Linux Windows macOS

Languages

C#

Links



BCH compliance Join the chat at https://gitter.im/Wirehome-Core/community

Wirehome.Core

Wirehome.Core is an open source Home Automation system for .NET Core. This system is written in C# targeting .NET Standard 2.0+- It runs on Windows, macOS and Linux (e.g. a Raspberry Pi 2 Model B+).

The interaction with the physical home automation hardware is abstracted via adapters which are written in Python. They are available in a separate repository and can be downloaded into the local instance of Wirehome.Core. The engine for the Python code is IronPython.

The Python adapters can access a wide range of modules (Wirehome.API) which are providing access to GPIOs, I2C, MQTT, HTTP, COAP etc.

Wirehome.Core also includes a fully features MQTT broker and a HTTP server which can be used to host user content or for interaction with the devices.

Also automations and custom services are written in Python. The integration of Open Weather Map is completely written in Python and can be downloaded from the official Wirehome.Repositoriy. Also version updates are distributed from that repository.

Wirehome.App

A Web App which is hosted by Wirehome.Core is also part of this project. It runs on nearly all current devices like smartphones, tablets, PCs etc.