mletenay / home-assistant-goodwe-inverter

Experimental version of Home Assistant integration for Goodwe solar inverters
https://discord.gg/TaXyWXT
MIT License
146 stars 38 forks source link

get_parameter issue #265

Open Unlik opened 6 months ago

Unlik commented 6 months ago

Hello. I am not fully sure whether the issue is in this bundle or in HA Core somewhere, but for get_parameter I am getting the issue: "HomeAssistantError: expected str for dictionary value @ data['entity_id']" Trying to get grid_export parameter. The set_parameter is working properly, see JSON payload:

{ "device_id": "xxx", "parameter": "grid_export", "entity_id": "input_boolean.goodwe_powerlimit" }

May I ask you to check it? v.0.9.9.16