Akshay Venkatesh

Results 18 comments of Akshay Venkatesh

This seems to happen when the enum type is included word for word in the comment. eg. ``` typedef NS_ENUM(NSInteger, SomeType) { /** * SomeType - Description of type A...

Here you go: ![IMG_0075](https://user-images.githubusercontent.com/941238/153528753-32ed431e-c46d-497d-8e99-7c0875ac9ff6.PNG) ![IMG_0076](https://user-images.githubusercontent.com/941238/153528760-9d0a36c9-8a93-49c6-8dea-a26bd21e9daa.PNG) ![IMG_0077](https://user-images.githubusercontent.com/941238/153528765-d0cfac32-3d28-4040-bb93-3a4648087229.PNG)

I see that it has been removed in this commit [in the latest version of the package](https://github.com/marcelblijleven/goodwe/commit/d52ec474fb27cb03640bec9880452a005ab15833#diff-a2e008d17666b1b97260064666ddc877c52ceb4bdfd3f11d7a24989c129077ceL111). I was scratching my head as to why it wasn't working in the...

Quick update on the inverter time Looking at the packet trace from SolarGo, I have been able to receive the inverter time from register 30100(0x7594) ```python Timestamp("time", 30100, "Inverter time"),...

> Perfect, finally someone who can verify the MS/DT family behavior ! I'll adjust the code over the weekend. 👍 Do let me know if you need additional information.

Do you have instructions on how to go about testing that? Now that goodwe integration is part of HA 2022.2?

I get this on HA 2021.12 ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 313, in async_setup result = await component.async_setup_entry(hass, self) # type: ignore File "/usr/src/homeassistant/homeassistant/components/number/__init__.py", line 81,...

Thanks for that. This is the error on 2022.2 with master checkout of the plugin: ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform await asyncio.shield(task) File...

I downloaded the latest master and it looks good now. **Entity** The units, step and max value seem to be OK. **History** I have modified the value of grid export...

I can confirm that was a relic from when the entity was previously configured. Deleting the entity from the HA db and restarting fixed the unit to `%` I think...