Skip to content

Commit

Permalink
Merge pull request letscontrolit#5169 from dsiggi/mega
Browse files Browse the repository at this point in the history
[P076] Added the ability to read reactive power, apparent power and energy
  • Loading branch information
TD-er authored Jan 14, 2025
2 parents c1d111c + 7c1fb2f commit ae15760
Show file tree
Hide file tree
Showing 8 changed files with 1,039 additions and 645 deletions.
3 changes: 1 addition & 2 deletions lib/HLW8012_1.1.1/.library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "HLW8012",
"license": "GPL-3.0",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
],
Expand Down Expand Up @@ -36,5 +35,5 @@
"voltage"
],
"id": 1281,
"description": "HLW8012 library for Arduino and ESP8266"
"description": "HLW8012 library for Arduino and ESP8266/ESP32, modified for ESPEasy"
}
4 changes: 2 additions & 2 deletions lib/HLW8012_1.1.1/library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "HLW8012",
"keywords": "hlw8012,power,current,voltage",
"description": "HLW8012 library for Arduino and ESP8266",
"description": "HLW8012 library for Arduino and ESP8266 and ESP32, modified for ESPEasy",
"repository": {
"type": "git",
"url": "https://github.com/xoseperez/hlw8012.git"
Expand All @@ -10,7 +10,7 @@
"license": "LGPL-3.0",
"exclude": "tests",
"frameworks": "arduino",
"platforms": ["atmelavr", "espressif8266", "espressif32"],
"platforms": ["espressif8266", "espressif32"],
"dependencies": [
],
"authors": {
Expand Down
6 changes: 3 additions & 3 deletions lib/HLW8012_1.1.1/library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name=HLW8012
version=1.1.1
author=Xose Pérez <[email protected]>
maintainer=Xose Pérez <[email protected]>
sentence=HLW8012 for Arduino / ESP8216
paragraph=HLW8012 power/current/voltage monitor IC library for Arduino and ESP8266. Use 2.x.x for ESP and 1.3 for AVR.
sentence=HLW8012 for Arduino / ESP8266 and ESP32
paragraph=HLW8012 power/current/voltage monitor IC library for Arduino and ESP8266 and ESP32, modified for ESPEasy.
category=Sensors
url=https://github.com/xoseperez/hlw8012.git
architectures=avr,esp8266,esp32
architectures=esp8266,esp32
includes=hlw8012.h
Loading

0 comments on commit ae15760

Please sign in to comment.