GithubHelp home page GithubHelp logo

iobroker.hoover's Introduction

Logo

ioBroker.hoover

NPM version Downloads Number of Installations (latest) Number of Installations (stable)

NPM

Tests: Test and Release

hoover adapter for ioBroker

Adapter for hoover devices

Loginablauf

Die hon Mail und Passwort eingeben.

Steuern

hoover.0.id.remote auf true/false setzen steuert den jeweiligen Befehl

hoover.0.id.remote.send für Benutzerdefinierte Befehle

Folgende Beispiele können angepasst und in hoover.0.id.remote.send gesendet werden. Die Werte unter Paramter können angepasst werden.

Beispiel für AC:

Ac Start Kühlen

{
  "macAddress": "set by adapter",
  "timestamp": "2024-04-12T10:16:04.886Z",
  "ancillaryParameters": {},
  "applianceOptions": {},
  "applianceType": "AC",
  "attributes": {
    "prStr": "PROGRAMS.AC.IOT_COOL",
    "channel": "mobileApp",
    "origin": "standardProgram"
  },
  "commandName": "startProgram",
  "device": {
    "mobileId": "78A04D05-8F3C-43BE-90A6-5BC3B1A2CA52",
    "mobileOs": "ios",
    "osVersion": "17.4.1",
    "appVersion": "2.7.9",
    "deviceModel": "iPhone10,5"
  },
  "parameters": {
    "onOffStatus": "1",
    "windSpeed": "5",
    "tempSel": "22"
  },
  "transactionId": "78-e3-6d-27-fb-f4_2024-04-12T10:16:04.886Z",
  "programName": "PROGRAMS.AC.IOT_COOL"
}

AC STOP

{
  "ancillaryParameters": {},
  "applianceOptions": {},
  "applianceType": "AC",
  "attributes": {
    "channel": "mobileApp",
    "origin": "standardProgram"
  },
  "commandName": "stopProgram",
  "device": {
    "appVersion": "2.7.9",
    "deviceModel": "iPhone10,5",
    "mobileId": "78A04D05-8F3C-43BE-90A6-5BC3B1A2CA52",
    "mobileOs": "ios",
    "osVersion": "16.7.7"
  },
  "macAddress": "setbyadapter",
  "parameters": {
    "onOffStatus": "0"
  },
  "programName": "PROGRAMS.AC.IOT_COOL",
  "timestamp": "2024-04-12T10:21:44.919Z",
  "transactionId": "2024-04-12T10:21:44.919Z"
}

AC Einstellungen ändern

{
  "macAddress": "set by adapter",
  "timestamp": "2024-04-12T10:52:40.997Z",
  "ancillaryParameters": {},
  "applianceOptions": {},
  "applianceType": "AC",
  "attributes": {
    "prStr": "Kühl",
    "channel": "mobileApp",
    "origin": "standardProgram"
  },
  "commandName": "startProgram",
  "device": {
    "mobileId": "78A04D05-8F3C-43BE-90A6-5BC3B1A2CA52",
    "mobileOs": "ios",
    "osVersion": "16.7.7",
    "appVersion": "2.7.9",
    "deviceModel": "iPhone10,5"
  },
  "parameters": {
    "10degreeHeatingStatus": "0",
    "ch2oCleaningStatus": "0",
    "cleaningTimeStatus": "0",
    "echoStatus": "0",
    "electricHeatingStatus": "0",
    "energySavePeriod": "15",
    "energySavingStatus": "0",
    "filterChangeStatusCloud": "0",
    "freshAirStatus": "0",
    "halfDegreeSettingStatus": "0",
    "healthMode": "0",
    "heatAccumulationStatus": "0",
    "humanSensingStatus": "0",
    "humidificationStatus": "0",
    "humiditySel": "30",
    "intelligenceStatus": "0",
    "lightStatus": "0",
    "lockStatus": "0",
    "machMode": "1",
    "muteStatus": "0",
    "onOffStatus": "1",
    "operationName": "grSetDAC",
    "pm2p5CleaningStatus": "0",
    "pmvStatus": "0",
    "rapidMode": "0",
    "screenDisplayStatus": "1",
    "selfCleaning56Status": "0",
    "selfCleaningStatus": "0",
    "silentSleepStatus": "0",
    "specialMode": "0",
    "tempSel": "22",
    "tempUnit": "0",
    "voiceSignStatus": "0",
    "voiceStatus": "0",
    "windDirectionHorizontal": "0",
    "windDirectionVertical": "2",
    "windSensingStatus": "0",
    "windSpeed": "3"
  },
  "transactionId": "2024-04-12T10:52:40.997Z",
  "programName": "PROGRAMS.AC.IOT_COOL"
}

