rrooggiieerr / homeassistant-homeduino

Home Assistant integration for the Homeduino 433 MHz RF transceivers over the serial interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant integration for Homeduino RF 433 MHz transceivers

Python GitHub Release Licence Maintainer Home Assistant HACS
Github Sponsors PayPal BuyMeCoffee Patreon

Introduction

Home Assistant integration for using various 433 MHz devices and sensors with a connected Arduino with homeduino sketch.

This plugins supports all 433 MHz devices with rfcontrolpy protocol implementations.

Features

Hardware

ToDo

Installation

HACS

The recommended way to install this Home Assistant integration is using by HACS. Click the following button to open the integration directly on the HACS integration page.

Install Homeduino from HACS.

Or follow these instructions:

  • Go to your HACS view in Home Assistant and then to Integrations
  • Open the Custom repositories menu
  • Add this repository URL to the Custom repositories and select Integration as the Category
  • Click Add
  • Close the Custom repositories menu
  • Select + Explore & download repositories and search for Homeduino
  • Select Download
  • Restart Home Assistant

Manually

  • Copy the custom_components/homeduino directory of this repository into the config/custom_components/ directory of your Home Assistant installation
  • Restart Home Assistant

Adding a new Homeduino

  • After restarting go to Settings then Devices & Services
  • Select + Add integration and type in Homeduino
  • Select the Serial port or enter the path manually
  • Select Submit

When your wiring is right a new Homeduino integration and device will now be added to your Integrations view. If your wiring is not right you will get a Failed to connect error message.

Adding a new RF Actor

  • After adding your Homeduino go to Settings then Devices & Services
  • Select + Add integration and type in Homeduino
  • Select the Protocol and give the Device ID and Device unit for your device
  • Select Submit

Contributing

If you would like to use this Home Assistant integration in youw own language you can provide me with a translation file as found in the custom_components/homeduino/translations directory. Create a pull request (preferred) or issue with the file attached.

More on translating custom integrations can be found here.

Support my work

Do you enjoy using this Home Assistant integration? Then consider supporting my work using one of the following platforms, your donation is greatly appreciated and keeps me motivated:

Github Sponsors PayPal BuyMeCoffee Patreon

Hire me

If you would like to have a Home Assistant integration developed for your product or are in need for a freelance Python developer for your project please contact me, you can find my email address on my GitHub profile.


About

Home Assistant integration for the Homeduino 433 MHz RF transceivers over the serial interface

License:Apache License 2.0


Languages

Language:Python 100.0%