Vimar By-Me / By-Web integration

Good morning. thank you for your help. I had already tried as you told me, but nothing. now I tried again, but always the same message. I even tried to force as you say. my configuration.yaml is:-

vimar_platform:
username: ‘amministratore’
password: ‘xxxxxx’
host: ‘xxxxxxxx.duckdns.org
certificate: rootCA.VIMAR.crt.

the error the same:-

Setup of hacs is taking over 10 seconds.

11:07:01 – /usr/local/lib/python3.8/asyncio/events.py (WARNING)

Error during setup of component vimar_platform

11:06:51 – custom_components/vimar_platform/init.py (ERROR)

Certificate download error: VimarApiError: Saving certificate failed: [Errno 2] No such file or directory: ‘https://xxxxxxx.duckdns.org:443/vimarbyweb/modules/vimar-byme/script/rootCA.VIMAR.crt

11:06:51 – vimar_platform (ERROR).

Sorry

no problem.
Is this the actual configuration? can you try to remove the “.” at the end of the certificate filename?
also remove all the quotes.
if you vimar webserver is located on the same network - you could also use your internal IP adress (if it does not change regulary) it should be able to download the ceritifcate then as well.

Sorry. I wrote the point here but I didn’t write about the configuration. I removed quote and i write the internal ip fixed 192.168.1.16 but nothing. the same error:

Certificate download error: VimarApiError: Saving certificate failed: [Errno 2] No such file or directory: ‘https://192.168.1.16:443/vimarbyweb/modules/vimar-byme/script/rootCA.VIMAR.crt

and now, also:-

Error occurred: HTTPSConnectionPool(host=‘192.168.1.16’, port=443): Max retries exceeded with url: /vimarbyweb/modules/vimar-byme/script/rootCA.VIMAR.crt (Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7fb16d0ac0>: Failed to establish a new connection: [Errno 111] Connection refused’))

my configuration is:

vimar_platform:
username: amministratore
password: xxxxx
host: 192.168.1.16
certificate: rootCA.VIMAR.crt

sorry my fault - please put the rootCA.VIMAR.crt into the config directory - next to you configuration.yaml. the integration should not try to download it, if it finds the file there.

Hello. I cry!!! I did it! Thank you very much. Now I can say that your integration also works with the Vimar light web server 01946. You’re really big. Thank you again

1 Like

The operating mode of the thermostats now has the correct name.

Those knx entities are input.
I made a little video:

Are values that the logic unit uses for its programs. Very similar to HA automations.
I thought, if possible, to set those entities as input number. Like this…
inputnumber

I see. I will check if this is possible. The slider you linked is a template entity for the frontend - i am not sure if i can add such things via the platform integration interface. If you have an integration that does this, please send me a link and i will look up the code.

I’m not very code savvy … can one of these fit?

mmh - I can’t find an integration that actually uses them as a base class:

or use the domain e.g. for InputNumber anywhere other than the tests:

but i’ll give it a try.

Hi, I installed this integration and added the lines in configuration.yaml but I get this error what should I do? Cattura

Please have a look at your home-assistant.log file and see if can see anything regarding the vimar_platform.

I found this:

Seems to be the same problem as Slavo0891 - please download the file listed in your logs:
https://192.168.178.110/vimarbyweb/modules/vimar-byme/script/rootCA.VIMAR.crt
directly from your browser and save it in the directory where your configuration.yaml is located.

in which directory should I put it? Thanks

Please put it there :wink:

I put the file inside the configuration but the error from before comes out

Mmh still the same error?
Please add the following line to your configuration.yaml: certificate: rootCA.VIMAR.crt

It should be right below host, username and password (same indent) for the vimar_platform.

I have inserted this
Cattura2

Ciao. Ricki controlla le maiuscole. Vedi se nel web server la user “amministratore” è scritto con la A maiuscola. Home Assistant è sensibile.

ora provo a vedere grazie.