corvis / prana_rc

Python library and CLI to control Prana recuperators via BLE connection (https://prana.org.ua/)
GNU General Public License v3.0
20 stars 6 forks source link

error when adding the integration in HA #30

Closed luciandf closed 2 years ago

luciandf commented 2 years ago

Hello,

I have installed prana_rc in my homeassistnat server using pip install prana-rc (if I try this pip install prana-rc[server-tornado] I get an error that it doesn't exist). After that I try to add the integration and I get the following error:

image

I think I am missing something. There needs to be a command I should run in order to start the server after installing prana-rc with pip. But I cannot figure out what is that command. You mention a command for docker but I would prefere to run it without docker if it is possible.

Can you clarify this please?

Thank you