Giter Club home page Giter Club logo

temp_control's Introduction

Project is deprecated new version on https://github.com/leech001/TempControl-ESP8266

Комнатный термостат или терморегулятор на 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

8189fs
w1-sunxi
w1-gpio
w1-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-gpio
param_w1_pin=PA20             # desired pin
param_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/

temp_control's People

Contributors

leech001 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.