cgarwood / homeassistant-zwave_mqtt

Limited Pre-Release of the new OZW1.6 Z-Wave component. Currently has limited platform support. Check the README for more details.
72 stars 8 forks source link

Enable debug logging in tests #42

Closed balloob closed 4 years ago

balloob commented 4 years ago

This enables debug logging in the tests so you can see what is going on.

HOWEVER, the discovery logging is extremely verbose. Every single check has a log statement. We also log on every value and node that is added. So just loading the generic_network_dump floods the logs.

cgarwood commented 4 years ago

I think most of the "value.x not in command_class/type/genre/etc y" debug logging can be removed from discovery. It was copied over from the existing component but it dumps so much data that I don't think it's useful. I'll make a separate PR to remove that.