klein0r / ioBroker.gira-iot

Integrate your Gira X1 or HomeServer into ioBroker
https://haus-automatisierung.com
MIT License
10 stars 3 forks source link

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

Open klein0r opened 1 year ago

klein0r commented 1 year ago

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

Additional information & file uploads

No response

klein0r commented 1 year ago
{
            "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 commented 1 year ago

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

klein0r commented 9 months ago

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