AC Heizen

{
  "macAddress": "set by adapter",
  "timestamp": "2023-10-29T19:01:37.014Z",
  "ancillaryParameters": {
    "ecoMode": {
      "category": "general",
      "typology": "range",
      "mandatory": 1,
      "defaultValue": "0",
      "minimumValue": "0",
      "maximumValue": "1",
      "incrementValue": "1"
    },
    "programFamily": {
      "category": "cluster",
      "typology": "enum",
      "mandatory": 1,
      "enumValues": ["standard"],
      "defaultValue": "[standard]"
    },
    "programRules": {
      "category": "rule",
      "typology": "fixed",
      "mandatory": 0,
      "fixedValue": {
        "tempSel": {
          "ecoMode": {
            "1": {
              "machMode": {
                "1": {
                  "typology": "fixed",
                  "fixedValue": "26"
                },
                "4": {
                  "typology": "fixed",
                  "fixedValue": "20"
                }
              }
            }
          }
        },
        "windSpeed": {
          "ecoMode": {
            "1": {
              "machMode": {
                "1|4": {
                  "typology": "enum",
                  "defaultValue": "1",
                  "enumValues": "1|2|3|5"
                }
              }
            }
          }
        },
        "windDirectionVertical": {
          "ecoMode": {
            "1": {
              "machMode": {
                "1|4": {
                  "typology": "fixed",
                  "fixedValue": "3"
                }
              }
            }
          }
        }
      }
    },
    "remoteActionable": {
      "category": "general",
      "typology": "fixed",
      "mandatory": 0,
      "fixedValue": "1"
    },
    "remoteVisible": {
      "category": "general",
      "typology": "fixed",
      "mandatory": 0,
      "fixedValue": "1"
    }
  },
  "applianceOptions": {},
  "applianceType": "AC",
  "attributes": {
    "prStr": "Heizen",
    "channel": "mobileApp",
    "origin": "standardProgram"
  },
  "commandName": "startProgram",
  "device": {
    "mobileId": "36bcee2ebe0dbdas",
    "mobileOs": "android",
    "osVersion": "28",
    "appVersion": "2.3.12",
    "deviceModel": "S23"
  },
  "parameters": {
    "onOffStatus": "1",
    "windSpeed": "5",
    "tempSel": "22"
  },
  "transactionId": "2023-10-29T19:01:37.014Z",
  "programName": "PROGRAMS.AC.IOT_HEAT"
}

Diskussion und Fragen

https://forum.iobroker.net/topic/55667/test-adapter-hoover-hon

Changelog

0.0.7

  • (TA2k) add wizard app login

0.0.6

  • (TA2k) fix login

0.0.2

  • (TA2k) initial release

License

MIT License

