h4de5 / home-assistant-vimar

VIMAR by-me integration into home-assistant.io
GNU General Public License v3.0
43 stars 6 forks source link

Large installation and climate problem. #11

Closed lollo03 closed 4 years ago

lollo03 commented 4 years ago

Everything is working good, except for 2 things:

1) I get this warns in the console, I posted it so you can analyze them.

2020-07-04 10:32:17 INFO (SyncWorker_14) [custom_components.vimar_platform.vimarlink] get_main_groups ends - found 40 groups
2020-07-04 10:32:17 INFO (SyncWorker_18) [custom_components.vimar_platform.vimarlink] get_scenes started
2020-07-04 10:32:18 INFO (SyncWorker_18) [custom_components.vimar_platform.vimarlink] load sql ends - found 114 devices
2020-07-04 10:32:18 WARNING (SyncWorker_18) [custom_components.vimar_platform.vimarlink] Your installation has over 300 device parameters. In order to not crash the webserver the query was limited. It is possible, that some devices are missing or not working correctly.
2020-07-04 10:32:19 INFO (SyncWorker_19) [custom_components.vimar_platform.vimarlink] get_scenes started
2020-07-04 10:32:19 INFO (SyncWorker_19) [custom_components.vimar_platform.vimarlink] load sql ends - found 139 devices
2020-07-04 10:32:19 WARNING (SyncWorker_19) [custom_components.vimar_platform.vimarlink] Your installation has over 300 device parameters. In order to not crash the webserver the query was limited. It is possible, that some devices are missing or not working correctly.

2) My climate zones don't show up and the log gives me this error.

2020-07-04 10:32:21 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA CAMERA LORENZO
2020-07-04 10:32:21 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA CAMERA MATRIMONIALE
2020-07-04 10:32:21 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA CAMERETTA CENTRALE
2020-07-04 10:32:22 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA CAMERETTA FEDERICO
2020-07-04 10:32:22 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA CUCINA
2020-07-04 10:32:22 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA SALOTTO
2020-07-04 10:32:22 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA STUDIO
2020-07-04 10:32:22 WARNING (MainThread) [custom_components.vimar_platform] Unknown object returned from web server: CH_Fancoil / CLIMA TAVERNA

Thank you for your work, Lorenzo.

h4de5 commented 4 years ago

I see - glad you get everything running again. I not have time to add a paged query, so it can read more than 300 states. I think I may add this next, after the energy sensors work properly.

CH_Fancoil are also new. Can you have a look at https://github.com/h4de5/home-assistant-vimar/blob/master/CONTRIBUTING.md ?

I would need to know which attributes the fancoils offer in order to add it. Best is to open a page on the webserver that just show them, if possible.

Best regards

h4de5 commented 4 years ago

@lollo03 the new version loads the existing devices page wise - so it should not longer be limited to a number of devices or states. also CH_Fancoil should be recognized as climate now.

h4de5 commented 4 years ago

I am closing this issue as it seems to be working already. Please let me know if that's not the case.