phifogg / ioBroker.sainlogic

An IoBroker Adapter for Sainlogic based weather stations
MIT License
20 stars 11 forks source link

Log-Eintrag mit js-Controller 3.3.x #74

Closed e-i-k-e closed 3 years ago

e-i-k-e commented 3 years ago

Nach Update des js-Controllers wird nachfolgendes im Log angezeigt.


sainlogic.0 | 2021-04-30 21:29:37.154 | warn | (6166) State value to set for "sainlogic.0.weather.current.uvi" has wrong type "string" but has to be "number"
-- | -- | -- | --
sainlogic.0 | 2021-04-30 21:29:37.154 | warn | (6166) State value to set for "sainlogic.0.weather.current.winddir" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 21:29:37.153 | warn | (6166) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 21:29:37.153 | warn | (6166) State value to set for "sainlogic.0.weather.current.indoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 21:29:37.141 | warn | (6166) State "sainlogic.0.info.last_listener_update" has no existing object, this might lead to an error in future versions
sainlogic.0 | 2021-04-30 19:28:36.125 | warn | (6166) State value to set for "sainlogic.0.weather.current.uvi" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:28:36.124 | warn | (6166) State value to set for "sainlogic.0.weather.current.winddir" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:28:36.124 | warn | (6166) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:28:36.123 | warn | (6166) State value to set for "sainlogic.0.weather.current.indoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:28:36.121 | warn | (6166) State "sainlogic.0.info.last_listener_update" has no existing object, this might lead to an error in future versions
sainlogic.0 | 2021-04-30 19:27:35.128 | warn | (6166) State value to set for "sainlogic.0.weather.current.uvi" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:27:35.128 | warn | (6166) State value to set for "sainlogic.0.weather.current.winddir" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:27:35.127 | warn | (6166) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:27:35.126 | warn | (6166) State value to set for "sainlogic.0.weather.current.indoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:27:35.122 | warn | (6166) State "sainlogic.0.info.last_listener_update" has no existing object, this might lead to an error in future versions
sainlogic.0 | 2021-04-30 19:26:34.171 | warn | (6166) State value to set for "sainlogic.0.weather.current.uvi" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:26:34.170 | warn | (6166) State value to set for "sainlogic.0.weather.current.winddir" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:26:34.170 | warn | (6166) State value to set for "sainlogic.0.weather.current.outdoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:26:34.170 | warn | (6166) State value to set for "sainlogic.0.weather.current.indoorhumidity" has wrong type "string" but has to be "number"
sainlogic.0 | 2021-04-30 19:26:34.167 | warn | (6166) State "sainlogic.0.info.last_listener_update" has no existing object, this might lead to an error in future versions
phifogg commented 3 years ago

Ich kriege gerade die neue jsController version bei mir nicht installiert.. das muss ich erst noch rausknobeln wie ..

Wenn Du aber testen magst habe ich im DEV Branch versucht die Warn-Meldungen zu umgehen. https://github.com/phifogg/ioBroker.sainlogic/tree/dev

phifogg commented 3 years ago

Fixed with #79