nitaybz / homebridge-tado-ac

Homebridge plugin to support Tado Smart AC Control devices.
MIT License
40 stars 12 forks source link

Device status always on "updating", multiple bugs #94

Closed mattnsr closed 4 years ago

mattnsr commented 4 years ago

Hi, I've just reinstalled my homebridge setup and added Tado AC.

I'm having strange issues, here's a video : https://share.icloud.com/photos/0V4tTx2xfHmvkfQBmtf4oV4ZQ

Description :

No issues with my configuration in logs, here's an except : [6/5/2020, 17:00:00] [TadoAC] Salon Current Mode is OFF [6/5/2020, 17:00:00] [TadoAC] Salon Current Temperature is 31.17ºC [6/5/2020, 17:00:00] [TadoAC] Salon Humidity is 49.7% [6/5/2020, 17:00:00] [TadoAC] Cuisine Current Mode is OFF [6/5/2020, 17:00:00] [TadoAC] Cuisine Current Temperature is 21.11ºC [6/5/2020, 17:00:00] [TadoAC] Cuisine Humidity is 50.8%

Here's the config : { "platform": "TadoAC", "username": "xxx", "password": "xxx", "occupancySensorsEnabled": false, "tadoMode": "MANUAL", "disableHumiditySensor": false },

javierireyes commented 4 years ago

I'm having the same issue, my tado hardware version is v2.

nitaybz commented 4 years ago

@mattnsr from your logs it seems like the device is getting the status... how do you know that it is coming from this plugin? can you share some more logs?

mattnsr commented 4 years ago

Hi @nitaybz I don't have many more logs, no issues appear in the logs... It's my only plugin on homebridge, the install is brand new...

Maybe @javierireyes has more logs? I'm using tado v1

javierireyes commented 4 years ago

Hi, I've just checked my logs and there are no error on behalf of the Tado Plug-In, actually it appears to be working just fine:

[6/30/2020, 9:23:37 AM] [TadoAC] Cuarto de Kiki Current Mode is OFF [6/30/2020, 9:23:37 AM] [TadoAC] Cuarto de Kiki Current Temperature is 77.67ºF

but on Homekit:

IMG_A910D52984E8-1

nitaybz commented 4 years ago

try adding "debug": true to your config and let's see if we see anything useful

javierireyes commented 4 years ago

Here's the log after the homebridge restart:

homebridge.log

nitaybz commented 4 years ago

thanks, that helps... please try a test: use Tado app to turn ON device, wait 5 seconds, go back to Home app, see if you can get a status. post me all the logs of this test. I'll investigate and come back with a fix.

javierireyes commented 4 years ago

Sorry Guys but I've pulled the plug on the Tado AC, I've just received a Sensibo. If anyone is interested I'll be selling the Tado on eBay.

nitaybz commented 4 years ago

Sensibo plugin is also mine ;)

mattnsr commented 4 years ago

Hi @nitaybz I tried this and got those logs:

[7/12/2020, 17:33:04] [Homebridge BB-8] Starting terminal session [7/12/2020, 17:33:09] [TadoAC] Salon Current Mode is OFF [7/12/2020, 17:33:09] [TadoAC] Salon Current Temperature is 26.03ºC [7/12/2020, 17:33:09] [TadoAC] Salon Humidity is 36.5% [7/12/2020, 17:33:09] [TadoAC] Cuisine Current Mode is OFF [7/12/2020, 17:33:09] [TadoAC] Cuisine Current Temperature is 23.48ºC [7/12/2020, 17:33:09] [TadoAC] Cuisine Humidity is 40.3% [7/12/2020, 17:33:14] [TadoAC] Chambre Mode is OFF [7/12/2020, 17:33:14] [TadoAC] Chambre Current Temperature is 23.88ºC [7/12/2020, 17:33:14] [TadoAC] Chambre Humidity is 39.6% [7/12/2020, 17:33:14] [TadoAC] Chambre Mode is OFF [7/12/2020, 17:33:14] [TadoAC] Chambre Current Temperature is 23.88ºC [7/12/2020, 17:33:14] [TadoAC] Chambre Humidity is 39.6% [7/12/2020, 17:33:14] [TadoAC] Salon Current Mode is OFF [7/12/2020, 17:33:14] [TadoAC] Salon Current Temperature is 26.03ºC [7/12/2020, 17:33:14] [TadoAC] Salon Humidity is 36.5% [7/12/2020, 17:33:19] [TadoAC] Cuisine Current Mode is OFF [7/12/2020, 17:33:19] [TadoAC] Cuisine Current Temperature is 23.48ºC [7/12/2020, 17:33:19] [TadoAC] Cuisine Humidity is 40.3% [7/12/2020, 17:34:15] [TadoAC] Cuisine Current Temperature is 23.48ºC [7/12/2020, 17:34:15] [TadoAC] Cuisine Current Mode is OFF [7/12/2020, 17:34:20] [TadoAC] Salon Target Temperature is 21ºC [7/12/2020, 17:34:20] [TadoAC] Salon Current Mode is COOL [7/12/2020, 17:34:20] [TadoAC] Salon Current Temperature is 26.03ºC [7/12/2020, 17:34:35] [TadoAC] Chambre Mode is OFF [7/12/2020, 17:34:35] [TadoAC] Chambre Current Temperature is 23.86ºC [7/12/2020, 17:34:40] [TadoAC] Salon Current Mode is OFF [7/12/2020, 17:34:40] [TadoAC] Salon Current Temperature is 26.03ºC [7/12/2020, 17:34:40] [TadoAC] Cuisine Current Temperature is 23.48ºC [7/12/2020, 17:34:40] [TadoAC] Cuisine Current Mode is OFF

MacBook Pro screenshot 2020-07-12 at 18 34 25
nitaybz commented 4 years ago

Are you running thermostatic more on tado app or in the plugin config?

mattnsr commented 4 years ago

No, I’m in non thermostatic mode

mattnsr commented 4 years ago

Hi @nitaybz any updates? :)

nitaybz commented 4 years ago

Hey! I'm doing a complete refactoring for the entire plugin, it will be smart and more efficient and will also include some cool new features... please be a bit more patient and it will worth it

mattnsr commented 4 years ago

So cool, thanks !

nitaybz commented 3 years ago

@mattnsr it took some time but as promised... completely new code, should solve most of the plugin's previous issues... let me know if it all worked out.

Try version 4