Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmtreser/domotica-low-cost
Proyecto educativo para montar un sistema domótico de bajo costo. Utiliza diferentes tecnologías para mostrar su funcionamiento e interrelación
https://github.com/lmtreser/domotica-low-cost
arduino bootstrap5 cpp domotica gnu-linux home-assistant mqtt nodered python raspberry-pi
Last synced: 29 days ago
JSON representation
Proyecto educativo para montar un sistema domótico de bajo costo. Utiliza diferentes tecnologías para mostrar su funcionamiento e interrelación
- Host: GitHub
- URL: https://github.com/lmtreser/domotica-low-cost
- Owner: lmtreser
- License: mit
- Created: 2024-05-15T16:21:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:42:30.000Z (9 months ago)
- Last Synced: 2024-05-22T15:55:36.447Z (9 months ago)
- Topics: arduino, bootstrap5, cpp, domotica, gnu-linux, home-assistant, mqtt, nodered, python, raspberry-pi
- Language: Python
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Domotica-Low-Cost
Proyecto educativo para montar un sistema domótico de bajo costo. Utiliza diferentes tecnologías para mostrar su funcionamiento e interrelación.
Propósitos ...
## Contenidos del repositorio
- `dashboard` Dashboard (WebApp) con tecnologías web (HTML, CSS y JS)
- `dispositivos` Construcción de sensores y actuadores
- `docs` Tutoriales y manuales
- `server` Servidor basado en Raspberry Pi y GNU/Linux## Herramientas necesarias
Para llevar adelante el proyecto se necesitan diversas herramientas de software. Por ejemplo:
- [Angry IP Scanner](https://angryip.org/)
- [Arduino IDE](https://www.arduino.cc/en/software)
- [ConnectBot](https://connectbot.org/)
- [CoolTerm](https://freeware.the-meiers.org/)
- [DBeaver Community](https://dbeaver.io/)
- [FileZilla](https://filezilla-project.org/)
- [GNU Nano](https://www.nano-editor.org/)
- [htop](https://htop.dev/)
- [Midnight Commander](https://midnight-commander.org/)
- [MQTT Explorer](https://mqtt-explorer.com/)
- [PuTTY](https://www.putty.org/)
- [Thonny](https://thonny.org/)
- [Visual Studio Code](https://code.visualstudio.com/) o [VSCodium](https://vscodium.com/)Además se utilizarán diversidad de software, frameworks y dependencias: [Arduino](https://www.arduino.cc/), [Bootstrap 5](https://getbootstrap.com/), [Eclipse Mosquitto](https://mosquitto.org/), [ESPHome](https://esphome.io/), [Git](https://git-scm.com/), [Home Assistant](https://www.home-assistant.io/), [MariaDB Server](https://mariadb.org/), [MicroPython](https://micropython.org/), [Node.js](https://nodejs.org/), [Node-RED](https://nodered.org/), [Raspberry Pi OS](https://www.raspberrypi.com/software/), [p5.js](https://p5js.org/es/), [Python](https://www.python.org/).
## Futuro
A futuro queda el desafío de explorar nuevas tecnologías para mejorar el ecosistema, como: [Firebase](https://firebase.google.com/), [Grafana](https://grafana.com/), [InfluxDB](https://www.influxdata.com/), [MongoDB](https://www.mongodb.com/), [MySensors](https://www.mysensors.org/), [openHAB](https://www.openhab.org/), [Tasmota](https://tasmota.github.io/docs/).
## Licencia
Este trabajo está protegido por la **Licencia MIT**. Puedes acceder a la versión original de la licencia (en inglés) a través del archivo [LICENSE](./LICENSE) o en línea en [The MIT License (MIT)](https://mit-license.org/). También proporcionamos una traducción no oficial desde [Wikipedia](https://es.m.wikipedia.org/wiki/Licencia_MIT#La_licencia):
Copyright (c) 2024 Lucas Martín Treser
Por la presente se concede permiso, libre de cargos, a cualquier persona que obtenga una copia de este software y de los archivos de documentación asociados (el "Software"), a utilizar el Software sin restricción, incluyendo sin limitación los derechos a usar, copiar, modificar, fusionar, publicar, distribuir, sublicenciar, y/o vender copias del Software, y a permitir a las personas a las que se les proporcione el Software a hacer lo mismo, sujeto a las siguientes condiciones:
El aviso de copyright anterior y este aviso de permiso se incluirán en todas las copias o partes sustanciales del Software.
EL SOFTWARE SE PROPORCIONA "COMO ESTÁ", SIN GARANTÍA DE NINGÚN TIPO, EXPRESA O IMPLÍCITA, INCLUYENDO PERO NO LIMITADO A GARANTÍAS DE COMERCIALIZACIÓN, IDONEIDAD PARA UN PROPÓSITO PARTICULAR E INCUMPLIMIENTO. EN NINGÚN CASO LOS AUTORES O PROPIETARIOS DE LOS DERECHOS DE AUTOR SERÁN RESPONSABLES DE NINGUNA RECLAMACIÓN, DAÑOS U OTRAS RESPONSABILIDADES, YA SEA EN UNA ACCIÓN DE CONTRATO, AGRAVIO O CUALQUIER OTRO MOTIVO, DERIVADAS DE, FUERA DE O EN CONEXIÓN CON EL SOFTWARE O SU USO U OTRO TIPO DE ACCIONES EN EL SOFTWARE.