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

(1505) Send this info to developer !!! { Unhandable information found in DoHome : "quickActionsEnabled" with value : false #164

Closed
Grothesk242 opened this issue Feb 16, 2021 · 18 comments
Assignees
Labels
bug Something isn't working

Comments

@Grothesk242
Copy link

Log File is bein flooded with this message:

(1505) Send this info to developer !!! { Unhandable information found in DoHome : "quickActionsEnabled" with value : false

Versions:

  • Adapter version: 0.2.5
  • JS-Controller version: 3.2.16
  • Node version: v14.15.5
  • Operating system: Raspberry OS 'Buster'
@Grothesk242 Grothesk242 added the bug Something isn't working label Feb 16, 2021
@senger1985
Copy link

@Grothesk242
Copy link
Author

These should be these functions @DutchmanNL
https://forum.iobroker.net/topic/25723/test-adaper-tado-v0-1-x/727

I think this not the child lock but the 'Master' setting that popped up recently in some versions of the app.

@senger1985
Copy link

These should be these functions @DutchmanNL
https://forum.iobroker.net/topic/25723/test-adaper-tado-v0-1-x/727

I think this not the child lock but the 'Master' setting that popped up recently in some versions of the app.

The post in the forum does not show the child lock mode but the master function of boosting all thermostats or switching them off.
The child lock mode/function is shown in post 730. ;-)

@nemodil
Copy link

nemodil commented Feb 18, 2021

Same log entry for me :

(8180) State "tado.0.388261.Rooms.1.overlayType" has no existing object, this might lead to an error in future versions
(8180) Send this info to developer !!! { Unhandable information found in DoHome : "quickActionsEnabled" with value : false

@Doreinie
Copy link

Hello
same "warn" message for me:
Send this info to developer !!! { Unhandable information found in DoHome : "quickActionsEnabled" with value : false

@HGlab01
Copy link
Collaborator

HGlab01 commented Feb 19, 2021

Should be solved in
https://github.com/HGlab01/ioBroker.tado#0.2.6-2
You can install the version by using the cat image in the adapter tab.
Let me know if it works for the pull request.

@smartiebs
Copy link

Thanks @HGlab01 for your work. I my case i looks pretty good after install v0.2.6-2. I will check it later again. If there are any warnings i will inform you about it

@Doreinie
Copy link

hi, I tried to install from Git but got this error message. Maybe I´m doing something wrong?
any hints?

$ ./iobroker url "https://github.com/HGlab01/ioBroker.tado/archive/v0.2.6-2.tar.gz"
install HGlab01/ioBroker.tado#v0.2.6-2.tar
NPM version: 7.5.4
npm install HGlab01/ioBroker.tado#v0.2.6-2.tar --loglevel error --prefix "/opt/iobroker" (System call)
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/HGlab01/ioBroker.tado.gitnpm ERR! Host key verification failed.
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2021-02-19T13_17_51_330Z-debug.log
ERROR: host.raspberrypi Cannot install HGlab01/ioBroker.tado#v0.2.6-2.tar: 128
ERROR: process exited with code 25

@Grothesk242
Copy link
Author

Grothesk242 commented Feb 19, 2021

NPM version: 7.5.4

npm@7 is not recommended for use with ioBroker. Go back to npm6.

But with npm6 it does not install either:

2021-02-19 14:44:00.441  - info: host.raspberrypi iobroker install HGlab01/ioBroker.tado#v0.2.6-2.tar
2021-02-19 14:44:01.075  - info: host.raspberrypi iobroker NPM version: 6.14.11
2021-02-19 14:44:01.078  - info: host.raspberrypi iobroker npm install HGlab01/ioBroker.tado#v0.2.6-2.tar --loglevel error --prefix "/opt/iobroker" (System call)
2021-02-19 14:44:14.726  - info: host.raspberrypi iobroker npm ERR! code 1
2021-02-19 14:44:14.741  - info: host.raspberrypi iobroker npm ERR! Command failed: git checkout v0.2.6-2.tarnpm ERR! error: Pfadspezifikation 'v0.2.6-2.tar' stimmt mit keinen git-bekannten Dateien überein.npm ERR!

@HGlab01
Copy link
Collaborator

HGlab01 commented Feb 19, 2021

this is somehow a raspberrypi issue. No idea why, but this happens if using a tar.gz file from the github archive.
I you copy the tar.gz to you local file it also raises an error but is installed afterwards.

@Doreinie
Copy link

Yes, I thought as well that I would get trouble with npm7 but realized that I had less error messages when testing around.
Hence, I decided to transition to npm7 and hope all will work out. So far so good I can clearly say.
I will try the local file installation...

@nemodil
Copy link

nemodil commented Feb 20, 2021

Hi,
I tried to install Version v0.2.6-2, and got the following error message:
Running the command npm fund doesn't get any information.

My versions are:
Node.js v12.20.1
npm 6.14.10
js-controller 3.2.7

Any suggestions to resolve that error?

$ ./iobroker url "https://github.com/HGlab01/ioBroker.tado/archive/v0.2.6-2.tar.gz" --debug
install https://github.com/HGlab01/ioBroker.tado/archive/v0.2.6-2.tar.gz
NPM version: 6.14.10
npm install https://github.com/HGlab01/ioBroker.tado/archive/v0.2.6-2.tar.gz --loglevel error --prefix "/opt/iobroker" (System call)

  • iobroker.tado@0.2.6-2
    added 14 packages from 9 contributors in 55.582s

61 packages are looking for funding run npm fund for details
ERROR: host.home Cannot install https://github.com/HGlab01/ioBroker.tado/archive/v0.2.6-2.tar.gz: 0
ERROR: process exited with code 25

@nemodil
Copy link

nemodil commented Feb 20, 2021

I installed both versions 0.2.6-2 and 0.2.5, an now i have the following warning every 30 seconds

(29304) State "tado.0.388261.Rooms.1.overlayType" has no existing object, this might lead to an error in future versions

@HGlab01
Copy link
Collaborator

HGlab01 commented Feb 21, 2021

I installed both versions 0.2.6-2 and 0.2.5, an now i have the following warning every 30 seconds

(29304) State "tado.0.388261.Rooms.1.overlayType" has no existing object, this might lead to an error in future versions

which JS-controller version is in use? I guess with js-controller v3.1.6 it does not appear?
You can try to delete this state manually, so that it is created again by the adapter
I also checked with js-controller v3.2.16; no issue at all

@nemodil
Copy link

nemodil commented Feb 21, 2021

I use js-controller 3.2.7
After creating the state “tado.0.388261.Rooms.1.overlayType” manually, I have no warnings anymore.
So far the Tado adapter works fine :-)

@ami-smart
Copy link

ami-smart commented Mar 5, 2021

I use js-controller 3.2.7
After creating the state “tado.0.388261.Rooms.1.overlayType” manually, I have no warnings anymore.
So far the Tado adapter works fine :-)

Good idea. Did the same.

While checking I saw that not all of my Tado's had this missing state.
3 of 6 had the overlayType by default. After creating the missing the error went away.

but .....
the error "{ Unhandable information found in DoHome : "quickActionsEnabled" with value : false" is still coming up

@HGlab01
Copy link
Collaborator

HGlab01 commented Mar 10, 2021

I learned that since js-controller v3.2.16 it works by using
https://github.com/HGlab01/ioBroker.tado#0.2.6-2

You can install the version by using the cat image in the adapter tab.
Let me know if it works for the pull request.

@DutchmanNL DutchmanNL assigned HGlab01 and unassigned DutchmanNL Mar 19, 2021
DutchmanNL pushed a commit that referenced this issue Mar 20, 2021
apply formatting for main.js
add quickActionsEnabled (#164)
support HOT_WATER devices (#138)
support AIR_CONDITIONING devices (#146)
Implement pool handling for setZoneOverlay
fix issue: state has no existing object (#184)
add cleaning function for existing timer 'polling'
state_attr.js: attribute 'support' was defined twice
DutchmanNL pushed a commit that referenced this issue Mar 20, 2021
apply formatting for main.js
add quickActionsEnabled (#164)
support HOT_WATER devices (#138)
support AIR_CONDITIONING devices (#146)
Implement pool handling for setZoneOverlay
fix issue: state has no existing object (#184)
add cleaning function for existing timer 'polling'
state_attr.js: attribute 'support' was defined twice
DutchmanNL pushed a commit that referenced this issue Mar 20, 2021
apply formatting for main.js
add quickActionsEnabled (#164)
support HOT_WATER devices (#138)
support AIR_CONDITIONING devices (#146)
Implement pool handling for setZoneOverlay
fix issue: state has no existing object (#184)
add cleaning function for existing timer 'polling'
state_attr.js: attribute 'support' was defined twice
@DutchmanNL
Copy link
Contributor

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

8 participants