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
2024-01-05 16:18:06.668 INFO (MainThread) [custom_components.meross_cloud.sensor] Refreshing instant metrics for device TV (mss310) power W - Main channel
2024-01-05 16:18:06.671 INFO (MainThread) [custom_components.meross_cloud.sensor] Refreshing instant metrics for device TV (mss310) voltage V - Main channel
2024-01-05 16:18:07.765 INFO (MainThread) [custom_components.meross_cloud.sensor] Refreshing instant metrics for device TV (mss310) energy kWh - Main channel
I see in sensor.py:
One instance it's a debug log _LOGGER.debug(f"Refreshing instant metrics for device {self.name}"), but int 3 other places it's _LOGGER.info(f"Refreshing instant metrics for device {self.name}") at info level logger.
Is the level of verbosity at INFO necessary for the refreshing? Should it be debug instead?
The text was updated successfully, but these errors were encountered:
Hi!
My HA logs are full of entires like:
I see in sensor.py:
One instance it's a debug log
_LOGGER.debug(f"Refreshing instant metrics for device {self.name}")
, but int 3 other places it's_LOGGER.info(f"Refreshing instant metrics for device {self.name}")
at info level logger.Is the level of verbosity at INFO necessary for the refreshing? Should it be debug instead?
The text was updated successfully, but these errors were encountered: