yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
450 stars 42 forks source link

[BUG] Picking up zwave2mqtt topics from mqtt #132

Open fatmcgav opened 4 years ago

fatmcgav commented 4 years ago

Describe the bug

Logs for zwave2mqttassistant are printing the following warning over and over:

warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/113/1/1 in entity nodeID_2-sensor-alarm_level.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/128/1/0 in entity nodeID_2-sensor-battery.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/48/1/0 in entity nodeID_2-binary_sensor-contact.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/49/1/1 in entity nodeID_2-sensor-temperature.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/49/1/3 in entity nodeID_2-sensor-illuminance.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/49/1/5 in entity nodeID_2-sensor-humidity.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/49/1/27 in entity nodeID_2-sensor-generic.
warn: Zigbee2MqttAssistant.Services.BridgeStateService[0]
      Unable to find friendly name from topic zwave2mqtt/2/113/1/10 in entity nodeID_2-sensor-alarm_burglar.

To Reproduce

Steps to reproduce the behavior:

  1. Run zwave2mqtt
  2. Add a node via zwave2mqtt
  3. Check zigbee2mqttassistant logs

Expected behavior No errors in the logs

Steps I took to try resolve the problem

Restarted components and host.

Screenshots

Installation

Pertinent logs

See above

Additional context

carldebilly commented 4 years ago

Please try with the latest "dev" version of Z2MA.

magpern commented 4 years ago

Please try with the latest "dev" version of Z2MA.

In dev it is still there

warn: Zigbee2MqttAssistant.Services.BridgeStateService[0] Unable to find friendly name from topic zwave2/nodeID_3/50/1/4 in entity nodeID_3-sensor-power_4. warn: Zigbee2MqttAssistant.Services.BridgeStateService[0] Unable to find friendly name from topic zwave2/nodeID_3/50/1/256 in entity nodeID_3-sensor-generic.

I'll have a look at it

carldebilly commented 4 years ago

It's definitely a false positive just making noise in the log... I think we can simply remove the logging from the code.