Hi,
This is my first post here. I have been running Domoticz previously and have now completely switched to HA. Love it so far! Way more options and integrations, and a lot more active development and community!
I have searched for “RFXtrx ser2net” but could not find a solution to my issue, so I figured I’d start a new topic. If I missed a topic which discusses this exact issue and configuration, please point me to it and accept my apologies.
Here’s my issue:
I am running HA in a VM on my main server. I have a Raspberry Pi 3 with APC UPS, Aeotec Z-wave stick, DSMR and RFXCOM RFXtrx devices connected. On the Pi I have ser2net running for connecting my DSMR and RFXCOM RFXtrx to HA on my main server.
This all runs well, except that after several hours, my RFXCOM RFXtrx entities don’t get updated anymore. DSMR is still running fine and keeps updating. Reloading the RFXCOM RFXtrx integration does not help, but completely restaring HA makes the RFXCOM RFXtrx entities work again for several hours, until they stop again and I have to restart HA again…
I don’t have to restart ser2net to get it back working again, so my guess is that there is an issue with the
RFXCOM RFXtrx intergration of HA. But that’s just a guess.
HA Version: 2020.12.1
Ser2net version: 4.2.3
Ser2net config (/etc/ser2net/ser2net.yaml):
connection: &dsmr
accepter: tcp,2001
timeout: 0
enable: on
connector: serialdev,/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A139GPQL-if00-port0,115200n81,local
options:
kickolduser: true
connection: &rfxcom
accepter: tcp,2002
timeout: 0
enable: on
connector: serialdev,/dev/serial/by-id/usb-RFXCOM_RFXtrx433_A121JBDO-if00-port0,38400n81,local
options:
kickolduser: true
I hope someone can help me with this issue!
I can’t find enything relevant in the logs, but if there are specific logs/debugging to check, please let me know!
Thanks in advance!