Issue #336, and some assumptions on scales based on other similar devices.
@@ -153,3 +153,4 @@ Further device support has been made with the assistance of users. Please consi
- [escoand](https://github.com/escoand) for contributing support for Tellur USB power strip.
- [BrettEBowman](https://github.com/BrettEBowman) for assistance supporting Treatlife DS02-F fans.
- [sohail579](https://github.com/sohail579) for assistance supporting Inventor Eva Ion Pro dehumidifiers.
+- [MoosJ80](https://github.com/MoosJ80) for assistance supporting PJ-1103 clamp power meters.
@@ -149,6 +149,7 @@
- Compteur digital electric (single phase)
- PC321-TY 3 phase power clamp meter
+- PJ-1103 power clamp meter
- SmartMCB SMT006 energy meter
### Battery Charger
@@ -0,0 +1,59 @@
+name: PJ-1103 clamp power meter
+primary_entity:
+ entity: sensor
+ name: Power
+ class: power
+ dps:
+ - id: 19
+ name: sensor
+ type: integer
+ unit: W
+ class: measurement
+ - id: 52
+ name: maximum
+ - id: 21
+ type: bitfield
+ name: test
+secondary_entities:
+ - entity: sensor
+ name: Current
+ class: current
+ category: diagnostic
+ - id: 18
+ unit: mA
+ name: Voltage
+ class: voltage
+ - id: 20
+ unit: V
+ mapping:
+ - scale: 10
+ - id: 22
+ name: calibration
+ - entity: number
+ name: Maximum Standby Power
+ category: config
+ - id: 51
+ name: value
+ range:
+ min: 0
+ max: 100
+