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

Logging: INFO Flood with new js-controller 3.3.x #183

Closed
mrfenyx opened this issue May 19, 2021 · 13 comments
Closed

Logging: INFO Flood with new js-controller 3.3.x #183

mrfenyx opened this issue May 19, 2021 · 13 comments

Comments

@mrfenyx
Copy link

mrfenyx commented May 19, 2021

Describe the bug
With the update of iobroker's js-controller to 3.3.x the sonoff adapter shows a lot of INFO messages in the log with the format:
State value to set for "sonoff.0.xxx" has to be type "number" but received type "string"

To Reproduce
Steps to reproduce the behavior:

  1. Update iobroker js-controller to 3.3.x -> https://forum.iobroker.net/topic/44624/js-controller-3-3-jetzt-im-beta
  2. Observe the Log messages

Expected behavior
No type mismatch errors/warnings/info messages are logged

Versions:

  • Adapter version: 2.4.0
  • JS-Controller version: 3.3.10
  • Node version: 12.22.1
  • Operating system: Raspberrypi OS
@mrfenyx mrfenyx changed the title INFO Flood with new js-controller 3.3 INFO Flood with new js-controller 3.3.x May 19, 2021
@mrfenyx mrfenyx changed the title INFO Flood with new js-controller 3.3.x Logging: INFO Flood with new js-controller 3.3.x May 19, 2021
@Apollon77
Copy link
Collaborator

duplicate #178

@gelberlemmy
Copy link

Hi i have the same problem

@micbuh
Copy link

micbuh commented May 27, 2021

partly fixed #184

@andiweli
Copy link

I am on 3.3.13 and still have the issues mentioned above...

`

sonoff.0 2021-06-21 10:28:39.926 info State value to set for "sonoff.0.Lüfter Wohnzimmer.Wifi_Downtime" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:28:39.888 info State value to set for "sonoff.0.Lüfter Wohnzimmer.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 2021-06-21 10:28:39.878 info State value to set for "sonoff.0.Lüfter Wohnzimmer.Wifi_BSSId" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:28:39.829 info State value to set for "sonoff.0.Lüfter Wohnzimmer.Wifi_SSId" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:28:39.739 info State value to set for "sonoff.0.Lüfter Wohnzimmer.SleepMode" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:27:59.696 info State value to set for "sonoff.0.Verteiler 4er Lukas.Wifi_Downtime" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:27:59.645 info State value to set for "sonoff.0.Verteiler 4er Lukas.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 2021-06-21 10:27:59.638 info State value to set for "sonoff.0.Verteiler 4er Lukas.Wifi_BSSId" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:27:59.586 info State value to set for "sonoff.0.Verteiler 4er Lukas.Wifi_SSId" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:27:59.499 info State value to set for "sonoff.0.Verteiler 4er Lukas.SleepMode" has to be type "number" but received type "string"
sonoff.0 2021-06-21 10:27:57.379 info State value to set for "sonoff.0.Verteiler 4er Wohnzimmer.Wifi_Downtime" has to be type "number" but received type "string"

`

@Pittini
Copy link

Pittini commented Jul 15, 2021

Same Problem here:

sonoff.0 | 2021-07-15 13:53:40.315 | info | State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 | 2021-07-15 13:53:39.728 | info | State value to set for "sonoff.0.Sonoff2.ENERGY_TotalStartTime" has to be type "number" but received type "string"
sonoff.0 | 2021-07-15 13:53:39.633 | info | State value to set for "sonoff.0.Sonoff2.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 | 2021-07-15 13:53:37.906 | info | State value to set for "sonoff.0.ShellyHeizung.TempUnit" has to be type "number" but received type "string"
sonoff.0 | 2021-07-15 13:53:37.829 | info | State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
sonoff.0 | 2021-07-15 13:53:37.760 | info | State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 | 2021-07-15 13:53:36.739 | info | State value to set for "sonoff.0.Sonoff16.ENERGY_TotalStartTime" has to be type "number" but received type "string"
sonoff.0 | 2021-07-15 13:53:36.654 | info | State value to set for "sonoff.0.Sonoff16.Wifi_Channel" has to be stringified but received type "number"
sonoff.0 | 2021-07-15 13:53:36.199 | info | State value to set for "sonoff.0.Sonoff10.ENERGY_TotalStartTime" has to be type 

usw. usf.

@GermanBluefox
Copy link
Contributor

GermanBluefox commented Jul 16, 2021

What the value does appear in "Wifi_Channel" state?
TotalStartTime ?
BSSId ?
SSId ?
SleepMode ?

@Pittini
Copy link

Pittini commented Jul 16, 2021

What the value does appear in "Wifi_Channel" state?
11
TotalStartTime ?
2020-01-03T19:03:34
BSSId ?
na

SSId ?
na

SleepMode ?
na

2021-07-16 12_51_11-objects - Iobroker
2021-07-16 12_52_40-objects - Iobroker

@GermanBluefox
Copy link
Contributor

Please test 2.4.1

@Pittini
Copy link

Pittini commented Jul 17, 2021

Still not fixed.

2021-07-17 11:48:57.277 - info: host.Iobroker stopInstance system.adapter.sonoff.0 (force=false, process=true)

2021-07-17 11:48:57.380 - info: host.Iobroker stopInstance system.adapter.sonoff.0 send kill signal
2021-07-17 11:48:58.369 - info: host.Iobroker instance system.adapter.sonoff.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
2021-07-17 11:49:00.459 - info: host.Iobroker instance system.adapter.sonoff.0 started with pid 10112
2021-07-17 11:49:01.820 - info: sonoff.0 (10112) starting. Version 2.4.1 in /opt/iobroker/node_modules/iobroker.sonoff, node: v12.18.4, js-controller: 3.3.14
2021-07-17 11:49:01.875 - info: sonoff.0 (10112) Starting MQTT authenticated server on port 1883
2021-07-17 11:49:09.358 - info: sonoff.0 (10112) Client [Sonoff18] connected with secret 1626515349354_9623
2021-07-17 11:49:09.396 - info: sonoff.0 (10112) Client [Sonoff19] connected with secret 1626515349395_7572
2021-07-17 11:49:09.401 - info: sonoff.0 (10112) Client [SHP5-1] connected with secret 1626515349399_6397
2021-07-17 11:49:09.426 - info: sonoff.0 (10112) Client [Sonoff8] connected with secret 1626515349426_9037
2021-07-17 11:49:09.461 - info: sonoff.0 (10112) Client [Sonoff25] connected with secret 1626515349460_6731
2021-07-17 11:49:09.467 - info: sonoff.0 (10112) Client [Sonoff7] connected with secret 1626515349466_882
2021-07-17 11:49:09.490 - info: sonoff.0 (10112) Client [Sonoff24] connected with secret 1626515349487_9788
2021-07-17 11:49:09.565 - info: sonoff.0 (10112) Client [Gewaechshaustuer] connected with secret 1626515349563_5865
2021-07-17 11:49:09.632 - info: sonoff.0 (10112) Client [Sonoff2] connected with secret 1626515349631_7215
2021-07-17 11:49:09.639 - info: sonoff.0 (10112) Client [Sonoff10] connected with secret 1626515349638_533
2021-07-17 11:49:09.674 - info: sonoff.0 (10112) Client [Sonoff4] connected with secret 1626515349673_5740
2021-07-17 11:49:09.701 - info: sonoff.0 (10112) Client [Sonoff9] connected with secret 1626515349700_3932
2021-07-17 11:49:09.719 - info: sonoff.0 (10112) Client [Sonoff20] connected with secret 1626515349718_645
2021-07-17 11:49:09.734 - info: sonoff.0 (10112) Client [Sonoff27] connected with secret 1626515349733_9945
2021-07-17 11:49:09.754 - info: sonoff.0 (10112) Client [Sonoff1] connected with secret 1626515349753_8683
2021-07-17 11:49:09.797 - info: sonoff.0 (10112) Client [Sonoff29] connected with secret 1626515349795_4305
2021-07-17 11:49:09.827 - info: sonoff.0 (10112) Client [Sonoff16] connected with secret 1626515349825_1249
2021-07-17 11:49:09.881 - info: sonoff.0 (10112) Client [Sonoff5] connected with secret 1626515349880_5970
2021-07-17 11:49:09.892 - info: sonoff.0 (10112) Client [Sonoff23] connected with secret 1626515349891_9558
2021-07-17 11:49:10.002 - info: sonoff.0 (10112) Client [Sonoff6] connected with secret 1626515350002_8456
2021-07-17 11:49:10.012 - info: sonoff.0 (10112) Client [Sonoff13] connected with secret 1626515350011_7729
2021-07-17 11:49:10.022 - info: sonoff.0 (10112) Client [Sonoff11] connected with secret 1626515350021_8017
2021-07-17 11:49:10.097 - info: sonoff.0 (10112) Client [Sonoff26] connected with secret 1626515350096_7816
2021-07-17 11:49:10.098 - info: sonoff.0 (10112) Client [WemosHeizungBrenner] connected with secret 1626515350097_123
2021-07-17 11:49:10.101 - info: sonoff.0 (10112) Client [Sonoff12] connected with secret 1626515350100_1031
2021-07-17 11:49:10.121 - info: sonoff.0 (10112) Client [Sonoff3] connected with secret 1626515350120_8507
2021-07-17 11:49:10.160 - info: sonoff.0 (10112) Client [Sonoff15] connected with secret 1626515350157_8690
2021-07-17 11:49:10.286 - info: sonoff.0 (10112) Client [Sonoff14] connected with secret 1626515350286_9715
2021-07-17 11:49:11.238 - info: sonoff.0 (10112) Client [ShellyHerd] connected with secret 1626515351236_9695
2021-07-17 11:49:11.903 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff2.Uptime
2021-07-17 11:49:11.906 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff2.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:11.983 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff2.SleepMode
2021-07-17 11:49:12.003 - info: sonoff.0 (10112) Client [ShellyHeizung] connected with secret 1626515352002_4592
2021-07-17 11:49:12.112 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff2.Wifi_SSId
2021-07-17 11:49:12.167 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff2.Wifi_BSSId
2021-07-17 11:49:12.220 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff2.Wifi_Channel
2021-07-17 11:49:12.223 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff2.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:12.282 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff2.Wifi_Downtime
2021-07-17 11:49:12.339 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff2.ENERGY_TotalStartTime
2021-07-17 11:49:12.341 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff2.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:12.536 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff14.Uptime
2021-07-17 11:49:12.538 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:12.641 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff14.Wifi_Channel
2021-07-17 11:49:12.644 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:12.713 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff14.ENERGY_TotalStartTime
2021-07-17 11:49:12.717 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:19.082 - info: sonoff.0 (10112) Object updated: sonoff.0.WemosHeizungBrenner.Uptime
2021-07-17 11:49:19.085 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:19.198 - info: sonoff.0 (10112) Object updated: sonoff.0.WemosHeizungBrenner.Wifi_Channel
2021-07-17 11:49:19.200 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:22.145 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHeizung.Uptime
2021-07-17 11:49:22.148 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:22.259 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHeizung.Wifi_Channel
2021-07-17 11:49:22.261 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:22.348 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHeizung.ENERGY_TotalStartTime
2021-07-17 11:49:22.350 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:22.510 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:22.578 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:22.633 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:24.642 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff18.Uptime
2021-07-17 11:49:24.645 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff18.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:24.728 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff18.SleepMode
2021-07-17 11:49:24.802 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff18.Wifi_SSId
2021-07-17 11:49:24.857 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff18.Wifi_BSSId
2021-07-17 11:49:24.907 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff18.Wifi_Channel
2021-07-17 11:49:24.909 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff18.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:24.960 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff18.Wifi_Downtime
2021-07-17 11:49:25.018 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff18.ENERGY_TotalStartTime
2021-07-17 11:49:25.021 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff18.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:25.184 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff29.Uptime
2021-07-17 11:49:25.187 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:25.260 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff29.Wifi_Channel
2021-07-17 11:49:25.264 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:25.337 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff29.ENERGY_TotalStartTime
2021-07-17 11:49:25.340 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:26.497 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff12.Uptime
2021-07-17 11:49:26.500 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:26.617 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff12.Wifi_Channel
2021-07-17 11:49:26.637 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:26.706 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff12.ENERGY_TotalStartTime
2021-07-17 11:49:26.708 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:29.048 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:29.161 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:32.532 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:32.627 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:32.688 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:33.803 - info: sonoff.0 (10112) Object updated: sonoff.0.Gewaechshaustuer.Uptime
2021-07-17 11:49:33.805 - info: sonoff.0 (10112) State value to set for "sonoff.0.Gewaechshaustuer.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:33.884 - info: sonoff.0 (10112) Object updated: sonoff.0.Gewaechshaustuer.Wifi_Channel
2021-07-17 11:49:33.887 - info: sonoff.0 (10112) State value to set for "sonoff.0.Gewaechshaustuer.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:35.198 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff23.Uptime
2021-07-17 11:49:35.200 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff23.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:35.272 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff23.SleepMode
2021-07-17 11:49:35.339 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff23.Wifi_SSId
2021-07-17 11:49:35.509 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff23.Wifi_BSSId
2021-07-17 11:49:35.527 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff23.Wifi_Channel
2021-07-17 11:49:35.530 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff23.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:36.012 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff23.Wifi_Downtime
2021-07-17 11:49:36.152 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff23.ENERGY_TotalStartTime
2021-07-17 11:49:36.155 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff23.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:36.519 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff27.Uptime
2021-07-17 11:49:36.521 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:36.636 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff27.Wifi_Channel
2021-07-17 11:49:36.638 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:36.698 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff27.ENERGY_TotalStartTime
2021-07-17 11:49:36.700 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:37.365 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:37.452 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:37.537 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:39.099 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:39.167 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:41.379 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff26.Uptime
2021-07-17 11:49:41.381 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff26.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:41.506 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff26.Wifi_Channel
2021-07-17 11:49:41.509 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff26.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:41.581 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff26.ENERGY_TotalStartTime
2021-07-17 11:49:41.585 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff26.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:42.506 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:42.606 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:42.661 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:47.744 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff24.Uptime
2021-07-17 11:49:47.746 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff24.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:47.822 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff24.Wifi_Channel
2021-07-17 11:49:47.824 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff24.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:47.887 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff24.ENERGY_TotalStartTime
2021-07-17 11:49:47.890 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff24.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:49.069 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:49.232 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:50.658 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff19.Uptime
2021-07-17 11:49:50.659 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff19.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:50.769 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff19.Wifi_Channel
2021-07-17 11:49:50.771 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff19.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:50.828 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff19.ENERGY_TotalStartTime
2021-07-17 11:49:50.831 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff19.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:52.160 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:52.223 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:52.321 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:52.521 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:52.580 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:52.639 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:55.024 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:55.095 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:55.167 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:56.485 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:56.601 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:49:56.658 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:49:59.091 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:49:59.215 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:02.529 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:02.623 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:02.677 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:03.477 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHerd.Uptime
2021-07-17 11:50:03.483 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHerd.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:03.595 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHerd.Wifi_Channel
2021-07-17 11:50:03.597 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHerd.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:03.681 - info: sonoff.0 (10112) Object updated: sonoff.0.ShellyHerd.ENERGY_TotalStartTime
2021-07-17 11:50:03.683 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHerd.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:06.501 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:06.606 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:06.666 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:07.185 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:07.261 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:07.329 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:09.059 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:09.133 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:10.224 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff6.Uptime
2021-07-17 11:50:10.226 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff6.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:10.348 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff6.Wifi_Channel
2021-07-17 11:50:10.350 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff6.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:10.414 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff6.ENERGY_TotalStartTime
2021-07-17 11:50:10.416 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff6.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:10.595 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff11.Uptime
2021-07-17 11:50:10.597 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff11.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:10.668 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff11.Wifi_Channel
2021-07-17 11:50:10.670 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff11.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:10.735 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff11.ENERGY_TotalStartTime
2021-07-17 11:50:10.737 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff11.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:12.500 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:12.604 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:12.662 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:17.193 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff5.Uptime
2021-07-17 11:50:17.195 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff5.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:17.298 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff5.Wifi_Channel
2021-07-17 11:50:17.301 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff5.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:17.359 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff5.ENERGY_TotalStartTime
2021-07-17 11:50:17.361 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff5.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:19.085 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:19.171 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:19.720 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff8.Uptime
2021-07-17 11:50:19.722 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff8.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:19.815 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff8.Wifi_Channel
2021-07-17 11:50:19.817 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff8.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:19.880 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff8.ENERGY_TotalStartTime
2021-07-17 11:50:19.882 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff8.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:20.995 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff9.Uptime
2021-07-17 11:50:21.002 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff9.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:21.139 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff9.Wifi_Channel
2021-07-17 11:50:21.143 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff9.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:21.223 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff9.ENERGY_TotalStartTime
2021-07-17 11:50:21.225 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff9.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:22.179 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:22.467 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:22.610 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:22.681 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:22.742 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:22.800 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:25.116 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:25.230 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:25.286 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff29.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:25.720 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff25.Uptime
2021-07-17 11:50:25.725 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff25.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:25.799 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff25.SleepMode
2021-07-17 11:50:25.855 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff25.Wifi_SSId
2021-07-17 11:50:25.904 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff25.Wifi_BSSId
2021-07-17 11:50:25.955 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff25.Wifi_Channel
2021-07-17 11:50:25.957 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff25.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:26.008 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff25.Wifi_Downtime
2021-07-17 11:50:26.063 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff25.ENERGY_TotalStartTime
2021-07-17 11:50:26.065 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff25.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:26.602 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:26.661 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:26.721 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff12.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:27.007 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff1.Uptime
2021-07-17 11:50:27.009 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff1.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:27.118 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff1.Wifi_Channel
2021-07-17 11:50:27.120 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff1.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:27.188 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff1.ENERGY_TotalStartTime
2021-07-17 11:50:27.190 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff1.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:27.896 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff4.Uptime
2021-07-17 11:50:27.898 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff4.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:28.006 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff4.Wifi_Channel
2021-07-17 11:50:28.008 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff4.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:28.088 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff4.ENERGY_TotalStartTime
2021-07-17 11:50:28.090 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff4.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:28.673 - info: sonoff.0 (10112) Object updated: sonoff.0.SHP5-1.Uptime
2021-07-17 11:50:28.675 - info: sonoff.0 (10112) State value to set for "sonoff.0.SHP5-1.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:28.839 - info: sonoff.0 (10112) Object updated: sonoff.0.SHP5-1.Wifi_Channel
2021-07-17 11:50:28.841 - info: sonoff.0 (10112) State value to set for "sonoff.0.SHP5-1.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:28.901 - info: sonoff.0 (10112) Object updated: sonoff.0.SHP5-1.ENERGY_TotalStartTime
2021-07-17 11:50:28.903 - info: sonoff.0 (10112) State value to set for "sonoff.0.SHP5-1.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:29.048 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff20.Uptime
2021-07-17 11:50:29.051 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff20.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:29.104 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff20.SleepMode
2021-07-17 11:50:29.184 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff20.Wifi_SSId
2021-07-17 11:50:29.235 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff20.Wifi_BSSId
2021-07-17 11:50:29.319 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff20.Wifi_Channel
2021-07-17 11:50:29.322 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff20.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:29.377 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff20.Wifi_Downtime
2021-07-17 11:50:29.429 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:29.502 - info: sonoff.0 (10112) State value to set for "sonoff.0.WemosHeizungBrenner.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:29.585 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff20.ENERGY_TotalStartTime
2021-07-17 11:50:29.588 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff20.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:29.679 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff13.Uptime
2021-07-17 11:50:29.682 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff13.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:29.733 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff13.SleepMode
2021-07-17 11:50:29.790 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff13.Wifi_SSId
2021-07-17 11:50:29.842 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff13.Wifi_BSSId
2021-07-17 11:50:29.891 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff13.Wifi_Channel
2021-07-17 11:50:29.894 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff13.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:29.947 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff13.Wifi_Downtime
2021-07-17 11:50:30.013 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff13.ENERGY_TotalStartTime
2021-07-17 11:50:30.016 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff13.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:30.702 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff7.Uptime
2021-07-17 11:50:30.978 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff7.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:31.066 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff7.SleepMode
2021-07-17 11:50:31.120 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff7.Wifi_SSId
2021-07-17 11:50:31.172 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff7.Wifi_BSSId
2021-07-17 11:50:31.227 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff7.Wifi_Channel
2021-07-17 11:50:31.229 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff7.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:31.284 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff7.Wifi_Downtime
2021-07-17 11:50:31.341 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff7.ENERGY_TotalStartTime
2021-07-17 11:50:31.343 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff7.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:31.498 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff15.Uptime
2021-07-17 11:50:31.500 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff15.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:31.551 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff15.SleepMode
2021-07-17 11:50:31.606 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff15.Wifi_SSId
2021-07-17 11:50:31.659 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff15.Wifi_BSSId
2021-07-17 11:50:31.714 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff15.Wifi_Channel
2021-07-17 11:50:31.716 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff15.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:31.773 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff15.Wifi_Downtime
2021-07-17 11:50:31.832 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff15.ENERGY_TotalStartTime
2021-07-17 11:50:31.860 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff15.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:32.360 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff3.Uptime
2021-07-17 11:50:32.362 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff3.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:32.444 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff3.SleepMode
2021-07-17 11:50:32.503 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff3.Wifi_SSId
2021-07-17 11:50:32.580 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff3.Wifi_BSSId
2021-07-17 11:50:32.639 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff3.Wifi_Channel
2021-07-17 11:50:32.642 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff3.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:32.692 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff3.Wifi_Downtime
2021-07-17 11:50:32.752 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff3.ENERGY_TotalStartTime
2021-07-17 11:50:32.754 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff3.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:32.853 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:32.914 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:32.969 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff14.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:33.782 - info: sonoff.0 (10112) State value to set for "sonoff.0.Gewaechshaustuer.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:33.847 - info: sonoff.0 (10112) State value to set for "sonoff.0.Gewaechshaustuer.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:36.511 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:36.617 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:36.676 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff27.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:36.885 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff10.Uptime
2021-07-17 11:50:36.887 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff10.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:36.980 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff10.SleepMode
2021-07-17 11:50:37.039 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff10.Wifi_SSId
2021-07-17 11:50:37.094 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff10.Wifi_BSSId
2021-07-17 11:50:37.147 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff10.Wifi_Channel
2021-07-17 11:50:37.149 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff10.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:37.208 - info: sonoff.0 (10112) new object created: sonoff.0.Sonoff10.Wifi_Downtime
2021-07-17 11:50:37.282 - info: javascript.0 (21348) script.js.common.KlimaUeberwachung: Draussen Luftfeuchtigkeit Soll Wert von 80 überschritten!
2021-07-17 11:50:37.439 - info: sonoff.0 (10112) Object updated: sonoff.0.Sonoff10.ENERGY_TotalStartTime
2021-07-17 11:50:37.441 - info: sonoff.0 (10112) State value to set for "sonoff.0.Sonoff10.ENERGY_TotalStartTime" has to be type "number" but received type "string"
2021-07-17 11:50:37.615 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Uptime" has to be type "string" but received type "number"
2021-07-17 11:50:37.674 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.Wifi_Channel" has to be stringified but received type "number"
2021-07-17 11:50:37.741 - info: sonoff.0 (10112) State value to set for "sonoff.0.ShellyHeizung.ENERGY_TotalStartTime" has to be type "number" but received type "string"

@GermanBluefox
Copy link
Contributor

And what about 2.4.3 ?

@Apollon77
Copy link
Collaborator

@Pittini ?

@Pittini
Copy link

Pittini commented Jul 21, 2021

Sorry, had no time last days. Problem seems to be solved, no more unneccesary logs now, thank you.

@Apollon77
Copy link
Collaborator

Thank you for your feedback!

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

No branches or pull requests

7 participants