Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Orange PI temp control (ds18b20, GPIO, Telegram, telepot)

NotificationsYou must be signed in to change notification settings

leech001/Temp_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Комнатный термостат или терморегулятор на Orange PI

Проект комнатного термостата или терморегулятора (контроль температуры) с управлением насосами на Oprange PI с использованием управления через Telegram.

Цели

  1. Автоматизация работы газового котла взагородном доме;
  2. Удаленный котроль за состоянием отопления;
  3. Удаленное управление режимом отопления.
  4. Управление насосами отопления.

Room thermostat or the thermostat on the Orange PI

Project room thermostat or the thermostat (temperature control) with pump control at Oprange with the use of PI control via Telegram.

Goals

  1. Automation of gas boiler zagorodnom house;
  2. Remote monitor the state of heating;
  3. Remote control of heating.
  4. Pump control heating.

Решения (Solution)

  1. Аппаратные (Hardware)
    1. Orange PI (https://ru.aliexpress.com/item/Orange-Pi-PC-Plus-SET2-Orange-Pi-PC-Plus-Transparent-ABS-Case-Supported-Android-Ubuntu-Debian/32668333407.html)
    2. DALLAS DS18B20 (https://ru.aliexpress.com/item/5pcs-DALLAS-DS18B20-18B20-18S20-TO-92-IC-CHIP-Thermometer-Temperature-Sensor/32236763433.html)
    3. Four Channel Relay Module interface Board Shield 5V (https://ru.aliexpress.com/item/1pcs-lot-4-channel-relay-module-4-channel-relay-control-board-with-optocoupler-Relay-Output-4/32340914033.html?spm=a2g0s.9042311.0.0.8Ihmg6)
  2. Программные решения (Software)
    1. Python 3.5
    2. Telepot
    3. gpio_pyH3

Активация 1-Wire интерфейса в Orange PI (Linux kernel 3.4)

root@orangepipcplus:/etc# cat modules

8189fsw1-sunxiw1-gpiow1-therm#gc2035#vfe_v4l2#sunxi-cir

Шина 1-Wire в Orange PI работает только на 37 порту! (GPIO.26 or PA.20)

GPIO

GPIO

GPIO

Активация 1-Wire интерфейса в Orange PI (Linux kernel 4.14)

/boot/armbianEnv.txt and add the lines:

overlays=w1-gpioparam_w1_pin=PA20             # desired pinparam_w1_pin_int_pullup=1     # internal pullup-resistor: 1=on, 0=off

Установка Python library on controlling GPIO pins, I2C and SPI buses

https://github.com/duxingkei33/orangepi_PC_gpio_pyH3

Установка Python framework for Telegram Bot API

https://github.com/nickoala/telepot

Аналогичные проекты

http://home-smart-home.ru/telegram-bot-raspberry-pi-signalizaciiya-control/

About

Orange PI temp control (ds18b20, GPIO, Telegram, telepot)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp