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

Woox R6087 Plug 16/20A #524

Merged
merged 4 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion src/config/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
- label: 'US Devices'
link: '/standards/us'
- label: Boards
items:
items:
- label: 'BK72xx'
link: '/board/bk72xx'
- label: 'ESP32'
link: '/board/esp32'
- label: 'ESP8266'
Expand Down
2 changes: 1 addition & 1 deletion src/docs/adding-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ standard: uk, us
| `date-published` | Date Published | Formatting: `YYYY-MM-DD HH:MM:SS +/-TTTT` (Time and Timezone offset are optional) | Yes |
| `type` | Type of Device | `plug`, `light`, `switch`, `dimmer` , `relay`, `sensor`, `misc` | Yes |
| `standard` | Electrical standard country | `uk`, `us`, `eu`, `au`, `in`, `global` | Yes |
| `board` | Type of board used in product | `esp8266`, `esp32`, `rp2040` | No (but required to show on Boards page) |
| `board` | Type of board used in product | `esp8266`, `esp32`, `rp2040`, `bk72xx` | No (but required to show on Boards page) |
| `project-url` | URL for product or GitHub. This should point directly to a working Yaml file or page where the yaml file is easily accessible (ie. a Github Repo) Repo | | No |
| `made-for-esphome` | Has the manufacturer certified the device for ESPHome | `True`, `False` | No |
| `difficulty` | Difficulty rating | `1`: Comes with ESPhome, `2`: Plug-n-flash, `3`: Disassembly required, `4`: Soldering required, `5`: Chip needs replacement | No |
Expand Down
8 changes: 8 additions & 0 deletions src/docs/board/bk72xx.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
slug: bk72xx
title: "Boards: bk72xx"
---

import FilterDevices from "../../components/FilterDevices/filterdevices";

<FilterDevices filterBoard="bk72xx" />
34 changes: 34 additions & 0 deletions src/docs/devices/Woox-R6087/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Woox R6087 Plug 16/20A
date-published: 2023-09-27
type: plug
standard: eu
board: bk72xx
difficulty: 4
---

## Notes

![Woox R6087](woox-r6087-large.jpg "Woox R6087")

## GPIO Pinout

| Pin | Function |
| ---- | ----------------- |
| P6 | Button |
| P24 | Relay |
| P8 | LED, inverted |
| P7 | Status LED |

## Board Configuration

```yaml

bk72xx:
board: wb2s
framework:
version: latest
options:
LT_UART_DEFAULT_PORT: 1

```
Binary file added src/docs/devices/Woox-R6087/woox-r6087-large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.