Errors in the supervisor? logs?

These are new, and I have no idea how to troubleshoot, or even if I have to.

22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-04-13 18:22:24 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)

They are warnings not errors.

Remove those listed options from your Zigbee2mqtt addon configuration and restart the addon.

Those options are now stored in config/zigbee2mqtt/configuration.yaml, not the addon.

I have them also. I checked the addon configuration and could not find them.

If you have the warnings then you have the depreciated options. Post your logs.

Here is a section of my supervisor logs. It just repeats a bunch. Same as above.

My zigbee2mqtt is version 1.25.0-1. On the Configuration tab Iā€™m not finding anything for each of this options.

22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'device_options' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'blocklist' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'passlist' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'queue' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'frontend' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'experimental' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:16:51 WARNING (MainThread) [supervisor.addons.options] Option 'availability' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:17:25 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'external_converters' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'devices' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'groups' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'homeassistant' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'permit_join' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)
22-05-19 03:21:53 WARNING (MainThread) [supervisor.addons.options] Option 'advanced' does not exist in the schema for Zigbee2mqtt (45df7312_zigbee2mqtt)

Hi there. Did you ever get this figured out? I also have these warnings, but on the Zigbee2mqtt Configuration tab, Iā€™m not finding anything for these options.

Nope still havenā€™t found how to turn the old ones off.

1 Like

I recently came across all the warnings as above. I have sorted this with a bit of googling. In the addon configuration, click on the 3 dots in the Options window and select Edit in YAML.

Copy all the yaml to a text file just in case.

Then edit so only this part is left, the rest is in the Zigbee2mqtt configuration.yaml file

data_path: /config/zigbee2mqtt
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: '-d -d'
  log: false
mqtt:
  server: mqtt://core-mosquitto:1883
serial:
  port: /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DO01MI9B-if00-port0
  adapter: deconz

Click Save and Restart the addon, warnings are gone.

5 Likes

Thanks that got the all gone except for one. Any idea where this is hiding at?

22-08-06 08:33:19 WARNING (MainThread) [supervisor.addons.options] Unknown option 'base_topic' for Zigbee2mqtt (45df7312_zigbee2mqtt)
1 Like

Thank you. It appears that the default configuration of the add-on includes a base_topic that is not accepted. I removed the base_topic: zigbee2mqtt from the configuration and the error was gone.

1 Like

Thanxs for the solution.

Solved. Thank You!

Hi @cinghialino,

I am also getting the specific warning in the supervisor logs ā€œUnknown option ā€˜base_topicā€™ for Zigbee2mqttā€.

Where exactly did you remove it?
Is it the one stored here?
Settings > Add-On > Zigbee2MQTT > Configuration > mqtt > base_topic: zigbee2mqtt

Thanks!

I was referring to this comment. Errors in the supervisor? logs? - #8 by Holdestmade

Sorry I donā€™t remember the issue but that comment helped me.