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

Adding Athom V3 Plugs #1867

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions _templates/athom_PG03V3-US16A-TAS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date_added: 2024-04-25
title: Athom 16A US V3
model: PG03V3-US16A-TAS
image: /assets/device_images/athom_PG03V2-US16A-TAS.webp
template9: '{"NAME":"Athom Plug V3","GPIO":[0,0,0,32,0,224,576,0,0,0,0,0,0,0,0,0,0,0,0,0,3104,0],"FLAG":0,"BASE":1}'
mlink:
link: https://www.athom.tech/blank-1/tasmota-esp32-c3-us-plug-v3
link2:
flash: preflashed
category: plug
type: Plug
standard: us
---

HLW8032 occasionally report invalid power measurements for load values below 5W. During this situation it sometimes reports a valid load. By setting SetOption39 to 128 (default) it must read at least 128 invalid power readings before reporting there is no load.

To discard all loads below 6W simply set SetOption39 1 (0 will reset to default on next restart) so it will report no load below 6W.
18 changes: 18 additions & 0 deletions _templates/athom_PG04V3-UK16A-TAS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date_added: 2024-04-25
title: Athom 16A UK V3
model: PG04V3-UK16A-TAS
image: /assets/device_images/athom_PG04V2-UK16A-TAS.webp
template9: {"NAME":"Athom Plug V3","GPIO":[0,0,0,32,0,224,576,0,0,0,0,0,0,0,0,0,0,0,0,0,3104,0],"FLAG":0,"BASE":1}'
mlink:
link: https://www.athom.tech/blank-1/tasmota-esp32-c3-uk-plug-v3
link2:
flash: preflashed
category: plug
type: Plug
standard: uk
---

HLW8032 occasionally report invalid power measurements for load values below 5W. During this situation it sometimes reports a valid load. By setting SetOption39 to 128 (default) it must read at least 128 invalid power readings before reporting there is no load.

To discard all loads below 6W simply set SetOption39 1 (0 will reset to default on next restart) so it will report no load below 6W.
18 changes: 18 additions & 0 deletions _templates/athom_PG05V3-AU10A-TAS
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date_added: 2024-4-25
title: Athom 16A AU V3
model: PG05V3-AU10A-TAS-1
image: /assets/device_images/athom_PG05V2-AU16A-TAS.webp
template9: '{"NAME":"Athom Plug V3","GPIO":[0,0,0,32,0,224,576,0,0,0,0,0,0,0,0,0,0,0,0,0,3104,0],"FLAG":0,"BASE":1}'
mlink:
link: https://www.athom.tech/blank-1/tasmota-esp32-c3-au-plug-v3
link2:
flash: preflashed
category: plug
type: Plug
standard: au
---

HLW8032 occasionally report invalid power measurements for load values below 5W. During this situation it sometimes reports a valid load. By setting SetOption39 to 128 (default) it must read at least 128 invalid power readings before reporting there is no load.

To discard all loads below 6W simply set SetOption39 1 (0 will reset to default on next restart) so it will report no load below 6W.