kounch / homebridge-mitsubishi-vac-ir

Arduino Mitsubishi VAC IR Plugin for HomeBridge
5 stars 0 forks source link

How to use with raspberry ? #2

Closed luisfosoares closed 2 years ago

luisfosoares commented 4 years ago

Hello,

How can i use this with raspberry?

What is the exactly sensor needed? Any procedure already written about this?

Thanks for the help, noob guy here

kounch commented 4 years ago

Besides the system with homebridge installed, you need an Arduino board, with a temperature sensor (LM35) or a temperature and humidity sensor (DHT22) and a 940nm IR LED (VS1838B).

You can connect the Arduino board directly via USB to the raspberry pi, or use a WiFi connection with a ESP8266 module.

Software for the arduino board can be downloaded here: https://github.com/kounch/homebridge_mitsubishi_ir_arduino

An example sketch is available here: https://github.com/kounch/Homebridge-Mitsubishi-IR

luisfosoares commented 4 years ago

Ok I ordered the material will try and if it able I close the issue

kounch commented 2 years ago

Closed for inactivity