MHudo
Published © GPL3+

Matter Radiator Thermostat

Matter is an interesting new technology but is quite complex. This smart radiator thermostat project provides you all what matters.

IntermediateFull instructions provided5 hours487

Things used in this project

Hardware components

nRF7002 Development Kit
Nordic Semiconductor nRF7002 Development Kit
×1
nRF5340 Development Kit
Nordic Semiconductor nRF5340 Development Kit
×1
nRF52840 Development Kit
Nordic Semiconductor nRF52840 Development Kit
×1
nRF52840 Dongle
Nordic Semiconductor nRF52840 Dongle
×1
Raspberry Pi 4 Model B
Raspberry Pi 4 Model B
×1
Temperature Sensor
Temperature Sensor
×1
Radiator thermostat electronic and mechanical parts
×1
Flash Memory Card, SD Card
Flash Memory Card, SD Card
×1

Software apps and online services

nRF Connect SDK
Nordic Semiconductor nRF Connect SDK
Raspbian
Raspberry Pi Raspbian
Home Assistant
Home Assistant
Docker
Microsoft Visual Studio Code
PuTTY

Story

Read more

Schematics

Motor connections

Schematic of motor driver signals connections. Indicated pins are Arduino compatible.

Temperature sensor

Temperature sensor connections. Indicated are pins compatible with Arduino.

Code

docker-compose.yaml

YAML
https://github.com/MHudomalj/Matter_Radiator_Thermostat
version: "3"
services:
  # home assistant
  homeassistant:
    image: homeassistant/home-assistant:stable
    container_name: homeassistant
    ports:
      - "8123:8123"
    volumes:
      - ./homeassistant/config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped

  # matter
  matter:
    image: ghcr.io/home-assistant-libs/python-matter-server:stable
    container_name: matter
    volumes:
      - /matter/data:/data/
      - /run/dbus:/run/dbus:ro
    network_mode: host
    security_opt:
      - apparmor:unconfined
    restart: unless-stopped

Matter Radiator Thermostat

Firmware repository for the Matter radiator thermostat

Credits

MHudo

MHudo

2 projects • 0 followers

Comments