Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Refoss sensor platform #32613

Merged
merged 23 commits into from
Jun 20, 2024
Merged
Changes from 22 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions source/_integrations/refoss.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
title: Refoss
description: Integrate Refoss devices
ha_category:
- Sensor
- Switch
ha_release: 2024.1
ha_release: 2024.6
edenhaus marked this conversation as resolved.
Show resolved Hide resolved
ha_codeowners:
- '@ashionky'
ha_iot_class: Local Polling
ha_domain: refoss
ha_config_flow: true
ha_platforms:
- sensor
- switch
ha_integration_type: integration
---
Expand All @@ -26,10 +28,14 @@ Integrate Refoss devices into Home Assistant.
- The integration will occupy port: 9989.
{% include integrations/config_flow.md %}

### Supported device model
### Supported device models

- Refoss Smart Wi-Fi Switch, R10

| Model | Version |
| ----------- |--------------------|
| `Refoss Smart Wi-Fi Switch, R10` | `all` |
| `Refoss Smart Wi-Fi Switch, R20` | `all` |
| `Refoss Smart Energy Monitor, EM06` | `v2.3.8 and above` |

### Discover device

- After integrating Refoss, it will start socket broadcast and Home Assistant will automatically discover Refoss devices under the current LAN.
Expand Down