h4de5 / home-assistant-vimar

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

[SETUP] Please help with my setup #21

Closed srodighiero closed 3 years ago

srodighiero commented 3 years ago

Describe the problem

Check for some things first

Setup

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Virtualenv in mac catalina, webserver vimar 01946 firmware 2.8 (Rev. 24952), ha 0.117.5 Worked after first installation, needed to put certificate in place because script is unable to download it (keeps saying file not found even if url/path correct) but when restarting hass this is the log:

Logger: homeassistant.setup Source: custom_components/vimar_platform/init.py:205 First occurred: 22:40:16 (1 occurrences) Last logged: 22:40:16

Error during setup of component vimar_platform Traceback (most recent call last): File "/Users/stefy/homeassistant/lib/python3.8/site-packages/homeassistant/setup.py", line 213, in _async_setup_component result = await task File "/Users/stefy/.homeassistant/custom_components/vimar_platform/init.py", line 91, in async_setup vimarproject, vimarconnection = await _validate_vimar_credentials(hass, vimarconfig) File "/Users/stefy/.homeassistant/custom_components/vimar_platform/init.py", line 205, in _validate_vimar_credentials raise PlatformNotReady homeassistant.exceptions.PlatformNotReady

B3rts commented 3 years ago

I have the same problem.

B3rts commented 3 years ago

OK, I solved it by manually copying the certificate to the "config" folder.

srodighiero commented 3 years ago

manually copying the certificate to the "config" folder for me did not work, but was solved by leaving blank/empty the value for "ceritifcate" on configuration.yaml