Greetings all,
I have a couple of Dlink DSP-W110s and although the work great. They are flooding my logs with events making it difficult to troubleshoot other issue. The events like like this:
2017-09-24 15:43:34 WARNING (Thread-9) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:44:03 WARNING (Thread-2) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:44:03 WARNING (Thread-2) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:44:04 WARNING (Thread-2) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:44:04 WARNING (Thread-11) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:44:05 WARNING (Thread-11) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:44:05 WARNING (Thread-11) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:44:34 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:44:34 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:44:35 WARNING (Thread-3) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:44:35 WARNING (Thread-5) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:44:36 WARNING (Thread-5) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:44:36 WARNING (Thread-5) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:45:05 WARNING (Thread-4) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:45:05 WARNING (Thread-4) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:45:06 WARNING (Thread-4) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:45:06 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:45:07 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:45:07 WARNING (Thread-3) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:45:35 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:45:35 WARNING (Thread-3) [pyW215.pyW215] Unable to find CurrentConsumption in response.
2017-09-24 15:45:36 WARNING (Thread-3) [pyW215.pyW215] Unable to find TotalConsumption in response.
2017-09-24 15:45:36 WARNING (Thread-11) [pyW215.pyW215] Unable to find CurrentTemperature in response.
2017-09-24 15:45:37 WARNING (Thread-11) [pyW215.pyW215] Unable to find CurrentConsumption in response.
an on and on…
These particular switches don’t have either temperature or power consumption sensors. I suspect the issue is HASS is attempting to poll sensors that do not exist. I am no coder and not sure what to do next. Any help that can be provided would be greatly appreciated.
Thank You!