From abd57e1cdfb0d3a94135537c14e9c489cc59a4db Mon Sep 17 00:00:00 2001 From: Dmitry Gammel Date: Wed, 12 Aug 2026 00:51:56 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20home=5Fautomatization=5Fcontrollers=20=D0=B2=20=D1=81?= =?UTF-8?q?=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Новый репозиторий на git.cactoz.su — прошивка ESP32 для зоны «Гроубокс» (DHT22 + 3 реле, MQTT). home_automation_mobile пока не добавляю — репозиторий пустой (0 коммитов). --- frontend/js/projects.js | 16 ++++++++++++++++ frontend/projects.html | 14 ++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/frontend/js/projects.js b/frontend/js/projects.js index 39e5d30..f631625 100644 --- a/frontend/js/projects.js +++ b/frontend/js/projects.js @@ -13,6 +13,14 @@ const DATA = { url: 'https://git.cactoz.su/cacto/home_automatization', linkLabel: 'открыть', }, + { + name: 'home_automatization_controllers', + description: + 'Прошивка ESP32 для зоны «Гроубокс»: датчик DHT22 и три реле-актуатора (свет, полив, вентиляция), общается с платформой по MQTT.', + tags: ['C++', 'ESP32', 'Arduino', 'MQTT', 'DHT22'], + url: 'https://git.cactoz.su/cacto/home_automatization_controllers', + linkLabel: 'открыть', + }, { name: 'cactoz.su', description: @@ -35,6 +43,14 @@ const DATA = { url: 'https://git.cactoz.su/cacto/home_automatization', linkLabel: 'open', }, + { + name: 'home_automatization_controllers', + description: + 'ESP32 firmware for the grow-box zone: a DHT22 sensor and three relay actuators (light, watering, ventilation), talking to the platform over MQTT.', + tags: ['C++', 'ESP32', 'Arduino', 'MQTT', 'DHT22'], + url: 'https://git.cactoz.su/cacto/home_automatization_controllers', + linkLabel: 'open', + }, { name: 'cactoz.su', description: diff --git a/frontend/projects.html b/frontend/projects.html index 2984edd..4619bbc 100644 --- a/frontend/projects.html +++ b/frontend/projects.html @@ -59,6 +59,20 @@
  • MQTT
  • +
  • +
    +
    drwxr-xr-x home_automatization_controllers
    + открыть → +
    +

    Прошивка ESP32 для зоны «Гроубокс»: датчик DHT22 и три реле-актуатора (свет, полив, вентиляция), общается с платформой по MQTT.

    + +
  • drwxr-xr-x cactoz.su