Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

channel type "de.gira.schema.channels.RA.RemoteAccess" is missing #54

Open
1 of 2 tasks
klein0r opened this issue Apr 28, 2023 · 3 comments
Open
1 of 2 tasks

channel type "de.gira.schema.channels.RA.RemoteAccess" is missing #54

klein0r opened this issue Apr 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@klein0r
Copy link
Owner

klein0r commented Apr 28, 2023

The problem

Channel type is missing in the official gira documentation and is now missing in the adapter: https://partner.gira.de/data3/Gira_IoT_REST_API_v2_DE.pdf

gira-iot.0
2023-04-27 07:04:13.011	warn	Data point "Error-Info" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.011	warn	Data point "Connection-Info" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.010	warn	Data point "Error" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.009	warn	Data point "Installer-Access-State" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.009	warn	Data point "User-Access-State" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.008	warn	Data point "Access-State" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.008	warn	Data point "Connection-State" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.007	warn	Data point "Installer-Access" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.007	warn	Data point "User-Access" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:04:13.006	warn	Data point "Enabled" of channel type "de.gira.schema.channels.RA.RemoteAccess" is missing in ioBroker description
 
gira-iot.0
2023-04-27 07:03:01.199	error	unable to get current value for "functions.a0j1.Float" / UID "a0ii" - failed with AxiosError: Request failed with status code 500

Version of nodejs

all

Version of ioBroker js-controller

all

Version of Adapter

all

Operating system running ioBroker

all

Checklist of files to include below

  • iobroker.current.log (Please share the logs in debug mode)
  • Contents of the JavaScript browser console (always include in cases of issues with the user interface)

Additional information & file uploads

No response

@klein0r klein0r added the bug Something isn't working label Apr 28, 2023
@klein0r
Copy link
Owner Author

klein0r commented Apr 30, 2023

{
            "channelType": "de.gira.schema.channels.RA.RemoteAccess",
            "dataPoints": [
                {
                    "name": "Enabled",
                    "uid": "a018"
                },
                {
                    "name": "User-Access",
                    "uid": "a019"
                },
                {
                    "name": "Installer-Access",
                    "uid": "a01a"
                },
                {
                    "name": "Connection-State",
                    "uid": "a01b"
                },
                {
                    "name": "Access-State",
                    "uid": "a01c"
                },
                {
                    "name": "User-Access-State",
                    "uid": "a01d"
                },
                {
                    "name": "Installer-Access-State",
                    "uid": "a01e"
                },
                {
                    "name": "Error",
                    "uid": "a01f"
                },
                {
                    "name": "Connection-Info",
                    "uid": "a01g"
                },
                {
                    "name": "Error-Info",
                    "uid": "a01h"
                }
            ],
            "displayName": "Fernzugriff",
            "functionType": "de.gira.schema.functions.RA.RemoteAccess",
            "uid": "a017"
        }

@klein0r
Copy link
Owner Author

klein0r commented May 15, 2023

My registration in the Gira developer forums is still pending... https://entwicklerforum.gira.de

@klein0r
Copy link
Owner Author

klein0r commented Sep 14, 2023

Opened a new case in the Gira forum @01.06.2023 ... still no response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant