Replies: 5 comments 25 replies
-
Everything seem to be correct. Which HomeAssistant version do you have? I've tested this with 0.118 and there is a place in the code which relies on the pretty recent internal api, so I suspect it might be the problem... If that's the case I could rewrite the code to avoid new api call - shouldn't be hard. |
Beta Was this translation helpful? Give feedback.
-
I didn't find any reference about this Integration in logs. Any way to activate debug level of logging for this component? I'm running the latest HASSIO, this are the details about my installation: version: 2020.12.1 host_os: Home Assistant OS 5.9 |
Beta Was this translation helpful? Give feedback.
-
Thanks Dmitry, somehow, after a number of reboots (HA and Hypervisor) the integration appeared at some point. |
Beta Was this translation helpful? Give feedback.
-
I said you tried with a fresh install, using the latest available version. Did you used HassOS or other method? |
Beta Was this translation helpful? Give feedback.
-
Btw, yesterday I finally managed to integrate it into my real home setup and it seems to work fine. So I've put a RPi running prana-rc in the center of the house and connected it with hass server siting in a sever room by wire. |
Beta Was this translation helpful? Give feedback.
-
Hi Dmitry,
I've tried the HA integration and I'm facing some problems:
prana $ ls -alh
total 60K
drwxrwxrwx 3 root root 4.0K Dec 18 18:39 .
drwxr-xr-x 5 root root 4.0K Dec 22 23:11 ..
-rwxrwxrwx 1 root root 3.5K Dec 18 18:39 init.py
-rwxrwxrwx 1 root root 8.2K Dec 18 18:39 config_flow.py
-rwxrwxrwx 1 root root 1.4K Dec 18 18:39 const.py
-rwxrwxrwx 1 root root 2.2K Dec 18 18:39 entity.py
-rwxrwxrwx 1 root root 8.0K Dec 18 18:39 fan.py
-rwxrwxrwx 1 root root 1.8K Dec 18 18:39 light.py
-rwxrwxrwx 1 root root 215 Dec 18 18:39 manifest.json
-rwxrwxrwx 1 root root 2.6K Dec 18 18:39 switch.py
drwxrwxrwx 2 root root 4.0K Dec 18 18:39 translations
-rwxrwxrwx 1 root root 911 Dec 18 18:39 utils.py
prana $ pwd
/config/custom_components/prana
What i'm missing?
Beta Was this translation helpful? Give feedback.
All reactions