ckuburlis / homebridge-tado

16 stars 15 forks source link

cannot reading temperatur/mode #42

Closed Kiter1988 closed 7 years ago

Kiter1988 commented 7 years ago

Hi, i have install your plugin for my tado ac.

Homebridge shows me some Issues, can you help me ? I have downgrade npm allready. My Homekit says "No Answer".

1. Issue /usr/lib/node_modules/homebridge-tado/index.js:357 if (obj.setting.temperature == null) { ^ TypeError: Cannot read property 'temperature' of undefined at IncomingMessage. (/usr/lib/node_modules/homebridge-tado/index.js:357:28) at emitNone (events.js:91:20) at IncomingMessage.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9)

2. Issue /usr/lib/node_modules/homebridge-tado/index.js:157 accessory.log("Current zone mode is " + obj.setting.mode); ^ TypeError: Cannot read property 'mode' of undefined at IncomingMessage. (/usr/lib/node_modules/homebridge-tado/index.js:157:64) at emitNone (events.js:91:20) at IncomingMessage.emit (events.js:185:7) at endReadableNT (_stream_readable.js:974:12) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9)

nitaybz commented 7 years ago

This plugin is not supported anymore. Install: sudo npm install -g homebridge-tado-ac

Kiter1988 commented 7 years ago

Thank you , now i have see it too^^ Big black letters :-P

mattnsr commented 7 years ago

Hi,

I have the exact same problem (issue 2). Everything went well and after a few days same problem as you. I've reinstalled with sudo npm install -g homebridge-tado-ac, same thing. Everything is up to date, any idea ?

nitaybz commented 7 years ago

There is a change in the api, Will be fixed in the next couple of days. But it will be fixed on my plugin homebridge-tado-ac. Please keep following there...

nitaybz commented 7 years ago

There is a change in the api, Will be fixed in the next couple of days. But it will be fixed on my plugin homebridge-tado-ac. Please keep following there...

mattnsr commented 7 years ago

Okay, thank you for your great work.