DheerajKhajuria / pimatic-mysensors

mysensors
http://forum.mysensors.org/topic/797/pimatic-mysensors-controller-plugin
GNU General Public License v2.0
23 stars 24 forks source link

whats the meaning of this? #59

Closed n3roGit closed 8 years ago

n3roGit commented 8 years ago

Invalid config of device "node25": Missing property "sensortype,booleanlabels,label" in /attributes/0, Missing property "sensortype,booleanlabels,label" in /attributes/1, Missing property "sensortype,booleanlabels,label" in /attributes/2, Missing property "sensortype,unit,label" in /attributes/3, Missing property "sensorid,sensortype,booleanlabels,label" in /attributes/4

{
  "class": "MySensorsMulti",
  "id": "node25",
  "name": "Wohnzimmer",
  "attributes": [
    {
      "name": "Temperatur",
      "nodeid": 25,
      "sensorid": 3,
      "type": "float",
      "acronym": "Temp.",
      "unit": "°C"
    },

{ "name": "Luftfeuchtigkeit", "nodeid": 25, "sensorid": 2, "type": "round", "acronym": "Luft", "unit": "%" }, ..... .... ... ..

sweebee commented 8 years ago

This has do to with new new config validation. You can ignore it. But @DheerajKhajuria needs to fix this.

n3roGit commented 8 years ago

okay thx =)