Setup and Autostart in a Home Assistant Operating System Installation on RP4 that works for me #40
Replies: 4 comments 9 replies
-
Many thanks for sharing that! Looks like a good candidate to start writing a wiki :) |
Beta Was this translation helpful? Give feedback.
-
I've copied it now to a Wiki and added the FreeBSD from readme. |
Beta Was this translation helpful? Give feedback.
-
@egamper does this still work for you? I think that HA has a timeout now on shell_command of 60 seconds that cannot be changed. |
Beta Was this translation helpful? Give feedback.
-
@adorobis I would now like to use one of the recommended RS232-LAN converters to make the connection more stable. Can this also be implemented under HA OS? How would I have to adapt the start scripts for this? |
Beta Was this translation helpful? Give feedback.
-
Prepare the Virtual Environment:
Copy config and script from GIT https://github.com/adorobis/hacomfoairmqtt/ to /config/custom_components/ca350
/config/custom_components/ca350/ca350.py
/config/custom_components/ca350/config.ini
Edit config.ini as needed
Create /config/custom_components/ca350/ca350runner.py:
Edit configuration.yaml:
Create a HA Automation to start ca350runner.py 2 minutes after HA startup:
This configuration run stable on x86 HW with the actual ca350.py. Thanks @adorobis
Beta Was this translation helpful? Give feedback.
All reactions