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
short term thinking :
change the default ac_frequency precision to 2 as it makes more sense (grid opreators are supposed to keep the frequency very tightly around the standard value).
propper fixing : move to -1 for no precision rather than 0? as this most likely impacts others valuesbwith default prexision of 0 ...
does a -1 precision makes sense (rounding to 10s ?)
The text was updated successfully, but these errors were encountered:
ghoz
changed the title
missing ac_frequency_precision
missing precision option for values with default precision 0
Feb 16, 2025
Following up on #8792
It looks like we are skipping precision if the default precision is 0 which is the case for
ac_frequency
zigbee-herdsman-converters/src/index.ts
Lines 358 to 360 in c4499e6
short term thinking :
change the default
ac_frequency precision
to 2 as it makes more sense (grid opreators are supposed to keep the frequency very tightly around the standard value).propper fixing : move to -1 for no precision rather than 0? as this most likely impacts others valuesbwith default prexision of 0 ...
does a -1 precision makes sense (rounding to 10s ?)
The text was updated successfully, but these errors were encountered: