8000 GitHub - Refoss/refoss_rpc: Refoss R11, R21, P11s support HomeAssistant
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Refoss/refoss_rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacs_badge

refoss_rpc

  • Home Assistant version: 2025.2.5 or above.
  • Integrate Refoss devices that support RPC protocol into Home Assistant.

Installation & configuration

You can install this component in two ways: via HACS or manually. HACS is a nice community-maintained components manager, which allows you to install git-hub hosted components in a few clicks. If you have already HACS installed on your HomeAssistant, it's better to go with that. On the other hand, if you don't have HACS installed or if you don't plan to install it, then you ca 7A15 n use manual installation.

Option A: Installing via HACS

If you have HACS, well, it's piece of cake! Just search for "Refoss" (Full name is Refoss RPC) in the default repository of HACS and it'll show up. Click on Install. When the installation completes, you must restart homeassistant in order to make it work. As soon as HomeAssistant is restarted, you can proceed with component setup.

Option B: Classic installation (custom_component)

  1. Download the latest zip release archive from here

  2. Unzip/copy the refoss_rpc directory within the custom_components directory of your homeassistant installation. The custom_components directory resides within your homeassistant configuration directory. Usually, the configuration directory is within your home (~/.homeassistant/). In other words, the configuration directory of homeassistant is where the config.yaml file is located. After a correct installation, your configuration directory should look like the following.

    └── ...
    └── configuration.yaml
    └── secrects.yaml
    └── custom_components
        └── refoss_rpc
            └── __init__.py
            └── entity.py
            └── switch.py
            └── ...
    

    Note: if the custom_components directory does not exist, you need to create it.

After copy-pasting the refoss_rpc directory into the custom_components folder, you need to restart HomeAssistant. As soon as HomeAssistant is restarted, you can proceed with component setup.

Configuration

  • In the HA UI go to "Configuration" -> "Integrations", click "+", search for "Refoss RPC", and select the "Refoss RPC" integration from the list. Or click here: Start Config Flow

Supported device models

Model Version
Refoss Smart Wi-Fi Switch, R11 all
Refoss Smart Wi-Fi Plug, P11S all

About

Refoss R11, R21, P11s support HomeAssistant

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0