Lutron Homeworks Configuration - Not updating HA

Hello everyone!

I’m pretty new to HA, just a few weeks, but I’m loving the system and have gotten most everything integrated, but I"m struggling a little with my Lutron Homeworks system. I feel like I’m super close to getting it working, but I feel like I’m missing something.

I have HA installed on a RPi and using a NPort 5110 Ethernet to Serial adapter. I have the NPort set to “TCP Server Mode”, with Local TCP port to 4001 and Command port to 966 (all defaults).

A sample of my Configuration.yaml file is:
homeworks:
host: 192.168.1.205
port: 4001
dimmers:
- addr: “[1:4:1:1:4]”
name: “Bathroom Light”

I have a lot more dimmers there, but they are all showing in HA and I can turn them on when I toggle the device, but within a few seconds it goes back to “off”, even though the light stays on. It doesn’t seem to be communicating back from Homeworks to HA. In addition, the devices all show “off”, even though many are on.

To summarize, I think it seems to be working great from HA to Lutron, but no communication back from Lutron to HA. Not sure if it’s a port thing, etc.

Thank you so much to this community as well. I’ve learned so much when connecting all my other devices and searching this community.