Copyright (c) 2022 TA2k [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


iobroker.hoover's People

Contributors

ta2k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

iobroker.hoover's Issues

Login failed

Describe the bug
Today, after restarting the ioBroker - Server, the Hoover Instance no longer started.

To Reproduce
Steps to reproduce the behavior:

  1. restart Instance

Screenshots & Logfiles
grafik

hoover.0 | 2023-02-02 21:06:58.444 | error | {"message":"[AuraClientInputException  from server] Unexpected request input. Expected input format: \"Data in  a request must be a valid JSON Object.\"."}
hoover.0 | 2023-02-02 21:06:58.444 | error | AxiosError: Request failed with status code 400
hoover.0 | 2023-02-02 21:06:58.443 | error | Login step #3 failed
hoover.0 | 2023-02-02 21:06:58.374 | error | TypeError: Cannot read properties of undefined (reading 'split')
hoover.0 | 2023-02-02 21:06:58.374 | error | Login step #2 failed
hoover.0 | 2023-02-02 21:06:57.958 | info | starting login
hoover.0 | 2023-02-02 21:06:57.939 | info | starting.  Version 0.0.5 (non-npm: TA2k/ioBroker.hoover) in  /opt/iobroker/node_modules/iobroker.hoover, node: v18.13.0,  js-controller: 4.0.24
hoover.0 | 2023-02-02 20:54:22.436 | info | Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
hoover.0 | 2023-02-02 20:54:22.435 | info | terminating
hoover.0 | 2023-02-02 20:54:22.433 | info | Got terminate signal TERMINATE_YOURSELF
hoover.0 | 2023-02-02 20:54:03.101 | error | {"message":"[AuraClientInputException  from server] Unexpected request input. Expected input format: \"Data in  a request must be a valid JSON Object.\"."}
hoover.0 | 2023-02-02 20:54:03.101 | error | AxiosError: Request failed with status code 400
hoover.0 | 2023-02-02 20:54:03.100 | error | Login step #3 failed
hoover.0 | 2023-02-02 20:54:03.019 | error | TypeError: Cannot read properties of undefined (reading 'split')
hoover.0 | 2023-02-02 20:54:03.019 | error | Login step #2 failed
hoover.0 | 2023-02-02 20:54:02.602 | info | starting login
hoover.0 | 2023-02-02 20:54:02.583 | info | starting.  Version 0.0.5 (non-npm: TA2k/ioBroker.hoover) in  /opt/iobroker/node_modules/iobroker.hoover, node: v18.13.0,  js-controller: 4.0.24

Versions:

  • Adapter version: 0.0.5
  • JS-Controller version: 4.0.24
  • Node version: v18.13.0
  • Operating system: Linux arch-iob 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) x86_64 GNU/Linux

Additional context
I use this adapter to control a washing machine from Heier and as I remember there was an update of the Handy APP today/yesterday.

Unable to see the object tree after sucessfull login

Hi,

I need a little bit of help.
I have successfully registered the washing machine on the hOn app and all is working fine. On IOBorker side, I have installed the latest version of the adapter and provided credentials. Here is also everything just fine, but I'm not getting as full fledged dataitem structure. I'm only getting: Hoover-0-info-connection.
The errorlog:

hoover.0 (13477) starting. Version 0.1.1 in /opt/iobroker/node_modules/iobroker.hoover, node: v18.18.1, js-controller: 5.0.13
hoover.0 (13477) starting login
hoover.0 (13477) Login successful
hoover.0 (13477) Found 2 devices
hoover.0 (13477) Error: The id is empty! Please provide a valid id.
hoover.0 (13477) Connecting to MQTT
hoover.0 (13477) https://api-iot.he.services/commands/v1/context?macAddress=undefined&applianceType=WC&category=CYCLE
hoover.0 (13477) AxiosError: Request failed with status code 400
hoover.0 (13477) {"error":{"message":"Invalid macAddress","code":"IMA","statusCode":400}}
hoover.0 (13477) mqtt connected

Please help!
many thanks,
Thorsten

Update stable version in repo from 0.0.7 to 0.1.1

Think about update stable version to 0.1.1

Version: stable=0.0.7 (245 days old) => latest=0.1.1 (15 days old)
Installs: stable=119 (54.09%), latest=54 (24.55%), total=220

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!

Updated Framework

Hey!

