Sorry, not familiar with a MySensors setup. But if it seems that you need to setup MySensors and a sensor. Not need for an DHT sensor entry in your configuration.yaml file.
@fabaff, Well, thats my understanding as well. One arduino is running SerialGW and another Arduino is reporting the sensor values… Also I did not include DHT sensor entry in my configuration.yaml file at all …
I installed the missing dependency manually again and restarted my computer. Then when I started the HA, the error was gone ! So I guess one complete restart has helped somehow.
When the HA started, it initially recognised a sensor connected, but it was showing it as a light sensor … so I tried to tweak it in developer tool ! And I completely lost it …
My apologies guys, I keep updating my post. After trying to restart the sensor, and the GW and finally deleting the old mysensors.json and letting HA to create a new one, I think I managed make a step forward.
However, I still get an error related to malformed XML;
16-09-09 10:49:54 netdisco.ssdp: Found malformed XML at http://192.168.1.99:7676/smp_6_:
16-09-09 10:49:54 netdisco.ssdp: Found malformed XML at http://192.168.1.86:2871/dms.xml: <?xml version="1.0" encoding="utf-8"?><root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:dlna="urn:schemas-dlna-org:device-1-0">
Should I be concerned about it ? If yes, How can I fix it.
If you set node ids manually and reuse node ids between firmware updates and different node types you have to edit or delete the persistence file. Otherwise the previous node will block the new node from changing the entity.
I don’t know about the XML error. It’s related to the discovery component it seems.
It helps when troubleshooting to set log level to debug for the component and dependency under question. See the logger component.