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
Contrary to registers.InverterEquipmentRegister.ActivePower which returns a float registers.MeterEquipmentRegister.ActivePowerreturns an int. Every numeric register value should be returned as a float value to avoid issues e.g. persisting these values as field "active_power" in an InfluxDB instance.
The text was updated successfully, but these errors were encountered:
Contrary to
registers.InverterEquipmentRegister.ActivePower
which returns a floatregisters.MeterEquipmentRegister.ActivePower
returns an int. Every numeric register value should be returned as a float value to avoid issues e.g. persisting these values as field "active_power" in an InfluxDB instance.The text was updated successfully, but these errors were encountered: