-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Hi,
I initially posted the issue on @muppet3000 repo but it seems the issue lies somewhere else (muppet3000/homeassistant-grott#115 (comment)).
After several month with no problem, I encountered some problem where the sensor suddenly became unavailable.
I tried to fix, but finally ended up uninstalling/reinstalling egguy add-on (edge/3.0) and the Grott integration.
I did that a few times but eventually it worked (yesterday morning).
However it seems the data are not being forwarded to growatt server (while I used the same growatt server IP as previously, and checked the IP this morning, it is still the same).
Below my configuration:
And below the last lines of my log. Notice the error, I'm not sure wether it's related or not, and have no idea how to fix that:
2025-08-18 16:04:07,140 - grottdata - INFO: Data processing started
2025-08-18 16:04:07,141 - grottdata - INFO: Record layout used : T06NNNNXMIN
- Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:04:18,140 - grottdata - INFO: Data processing started
2025-08-18 16:04:18,142 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:04:29,140 - grottdata - INFO: Data processing started
2025-08-18 16:04:29,144 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:04:40,140 - grottdata - INFO: Data processing started
2025-08-18 16:04:40,142 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:04:40,640 - grottdata - INFO: Data processing started
2025-08-18 16:04:40,642 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:04:51,640 - grottdata - INFO: Data processing started
2025-08-18 16:04:51,641 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:05:02,641 - grottdata - INFO: Data processing started
2025-08-18 16:05:02,646 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:05:03,142 - grottdata - INFO: Data processing started
2025-08-18 16:05:03,146 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:05:14,140 - grottdata - INFO: Data processing started
2025-08-18 16:05:14,142 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
2025-08-18 16:05:25,141 - grottdata - INFO: Data processing started
2025-08-18 16:05:25,142 - grottdata - INFO: Record layout used : T06NNNNXMIN - Grott MQTT topic used : energy/growatt
- Grott extension processing error: AttributeError("module 'grottext' has no attribute 'grottext'")
I've also tested edge/2.8, I don't get that "grottext" error, however the growatt server doesn't seem to receive any data either.
Any advice would be appreciated, thanks a lot !!