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

Compatibility check to js-controller 3.3 and Admin5 React UI #46

Open
ioBrokerChecker opened this issue May 5, 2021 · 2 comments
Open

Comments

@ioBrokerChecker
Copy link

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

@123gerald1
Copy link

Hallo,
Ich verwende auf meinem System den Adapter "Klipper-Moonraker v0.0.4" zur Steuerung meins 3D Druckers.
Leider bekomme ich jetzt seid dem Systemupdate von js-controller auf 3.3 und des Admin auf 5.1.23 laufend Meldungen im Log.
Können sie den Adapter für den neuen Systemstand anpassen?
Danke für die tolle Arbeit!

`

klipper-moonraker.0 2021-08-26 18:02:09.932 info [Error catched and send to Sentry, thank you collaborating!] error: State attribute definition missing for + stalls
klipper-moonraker.0 2021-08-26 18:02:09.850 info State value to set for "klipper-moonraker.0.configfile.config.stepper_y.position_max" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.849 info State value to set for "klipper-moonraker.0.configfile.config.stepper_y.microsteps" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.847 info State value to set for "klipper-moonraker.0.configfile.config.stepper_y.homing_speed" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.846 info State value to set for "klipper-moonraker.0.configfile.config.stepper_y.endstop_pin" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.844 info State value to set for "klipper-moonraker.0.configfile.config.stepper_y.position_endstop" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.841 info State value to set for "klipper-moonraker.0.configfile.settings.stepper_x.endstop_pin" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.724 info State value to set for "klipper-moonraker.0.configfile.config.stepper_z.position_max" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.722 info State value to set for "klipper-moonraker.0.configfile.config.stepper_z.microsteps" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.721 info State value to set for "klipper-moonraker.0.configfile.config.stepper_z.position_min" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.719 info State value to set for "klipper-moonraker.0.configfile.config.stepper_z.endstop_pin" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.718 info State value to set for "klipper-moonraker.0.configfile.config.stepper_z.position_endstop" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.713 info State value to set for "klipper-moonraker.0.configfile.settings.stepper_y.endstop_pin" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.482 info State value to set for "klipper-moonraker.0.configfile.settings.stepper_z.endstop_pin" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.480 info State value to set for "klipper-moonraker.0.fan.rpm" has to be type "number" but received type "string"
klipper-moonraker.0 2021-08-26 18:02:09.140 info [Error catched and send to Sentry, thank you collaborating!] error: State attribute definition missing for + rotation_distance
klipper-moonraker.0 2021-08-26 18:02:09.136 info [Error catched and send to Sentry, thank you collaborating!] error: State attribute definition missing for + full_steps_per_rotation
klipper-moonraker.0 2021-08-26 18:02:09.131 info [Error catched and send to Sentry, thank you collaborating!] error: State attribute definition missing for + homing_positive_dir
klipper-moonraker.0 2021-08-26 18:02:08.917 info [Error catched and send to Sentry, thank you collaborating!] error: State attribute definition missing for + sysload
`

@DutchmanNL
Copy link
Contributor

ich schaue es mir bei Gelegenheit an der adapter befindet sich leider noch. in alpha status :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants