Rappelkiste98

Results 8 comments of Rappelkiste98

As far as i know this problem relais to the ConBee Coordinators and the Firmware for this. Other Coordinators doesn't have this problem. It also can be a problem with...

After loading a Backup to Version: 2024.3.3 the Integration works again. So I think it's a problem with a dependencie from HomeAssistant

@nagycsongor can you also add the timeout to the new merged Noah Requests? I am at the holidays at the moment. @indykoning I would say a default Timeout like 30...

@developer Growatt has implemented a new HTTP-POST Route for this ("https://openapi.growatt.com/device/getNoahList") The Response has this JSON-Format: ``` { "currPage": 1, "pages": 1, "pageSize": 10, "count": 1, "ind": 1, "datas": [...

@thirsche3 The Request is from the Growatt OpenAPI Web-GUI. But I have found a better solution via the "ShinePhone"-Android App. I have created a Pull-Request for the ["PyPi_GrowattServer"](https://github.com/indykoning/PyPi_GrowattServer) Project to...

@thirsche3 To use the HTTP-POST Request from above you need the following curl Requests: 1. Login to Growatt OpenAPI Web-GUI: `curl --location 'https://openapi.growatt.com/login' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'account=[username]'...

@I-B-A-M The Growatt python library this Integration depends on has upgraded but the Version Number in HomeAssistant isn't upgraded. I create a Pull Request for the Update ;-)

@Catsik40 You can boot HA-OS via the provided qcow Virt-Hard-Drive from the Home-Assistant Team. 1. Create the VM without a Hard-Drive and CD-ROM 2. Move to the VM Storage configuration...