You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to factory reset my slide, and add it as a new entity. But for some reason it doesn't want to integrate now. Even though nothing really changed. Also, it is working fine with the local API through the official app.
Log details (ERROR)
This error originated from a custom integration.
Logger: custom_components.slide.cover
Source: custom_components/slide/cover.py:132
integration: Slide
First occurred: August 27, 2024 at 20:35:09 (1 occurrences)
Last logged: August 27, 2024 at 20:35:09
Unable to setup Slide 'LOCAL IP'
This error originated from a custom integration.
Logger: goslideapi.goslideapi
Source: custom_components/slide/cover.py:111
integration: Slide
First occurred: August 27, 2024 at 20:35:09 (1 occurrences)
Last logged: August 27, 2024 at 20:35:09
Failed request Local API v2. HTTPCode=401
The code I'm running is the following:
#Slide
cover:
- platform: slide
host: LOCAL IP
password: SLIDE PASSWORD
api_version: 2
Does someone have a pointer for me to solve this issue?
The text was updated successfully, but these errors were encountered:
To use this component in your installation With the Local API, add the following to your `configuration.yaml` file for each Slide:
# Example yaml entrycover:
- platform: slidehost: 192.168.1.1password: 12345678api_version: 2
Configuration variables:
host (Required): The IP address or hostname of your local Slide
password (Required): The device code of your Slide (inside of the Slide or in the box, length is 8 characters). NOTE: With api_version: 2 you can fill in anything here, it is not used by the local API
invert_position (Optional): If the position should be inverted e.g. 0% -> 100% and 100% -> 0% (default = False)
api_version (Optional): The local API version, this is 1 or 2. Firmware version 0.13.8 and 2.0 are using API version 2, all other are using API version 1. (default = 2)
I had to factory reset my slide, and add it as a new entity. But for some reason it doesn't want to integrate now. Even though nothing really changed. Also, it is working fine with the local API through the official app.
Log details (ERROR)
The code I'm running is the following:
Does someone have a pointer for me to solve this issue?
The text was updated successfully, but these errors were encountered: