I noticed a similar problem on Github mentioned in the past, but it seemed to be closed and not seeing a resolution.
I just purchased a Meater probe and have been attempting to integrate with HA. I originally was able to get it connected and saw entities. I noticed after a while the entities were not being updated. I removed the integration and reinstalled it, now, no matter how many times I try to delete and re-install, the integration appears to successfully appear, but no entites are shown.
I turned on debugging and got the following after the integrations:
2024-11-30 10:25:20.180 DEBUG (MainThread) [homeassistant.components.meater] Authenticating with the Meater API
2024-11-30 10:25:20.463 DEBUG (MainThread) [homeassistant.components.meater] Finished fetching meater_api data in 0.078 seconds (success: True)
2024-11-30 10:25:50.581 DEBUG (MainThread) [homeassistant.components.meater] Finished fetching meater_api data in 0.116 seconds (success: True)
2024-11-30 10:26:20.575 DEBUG (MainThread) [homeassistant.components.meater] Finished fetching meater_api data in 0.110 seconds (success: True)
so no errors appear to happen, yet no entities show up. any suggestions?