-
Notifications
You must be signed in to change notification settings - Fork 4k
Added support for Aqara Outlet H2 UK - WP-P09D #11123
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
base: master
Are you sure you want to change the base?
Conversation
and powerOutageCount expose disabling Updated lumiElectricityMeter to allow for voltage, current and energy expose disabling Updated lumiOverloadProtection to fix config error due to access: "ALL" Added lumiChildLock Added lumiActivePower for power measuring at different endpoints to switch states
and powerOutageCount expose disabling Updated lumiElectricityMeter to allow for voltage, current and energy expose disabling Updated lumiOverloadProtection to fix config error due to access: "ALL" Added lumiChildLock Added lumiActivePower for power measuring at different endpoints to switch states
|
Resolves issue Koenkk/zigbee2mqtt#30285 |
and lumiElectricityMeter
| const {name, description, endpoint} = args; | ||
|
|
||
| const fromZigbee = [ | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use fz.electrical_measurement here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@absent42 not sure if you read this, but I meant: const fromZigbee = [fz.electrical_measurement];
Refactor lumiActivePower to use fz.electrical_measurement
Fix for lumiActivePower, previous version with fz.electrical_measurement failed to report properly
Updated lumiOnOff to allow for deviceTemperature and powerOutageCount expose disabling
Updated lumiElectricityMeter to allow for voltage, current and energy expose disabling
Updated lumiOverloadProtection to fix config error due to access: "ALL"
Added lumiChildLock
Added lumiActivePower for power measuring at different endpoints to switch states
Link to picture pull request: Koenkk/zigbee2mqtt.io#4620