dbweb-ch / ioBroker.tesla-motors

ioBroker Adapter for Tesla Motors Cars
MIT License
11 stars 9 forks source link

has to be type "boolean" but received type "number" #76

Closed lobomau76 closed 3 years ago

lobomau76 commented 3 years ago

Following info appears with js-controller 3.3.10: Edit: it was running with 0.4.2. (later version seems not to have this problems anymore) `

tesla-motors.0 2021-05-27 21:05:58.587 info (15277) State value to set for "tesla-motors.0.climateState.rear_passenger_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 21:05:58.587 info (15277) State value to set for "tesla-motors.0.climateState.rear_driver_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 21:05:58.577 info (15277) State value to set for "tesla-motors.0.climateState.front_passenger_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 21:05:58.577 info (15277) State value to set for "tesla-motors.0.climateState.front_driver_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 21:05:58.521 info (15277) undefined is not a valid state value for id "tesla-motors.0.climateState.smart_preconditioning"
tesla-motors.0 2021-05-27 21:05:58.520 info (15277) undefined is not a valid state value for id "tesla-motors.0.command.steering_wheel_heater"
tesla-motors.0 2021-05-27 20:50:47.608 info (15277) State value to set for "tesla-motors.0.climateState.rear_passenger_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 20:50:47.608 info (15277) State value to set for "tesla-motors.0.climateState.rear_driver_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 20:50:47.606 info (15277) State value to set for "tesla-motors.0.climateState.front_passenger_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 20:50:47.606 info (15277) State value to set for "tesla-motors.0.climateState.front_driver_window" has to be type "boolean" but received type "number"
tesla-motors.0 2021-05-27 20:50:47.596 info (15277) undefined is not a valid state value for id "tesla-motors.0.climateState.smart_preconditioning"
tesla-motors.0 2021-05-27 20:50:47.595 info (15277) undefined is not a valid state value for id "tesla-motors.0.command.steering_wheel_heater"

`

dbweb-ch commented 3 years ago

This should already be fixed with latest version from github, which version do you have?

lobomau76 commented 3 years ago

0.4.2 is installed. In the 0.4.3 changelog was written nothing about this solution. I will try this out.

lobomau76 commented 3 years ago

Now I have installed 0.5.1. It seems to run without too much logs.