You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want seMetering.power to be set, but electrical_measurement_power is being set instead. electrical_measurement_power is a signed int16 type, so it can only represent up to 32768W. I want to use seMetering.power, which is a signed int24 type, to represent larger values.
Is there a way to do this?
The text was updated successfully, but these errors were encountered:
I have a question regarding exposes.power when using electricityMeter() in modernExtend.
https://github.com/Koenkk/zigbee-herdsman-converters/blob/cba3082d1a9594b4aa74e44d6dccd0ba5d6e1a8b/src/lib/modernExtend.ts#L1888C9-L1905C49
I want seMetering.power to be set, but electrical_measurement_power is being set instead. electrical_measurement_power is a signed int16 type, so it can only represent up to 32768W. I want to use seMetering.power, which is a signed int24 type, to represent larger values.
Is there a way to do this?
The text was updated successfully, but these errors were encountered: