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

cannot "cd" to a node with numeric name #32

Closed
thgau opened this issue Nov 19, 2021 · 3 comments
Closed

cannot "cd" to a node with numeric name #32

thgau opened this issue Nov 19, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@thgau
Copy link

thgau commented Nov 19, 2021

Nice tool, but I have a small problem:
My ID.4 has numeric nodes in the climatisationTimer tree:

I can list the nodes with find:

user@domain@weconnect-sh:/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers$find
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/1
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/1/enabled
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/1/singleTimer
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/1/singleTimer/startDateTime
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/2
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/2/enabled
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/2/singleTimer
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers/2/singleTimer/startDateTime

But I cannot "cd" into it:
user@domain@weconnect-sh:/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers$cd 1
*** 1 does not exist
user@domain@weconnect-sh:/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers$pwd
/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers

reading the whole tree content with cat does work:
user@domain@weconnect-sh:/vehicles/WVGZZZE2ZXXXXXXX/status/climatisationTimer/timers$cat
[1: Enabled: False at 2021-11-14T07:25:00+00:00 , 2: Enabled: True at 2021-11-19T16:35:00+00:00 ]

@tillsteinbach
Copy link
Owner

Can confirm that, will have to investigate...

@tillsteinbach tillsteinbach self-assigned this Nov 19, 2021
@tillsteinbach tillsteinbach added the bug Something isn't working label Nov 19, 2021
@tillsteinbach
Copy link
Owner

Should be fixed in 0.16.1 release

@thgau
Copy link
Author

thgau commented Nov 19, 2021

unbelievable correction speed :-)
it works.

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

2 participants