https://github.com/chkr1011/Wirehome.Core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
https://github.com/chkr1011/Wirehome.Core
arduino csharp esp8266 home-automation iot python raspberry-pi raspbian sensors smarthome
Last synced: about 2 months ago
JSON representation
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
- Host: GitHub
- URL: https://github.com/chkr1011/Wirehome.Core
- Owner: chkr1011
- License: apache-2.0
- Created: 2018-06-20T18:02:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T17:33:21.000Z (3 months ago)
- Last Synced: 2025-02-24T11:12:32.632Z (about 2 months ago)
- Topics: arduino, csharp, esp8266, home-automation, iot, python, raspberry-pi, raspbian, sensors, smarthome
- Language: C#
- Homepage:
- Size: 6.31 MB
- Stars: 256
- Watchers: 36
- Forks: 63
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
[](https://bettercodehub.com/) [](https://gitter.im/Wirehome-Core/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# 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.
![]()
![]()
![]()