All Projects → giltesa → SmartHome

giltesa / SmartHome

Licence: other
(CANCELLED) Proyecto de domótica compatible con la biblioteca MySensors para Arduino.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to SmartHome

NRF24 Sniffer
Sniffer for Nordic NRF24L01+ modules with MySensors support
Stars: ✭ 103 (+442.11%)
Mutual labels:  mysensors, nrf24l01
serial2mqtt
Serial to MQTT adapter serivce
Stars: ✭ 21 (+10.53%)
Mutual labels:  mysensors
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (+168.42%)
Mutual labels:  smarthome
ioBroker.daswetter
weather forecast data from DasWetter.com
Stars: ✭ 16 (-15.79%)
Mutual labels:  smarthome
ioBroker.zwave2
Z-Wave for ioBroker. Better. Faster. Stronger.
Stars: ✭ 22 (+15.79%)
Mutual labels:  smarthome
influx4mqtt
Insert incoming MQTT values into InfluxDB. Follows mqtt-smarthome architecture.
Stars: ✭ 34 (+78.95%)
Mutual labels:  smarthome
cul
nodejs module to interact with busware cul / culfw
Stars: ✭ 26 (+36.84%)
Mutual labels:  smarthome
ioBroker.lametric
Send notifications and other important information to your LaMetric time
Stars: ✭ 15 (-21.05%)
Mutual labels:  smarthome
tplink-smarthome-crypto
TP-Link Smarthome Crypto
Stars: ✭ 22 (+15.79%)
Mutual labels:  smarthome
asysbus
Arduino System Bus
Stars: ✭ 23 (+21.05%)
Mutual labels:  smarthome
hm2mqtt.js
Node.js based Interface between Homematic and MQTT
Stars: ✭ 20 (+5.26%)
Mutual labels:  smarthome
cep
CEP is a software platform designed for users that want to learn or rapidly prototype using standard A.I. components.
Stars: ✭ 140 (+636.84%)
Mutual labels:  smarthome
bco.bcozy
BCozy - A location based smart home user interface.
Stars: ✭ 21 (+10.53%)
Mutual labels:  smarthome
Tradfri-FHEM
A Module for the FHEM Home-Control Software which enables connectivity to the IKEA Trådfri gateway
Stars: ✭ 23 (+21.05%)
Mutual labels:  smarthome
ioBroker.node-red
Instantiate the server with node-red
Stars: ✭ 50 (+163.16%)
Mutual labels:  smarthome
tuyapower
Python module to read status and energy monitoring data from Tuya based WiFi smart devices. This includes state (on/off), current (mA), voltage (V), and power (wattage).
Stars: ✭ 101 (+431.58%)
Mutual labels:  smarthome
binrpc
HomeMatic xmlrpc_bin:// protocol server and client
Stars: ✭ 15 (-21.05%)
Mutual labels:  smarthome
esp8266-deerma-humidifier
Cloud-free wifi humidification
Stars: ✭ 34 (+78.95%)
Mutual labels:  smarthome
pyvesync
pyvesync is a python library to manage Etekcity & Levoit smart devices
Stars: ✭ 111 (+484.21%)
Mutual labels:  smarthome
HydraPlay
A multiroom audio player setup, based on snapcast and mopidy.
Stars: ✭ 102 (+436.84%)
Mutual labels:  smarthome

SmartHome

SmartHome es la segunda versión de mi proyecto de hardware para la automatización del hogar, esta vez por comunicación inalámbrica y compatible con MySensors.

Banner SmartHome

Introducción

En este repositorio encontraras la documentación para construir los diferentes nodos disponibles, eso incluye los esquemáticos, los circuitos, los gerbers, piezas en 3D, código fuente, etc.

La funcionalidad de los nodos varia dependiendo de la tarea para la que hayan sido construidos. Por ejemplo encontraras un nodo de interruptor táctil para sustituir los interruptores de la pared y que permite encender, apagar y regular el brillo (en desarrollo) de las lamparas del techo de las habitaciones. También encontraras un nodo para tomar mediciones de temperatura, humedad y luz así como capaz de detectar eventos como la apertura y cierre de puertas y ventanas. Un poco mas abajo hay disponible una lista de todos los nodos diseñados.

Requisitos previos

Los nodos funcionan por comunicación inalámbrica RF a 2.4Ghz distinta del WiFi por lo que hace falta un Gateway capaz de convertir esa comunicación inalámbrica a cableada y viceversa, esto tiene como inconveniente que hace falta un aparato mas pero tiene como ventaja que no sobrecargaremos el router WiFi con una treintena de nodos conectados al mismo tiempo.

Además del Gateway también es necesario un software de gestión que controle todos los nodos, este software puede ser cualquiera que soporte nodos programados con la librería MySensors, en el apartado controlador hay documentada una tabla de softwares de gestión compatibles.

Lista de nodos

Esta es la lista de todos los nodos con un estado de desarrollo avanzado pero no finalizado. Para consultar su estado actual o próximos nodos que desarrollare visitar este panel de trabajo: Trello SmartHome

  • Interruptor táctil de relés
  • Interruptor táctil de relé+triac
  • Sensor multiuso
  • Mando a distancia
  • Regulador de luz LED RGBW

Licencia

Este proyecto está licenciado bajo la licencia Creative Commons de tipo: Reconocimiento-NoComercial-CompartirIgual 4.0 Internacional (CC BY-NC-SA 4.0). Consulte el archivo LICENSE.md para obtener más información.

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