Alexander

Results 151 comments of Alexander

Ok, your slides are still using api_version=1. Download v1.4 of this slide and try again.

Change api_version: 2 to api_version: 1 and try again. Btw the password is not that interesting anymore without the cloud.

Good it works now with ap_version=1, but the password error is strange... I will try to reproduce it.

I will update the README, because the custom component Slide does not pop up under "Devices". You can find it in "Developer tools" -> "States".

It is added to the README now.

What does the logging say?

Can you configure your logging as follows, but keep all of them on "api_version: 2": logs: goslideapi: debug homeassistant.components.slide: debug custom_components.slide: debug And then supply the logging? We need to...

To test if it works, you can do as follows (replace the IP with yours): curl -X GET http://192.168.1.1/rpc/Slide.GetInfo Output should look like: {"slide_id": "slide_840D8EA0C8F9", "mac": "840D8Ea0C8F9", "board_rev": 1, "device_name":...

Correct, it does not show up in the integration list ... but you see the cover entities in the list.

The Slide needs to be configured via yaml, so it does not show up in the integration list (only the ones you can configure via GUI). If you change the...