Running Python Service

I’m trying to run the Lightwave Proxy service (Lightwave-TRV) but it seems almost impossible to run it through Home Assistant in the flashed Raspberry version.

Any ideas?

If I run AppDaemon, can I use pip3 install xxxx?

I want to install the service so that I can read out the broadcast TRV responses, but without it, I’m stuffed.

I’m startnig to think that installing a developer version might be a much easier way to use than the docker version.

:frowning:

Hello,
The TRV proxy runs outside of HA.
You have two options.

  1. install the proxy on a different computer, or
  2. run HA inside Docker, or a Python virtual env. Then you can run the proxy on the same server.