Skip to content

Misiu/maker_focus_relay_board

Repository files navigation

MakerFocus 4 Channel Relay Board Module Integration for Home Assistant

GitHub Release GitHub Activity License

Project Maintenance BuyMeCoffee

Component to integrate with MakerFocus 4 Channel Relay Board Module.

This component will set up the following platforms:

Platform Description
switch Switch something True or False.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called maker_focus_relay_board.
  4. Download all the files from the custom_components/maker_focus_relay_board/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. Add sample config to configuration.yaml:
switch:
  - platform: maker_focus_relay_board
    i2c_address: 0x10
    pins:
      1: First
      2: Second
      3: Third
      4: Fourth

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


About

MakerFocus 4 Channel Relay Board Integration for Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages