ioBroker / ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
MIT License
25 stars 16 forks source link

Object ... is invalid: obj.common.type has an invalid value (state) #32

Closed RustyThePropellerHead closed 2 years ago

RustyThePropellerHead commented 3 years ago

Hello for some reason my "Modulationsgrad Brennerleistung" stopped updating after patching... I tried uninstalling the Wolf module and reinstalling it, after that I had no more wolf objects in the tree. After downgrading to 1.2.0 then the data points came back, after that I upgraded to 1.2.1, next I noticed in the Logs:

warn: admin.0 (711) Object ... is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer.

Is this linked to the issue of the objects not showing up in the tree?

Log Dump: 2020-09-27 14:21:57.729 - info: host.raspberrypi instance system.adapter.wolf.0 started with pid 26270 2020-09-27 14:21:59.133 - debug: wolf.0 (26270) Redis Objects: Use Redis connection: 127.0.0.1:9001 2020-09-27 14:21:59.179 - debug: wolf.0 (26270) Objects client ready ... initialize now 2020-09-27 14:21:59.186 - debug: wolf.0 (26270) Objects create System PubSub Client 2020-09-27 14:21:59.188 - debug: wolf.0 (26270) Objects create User PubSub Client 2020-09-27 14:21:59.190 - debug: wolf.0 (26270) Objects client initialize lua scripts 2020-09-27 14:21:59.207 - debug: wolf.0 (26270) Objects connected to redis: 127.0.0.1:9001 2020-09-27 14:21:59.218 - debug: wolf.0 (26270) objectDB connected 2020-09-27 14:21:59.223 - debug: wolf.0 (26270) Redis States: Use Redis connection: 127.0.0.1:9000 2020-09-27 14:21:59.239 - debug: wolf.0 (26270) States create User PubSub Client 2020-09-27 14:21:59.244 - debug: wolf.0 (26270) States create System PubSub Client 2020-09-27 14:21:59.257 - debug: wolf.0 (26270) States connected to redis: 127.0.0.1:9000 2020-09-27 14:21:59.259 - debug: wolf.0 (26270) statesDB connected 2020-09-27 14:21:59.611 - info: wolf.0 (26270) starting. Version 1.2.1 in /opt/iobroker/node_modules/iobroker.wolf, node: v12.18.4, js-controller: 3.1.6 2020-09-27 14:22:06.206 - info: host.raspberrypi stopInstance system.adapter.wolf.0 (force=false, process=true) 2020-09-27 14:22:06.208 - info: host.raspberrypi stopInstance system.adapter.wolf.0 send kill signal 2020-09-27 14:22:06.214 - info: wolf.0 (26270) Got terminate signal TERMINATE_YOURSELF 2020-09-27 14:22:06.252 - debug: wolf.0 (26270) system.adapter.admin.0: logging true 2020-09-27 14:22:06.718 - info: wolf.0 (26270) terminating 2020-09-27 14:22:06.720 - info: wolf.0 (26270) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason 2020-09-27 14:22:07.211 - info: host.raspberrypi stopInstance system.adapter.wolf.0 killing pid 26270 2020-09-27 14:22:07.252 - info: host.raspberrypi instance system.adapter.wolf.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION) 2020-09-27 14:22:09.242 - info: host.raspberrypi instance system.adapter.wolf.0 started with pid 26437 2020-09-27 14:22:10.714 - debug: wolf.0 (26437) Redis Objects: Use Redis connection: 127.0.0.1:9001 2020-09-27 14:22:10.761 - debug: wolf.0 (26437) Objects client ready ... initialize now 2020-09-27 14:22:10.766 - debug: wolf.0 (26437) Objects create System PubSub Client 2020-09-27 14:22:10.768 - debug: wolf.0 (26437) Objects create User PubSub Client 2020-09-27 14:22:10.770 - debug: wolf.0 (26437) Objects client initialize lua scripts 2020-09-27 14:22:10.788 - debug: wolf.0 (26437) Objects connected to redis: 127.0.0.1:9001 2020-09-27 14:22:10.799 - debug: wolf.0 (26437) objectDB connected 2020-09-27 14:22:10.803 - debug: wolf.0 (26437) Redis States: Use Redis connection: 127.0.0.1:9000 2020-09-27 14:22:10.818 - debug: wolf.0 (26437) States create User PubSub Client 2020-09-27 14:22:10.823 - debug: wolf.0 (26437) States create System PubSub Client 2020-09-27 14:22:10.835 - debug: wolf.0 (26437) States connected to redis: 127.0.0.1:9000 2020-09-27 14:22:10.837 - debug: wolf.0 (26437) statesDB connected 2020-09-27 14:22:11.111 - info: wolf.0 (26437) starting. Version 1.2.1 in /opt/iobroker/node_modules/iobroker.wolf, node: v12.18.4, js-controller: 3.1.6 2020-09-27 14:22:43.092 - warn: admin.0 (711) Object wolf.0.hg1.1 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:22:43.099 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:22:43.108 - info: sql.0 (799) enabled logging of wolf.0.hg1.1, Alias=false 2020-09-27 14:23:06.641 - warn: admin.0 (711) Object wolf.0.hg1.12 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:23:06.642 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:23:06.649 - info: sql.0 (799) enabled logging of wolf.0.hg1.12, Alias=false 2020-09-27 14:23:34.202 - warn: admin.0 (711) Object wolf.0.hg1.13 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:23:34.203 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:23:34.212 - info: sql.0 (799) enabled logging of wolf.0.hg1.13, Alias=false 2020-09-27 14:23:52.913 - warn: admin.0 (711) Object wolf.0.hg1.197 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:23:52.915 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:23:52.926 - info: sql.0 (799) enabled logging of wolf.0.hg1.197, Alias=false 2020-09-27 14:24:01.897 - warn: admin.0 (711) Object wolf.0.hg1.198 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:01.898 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:01.905 - info: sql.0 (799) enabled logging of wolf.0.hg1.198, Alias=false 2020-09-27 14:24:09.741 - warn: admin.0 (711) Object wolf.0.hg1.199 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:09.742 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:09.752 - info: sql.0 (799) enabled logging of wolf.0.hg1.199, Alias=false 2020-09-27 14:24:18.070 - warn: admin.0 (711) Object wolf.0.hg1.2 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:18.071 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:18.081 - info: sql.0 (799) enabled logging of wolf.0.hg1.2, Alias=false 2020-09-27 14:24:26.357 - warn: admin.0 (711) Object wolf.0.hg1.3 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:26.358 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:26.367 - info: sql.0 (799) enabled logging of wolf.0.hg1.3, Alias=false 2020-09-27 14:24:34.100 - warn: admin.0 (711) Object wolf.0.hg1.4 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:34.101 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:34.110 - info: sql.0 (799) enabled logging of wolf.0.hg1.4, Alias=false 2020-09-27 14:24:42.039 - warn: admin.0 (711) Object wolf.0.hg1.5 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:42.040 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:42.056 - info: sql.0 (799) enabled logging of wolf.0.hg1.5, Alias=false 2020-09-27 14:24:49.944 - warn: admin.0 (711) Object wolf.0.hg1.6 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:49.945 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:49.953 - info: sql.0 (799) enabled logging of wolf.0.hg1.6, Alias=false 2020-09-27 14:24:57.321 - warn: admin.0 (711) Object wolf.0.hg1.7 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:24:57.322 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:24:57.329 - info: sql.0 (799) enabled logging of wolf.0.hg1.7, Alias=false 2020-09-27 14:25:05.798 - warn: admin.0 (711) Object wolf.0.hg1.8 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:25:05.799 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:25:05.806 - info: sql.0 (799) enabled logging of wolf.0.hg1.8, Alias=false 2020-09-27 14:25:13.898 - warn: admin.0 (711) Object wolf.0.hg1.9 is invalid: obj.common.type has an invalid value (state) but has to be one of number, string, boolean, array, object, mixed, file, json 2020-09-27 14:25:13.900 - warn: admin.0 (711) This object will not be created in future versions. Please report this to the developer. 2020-09-27 14:25:13.912 - info: sql.0 (799) enabled logging of wolf.0.hg1.9, Alias=false

Gruß Rusty

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of the adapter and tell us. Also check that all relevant details, logs and reproduction steps are included and update them if needed. Thank you for your contributions. Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivitäten gab. Es wird geschlossen, wenn nicht innerhalb der nächsten 7 Tage weitere Aktivitäten stattfinden. Bitte überprüft, ob das Problem auch in der aktuellsten Version des Adapters noch relevant ist, und teilt uns dies mit. Überprüft auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind bzw. aktualisiert diese. Vielen Dank für Eure Unterstützung.

stale[bot] commented 2 years ago

This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps. Thank you for your contributions. Dieses Problem wurde aufgrund von Inaktivität automatisch geschlossen. Bitte öffnet ein neues Issue, falls dies noch relevant ist und stellt sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind. Vielen Dank für Eure Unterstützung.