hoover.0 2022-07-12 15:11:42.779 error "*/{"event":{"descriptor":"markup://aura:clientOutOfSync","eventDef":{"descriptor":"markup://aura:clientOutOfSync","t":"APPLICATION","xs":"I"}},"exceptionMessage":"Framework has been updated. Expected: QPQi8lbYE8YujG6og6Dqgw Actual: -SjNAdgW9yv96YgKI8MiFA","exceptionEvent":true}/ERROR/"
hoover.0 2022-07-12 15:11:42.778 error Missing step1 url

Probably updated Framework by Hoover? ^^

Please correct npm maintainers configuration.

ioBroker adapter checker for npm access

Access right check for adapter hoover returned the following issue:

Bluefox was not found in the collaborators on NPM!.
Please execute in adapter directory: "npm owner add bluefox iobroker.hoover"

Current maintainers are
tomboxi [email protected]

Please fix the above error as soon as possible.
All adapters listed at ioBroker repositories must have 'bluefox' added as maintainer.

Future version updates at the repositories will be suspended until this problem is fixed.

Update stable version in repo from 0.0.7 to 0.1.2

Think about update stable version to 0.1.2

Version: stable=0.0.7 (275 days old) => latest=0.1.2 (15 days old)
Installs: stable=122 (53.04%), latest=30 (13.04%), total=230

Click to use developer portal
Click to edit

Note: This is an automatically generated message and not personally authored by bluefox!

Adapter bleibt Gelb

Describe the bug
Obwohl der Adapter zu laufen scheint und das Gerät an ist, geht er nicht auf Grün. Es werden auch keine Fehler ins Log eingetragen, da steht als letzte Meldung nur "1 Gerät gefunden".

Versions:

  • Adapter version: 0.0.6 (Latest)
  • JS-Controller version: 4.0.24
  • Node version: 18.7.0
  • Operating system: Ubuntu 22.10 LXC

the adapter is not able to connect to hoover/hOn Server anymore

Describe the bug
since some days ago I get this Message into my log files "Message":"User is not authorized to access this resource with an explicit deny" and the adapter could not connect to the server anymore.

Screenshots & Logfiles

