Hi,
Newbie to HA and just trying to move from HS4.
Manged to move all the Z-Wave devices across to HA lastnight, but I have an issue where when I physically turn lights on/off the value isn’t updating in HA.
I saw a similar issue in HS4 and chnaged the baud rate from 9600 to 115200 and this resolved the problem.
Can anyone help with where in HA I can make the changes to the baud rate?
I have HA setup in a Windows 11 machine running VirtualBox with the USB device being passed through to the VM.
I have search the forum but all I can seem to find is changing this in the config file, as below, but I can’t even seemt to find where HA is installed on the Linux VM when browsing through the folders and certainly cannot see a config folder.
Thanks.
Generally speaking, if the UI does not allow to alter a parameter, you have 2 options:
- Remove an re-add the integration
- Hack into the .storage directory to change values manually, then restart HA.
In this instance, you’ll find the adapter config in
/config/.storage/core.config_entries
e.g.
{ "entry_id": "0d3770e577ae8ae46ae6297698070b01", "version": 2, "domain": "zha", "title": "BV 2010/10, s/n: 0137F5AD - Silicon Labs", "data": { "radio_type": "ezsp", "device": { "path": "/dev/ttyUSB0", "baudrate": 57600 } },