All Projects → chkr1011 → Wirehome.core

chkr1011 / Wirehome.core

Licence: apache-2.0
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.

Programming Languages

python
139335 projects - #7 most used programming language
csharp
926 projects

Projects that are alternatives of or similar to Wirehome.core

Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-95.56%)
Mutual labels:  home-automation, arduino, raspberry-pi, iot, esp8266
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (+63.89%)
Mutual labels:  smarthome, arduino, iot, esp8266
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+1736.11%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+941.11%)
Mutual labels:  home-automation, smarthome, raspberry-pi, iot
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+12.22%)
Mutual labels:  home-automation, arduino, iot, esp8266
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (+17.78%)
Mutual labels:  home-automation, raspberry-pi, iot, esp8266
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+96.67%)
Mutual labels:  home-automation, arduino, iot, esp8266
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+1352.78%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (+202.78%)
Mutual labels:  home-automation, arduino, iot, esp8266
Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+538.89%)
Mutual labels:  home-automation, arduino, iot, esp8266
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (-55.56%)
Mutual labels:  home-automation, smarthome, raspberry-pi, sensors
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-22.78%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (+6.67%)
Mutual labels:  home-automation, raspberry-pi, sensors, iot
Make
📖📖📖📖📖 写给软件工程师看的硬件编程指南
Stars: ✭ 170 (-5.56%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Smarthome
Device integration platform for your smart home
Stars: ✭ 92 (-48.89%)
Mutual labels:  home-automation, smarthome, raspberry-pi, iot
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+1948.33%)
Mutual labels:  home-automation, smarthome, raspberry-pi, iot
Automated Irrigation System
This is the software of an open source automated irrigation system. The complete setup including hardware can be found in the README.
Stars: ✭ 442 (+145.56%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+589.44%)
Mutual labels:  home-automation, arduino, iot, esp8266
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-42.22%)
Mutual labels:  arduino, raspberry-pi, iot, esp8266
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+991.11%)
Mutual labels:  home-automation, arduino, esp8266



Build status 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].