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
The SP600 has been using a custom power converter (SP600_power) due to the fact that when applied the multiplier and divisor in generic_power converter, it would make it report 1/10 of the real power.
However, since #849 the SP600_power now reports 10x more power than it should, but using the generic_power seems to work fine, so we need to revert back to the default converter.
The text was updated successfully, but these errors were encountered:
pedrolamas
added a commit
to pedrolamas/zigbee-herdsman-converters
that referenced
this issue
Jan 11, 2020
The SP600 has been using a custom power converter (
SP600_power
) due to the fact that when applied the multiplier and divisor ingeneric_power
converter, it would make it report 1/10 of the real power.This was reported here and on #726 and fixed with 6e79ed4.
However, since #849 the
SP600_power
now reports 10x more power than it should, but using thegeneric_power
seems to work fine, so we need to revert back to the default converter.The text was updated successfully, but these errors were encountered: