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

Dallas Temperatur Sensor does not show up in pimatic GUI #29

Closed mrdago closed 8 years ago

mrdago commented 9 years ago

http://forum.pimatic.org/topic/635/frontend-doesn-t-show-received-temperature-value

sweebee commented 9 years ago

Try:

{
      "id": "DS18B20-01",
      "name": "Temperatur Aussen",
      "class": "MySensorsDST",
      "nodeid": 4,
      "sensorid": [
        0
      ]
    },
sweebee commented 9 years ago

Tested it, my config works, but thats not how it should work. I will add a pull request to fix this.

sweebee commented 9 years ago

see https://github.com/DheerajKhajuria/pimatic-mysensors/pull/30

DheerajKhajuria commented 8 years ago

issue fixed..thanks to sweebee