2023-06-04 00:06:53.455 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:06:53.455 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:06:53.455 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 00:16:53.344 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:16:53.344 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:16:53.344 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 00:26:53.315 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:26:53.315 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:26:53.315 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 00:36:53.362 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:36:53.363 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:36:53.363 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 00:46:53.330 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:46:53.330 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:46:53.330 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 00:56:53.339 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 00:56:53.340 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 00:56:53.340 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:06:53.396 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:06:53.396 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:06:53.396 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:16:53.343 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:16:53.343 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:16:53.343 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:26:53.340 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:26:53.340 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:26:53.340 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:36:53.313 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:36:53.314 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:36:53.314 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:46:53.350 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:46:53.350 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:46:53.350 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 01:56:53.332 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 01:56:53.332 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 01:56:53.332 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:06:53.345 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:06:53.345 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:06:53.345 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:16:53.380 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:16:53.380 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:16:53.380 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:26:53.347 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:26:53.347 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:26:53.347 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:36:53.377 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:36:53.377 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:36:53.377 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:46:53.353 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:46:53.353 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:46:53.353 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 02:56:53.330 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 02:56:53.330 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 02:56:53.330 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:06:53.319 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:06:53.319 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:06:53.319 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:16:53.335 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:16:53.335 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:16:53.335 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:26:53.345 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:26:53.345 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:26:53.345 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:36:53.326 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:36:53.326 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:36:53.326 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:46:53.351 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:46:53.351 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:46:53.351 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 03:56:53.325 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 03:56:53.325 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 03:56:53.325 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:06:53.370 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:06:53.371 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:06:53.371 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:16:53.327 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:16:53.327 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:16:53.327 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:26:53.375 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:26:53.375 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:26:53.375 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:36:53.338 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:36:53.338 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:36:53.338 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:46:53.546 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:46:53.546 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:46:53.547 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 04:56:53.352 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 04:56:53.352 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 04:56:53.353 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:06:53.373 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:06:53.374 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:06:53.374 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:16:53.333 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:16:53.333 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:16:53.333 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:26:53.371 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:26:53.372 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:26:53.372 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:36:53.386 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:36:53.386 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:36:53.386 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:46:53.389 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:46:53.389 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:46:53.389 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 05:56:53.342 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 05:56:53.342 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 05:56:53.342 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:06:53.359 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:06:53.359 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:06:53.359 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:16:53.391 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:16:53.391 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:16:53.391 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:26:53.331 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:26:53.331 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:26:53.332 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:36:53.389 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:36:53.389 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:36:53.389 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:46:53.594 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:46:53.594 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:46:53.594 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 06:56:53.367 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 06:56:53.367 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 06:56:53.367 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:06:53.390 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:06:53.390 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:06:53.390 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:16:53.355 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:16:53.355 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:16:53.355 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:26:53.686 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:26:53.686 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:26:53.686 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:36:53.434 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:36:53.434 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:36:53.434 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:46:53.335 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:46:53.335 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:46:53.335 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 07:56:53.590 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 07:56:53.590 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 07:56:53.591 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:06:53.364 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:06:53.364 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:06:53.364 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:16:53.378 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:16:53.378 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:16:53.379 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:26:53.400 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:26:53.400 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:26:53.400 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:36:53.364 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:36:53.366 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:36:53.366 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:46:53.384 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:46:53.384 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:46:53.384 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 08:56:53.428 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 08:56:53.428 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 08:56:53.428 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:06:53.363 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:06:53.363 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:06:53.363 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:16:53.397 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:16:53.397 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:16:53.397 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:26:53.345 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:26:53.345 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:26:53.345 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:36:53.368 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:36:53.368 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:36:53.369 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:46:53.399 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:46:53.399 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:46:53.399 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 09:56:53.365 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 09:56:53.365 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 09:56:53.365 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:06:53.393 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:06:53.393 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:06:53.393 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:16:53.419 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:16:53.419 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:16:53.419 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:26:53.368 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:26:53.368 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:26:53.368 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:36:53.379 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:36:53.380 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:36:53.380 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:46:53.356 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:46:53.356 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:46:53.356 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 10:56:53.366 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 10:56:53.366 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 10:56:53.367 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:06:53.355 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 11:06:53.355 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 11:06:53.355 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:16:53.394 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 11:16:53.394 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 11:16:53.394 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:26:53.338 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 11:26:53.338 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 11:26:53.338 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:36:53.359 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 11:36:53.360 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 11:36:53.360 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:46:53.403 - error: hoover.0 (1248) https://api-iot.he.services/commands/v1/context?macAddress=10-97-bd-01-b6-30&applianceType=WM&category=CYCLE
2023-06-04 11:46:53.403 - error: hoover.0 (1248) AxiosError: Request failed with status code 403
2023-06-04 11:46:53.404 - error: hoover.0 (1248) {"Message":"User is not authorized to access this resource with an explicit deny"}
2023-06-04 11:54:27.877 - error: hoover.0 (66003) AxiosError: Request failed with status code 301
2023-06-04 11:54:27.877 - error: hoover.0 (66003) ""
2023-06-04 11:55:41.463 - error: hoover.0 (66035) AxiosError: Request failed with status code 301
2023-06-04 11:55:41.464 - error: hoover.0 (66035) ""
2023-06-04 13:15:55.089 - error: hoover.0 (66592) AxiosError: Request failed with status code 301
2023-06-04 13:15:55.089 - error: hoover.0 (66592) ""
2023-06-04 13:17:00.400 - debug: hoover.0 (66609) Redis Objects: Use Redis connection: 127.0.0.1:9001
2023-06-04 13:17:00.456 - debug: hoover.0 (66609) Objects client ready ... initialize now
2023-06-04 13:17:00.458 - debug: hoover.0 (66609) Objects create System PubSub Client
2023-06-04 13:17:00.458 - debug: hoover.0 (66609) Objects create User PubSub Client
2023-06-04 13:17:00.554 - debug: hoover.0 (66609) Objects client initialize lua scripts
2023-06-04 13:17:00.557 - debug: hoover.0 (66609) Objects connected to redis: 127.0.0.1:9001
2023-06-04 13:17:00.621 - debug: hoover.0 (66609) Redis States: Use Redis connection: 127.0.0.1:9000
2023-06-04 13:17:00.653 - debug: hoover.0 (66609) States create System PubSub Client
2023-06-04 13:17:00.654 - debug: hoover.0 (66609) States create User PubSub Client
2023-06-04 13:17:00.763 - debug: hoover.0 (66609) States connected to redis: 127.0.0.1:9000
2023-06-04 13:17:01.031 - debug: hoover.0 (66609) Plugin sentry Initialize Plugin (enabled=true)
2023-06-04 13:17:01.803 - error: hoover.0 (66609) AxiosError: Request failed with status code 301
2023-06-04 13:17:01.804 - error: hoover.0 (66609) ""
2023-06-04 13:17:53.671 - debug: hoover.0 (66609) Plugin sentry destroyed

Versions:

  • Adapter version: 0.0.7
  • JS-Controller version: 4.0.24
  • Node version: v16.20.0
  • Operating system: debian bullseye

Additional context
Same on my second Server with Arch Linux and Node version 18

with kind regards
Bernd

FR: Control hOn via this adapter

Describe the bug
Currently I am not able to change values via this adapter except "stop program". i would like to change the delaytime as well. is this possible or is it not supported by hOn?

To Reproduce
Steps to reproduce the behavior:
change values in datapoint "delaytime -> parNewVal" to another value, it gets overwritten at next refresh.

Expected behavior
would like to have this value sent to hOn.

Versions:

  • Adapter version: latest from github
  • JS-Controller version: latest release
  • Node version: 16.16.0
  • Operating system: docker on debian 11

error: Missing step1 url

Hello,

I installed the adapter today, but I can't get it to work.

I removed the wine fridge and added two air conditioners.
`

hoover.0 2023-05-05 22:21:18.153 error "*/{"event":{"descriptor":"markup://aura:systemError","attributes":{"values":{"message":"[AuraClientInputException from server] Unexpected request input. Expected input format: \"Data in a request must be a valid JSON Object and must be in the expected format.\".","showOverride":false}},"eventDef":{"descriptor":"markup://aura:systemError","t":"APPLICATION","xs":"G","a":{"message":["message","aura://String","G",false],"error":["error","aura://String","G",false],"auraError":["auraError","aura://Object","I",false,null],"timestamp":["timestamp","aura://Integer","I",false],"showOverride":["showOverride","aura://Boolean","I",false,false]}}},"exceptionMessage":"[AuraClientInputException from server] Unexpected request input. Expected input format: \"Data in a request must be a valid JSON Object and must be in the expected format.\".","exceptionEvent":true}/ERROR/"
hoover.0 2023-05-05 22:21:18.152 error Missing step1 url
hoover.0 2023-05-05 22:21:16.200 info starting login
hoover.0 2023-05-05 22:21:16.134 info starting. Version 0.0.7 in /opt/iobroker/node_modules/iobroker.hoover, node: v18.16.0, js-controller: 5.0.1-alpha.0-20230418-efa3e809
`

Lässt sich nicht installieren

Hey!

Vielen Dank erstmal für Deine Mühe!

Der Adapter lässt sich bei mir leider nicht installieren :/


$ iobroker url https://github.com/TA2k/ioBroker.hoover --host pi4

install TA2k/ioBroker.hoover#aab4ef54cdbb8e30968961c9dc9fab5613a40694

NPM version: 6.14.12

Installing TA2k/ioBroker.hoover#aab4ef54cdbb8e30968961c9dc9fab5613a40694... (System call)

host.pi4 Cannot install TA2k/ioBroker.hoover#aab4ef54cdbb8e30968961c9dc9fab5613a40694: 1

ERROR: Process exited with code 25

Ist der zu neu und ich zu ungeduldig mit npm?

Danke!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.