Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change settings of the WCM-FS/WCM-FB #3

Open
syssi opened this issue Jan 4, 2024 · 0 comments
Open

How to change settings of the WCM-FS/WCM-FB #3

syssi opened this issue Jan 4, 2024 · 0 comments

Comments

@syssi
Copy link

syssi commented Jan 4, 2024

I would like to point out an important detail here:

The WCM-FS/WCM-FB accepts write instructions only if you run ebusd on address 0xff (see https://forum.fhem.de/index.php?topic=61017.msg541352#msg541352).

Please make sure to start ebusd with -a 0xff if you want to write some settings to the device.

$ ebusctl read -f -c hc1 Gradient
13.5

$ ebusctl write -c hc1 Gradient 12.5
done

$ ebusctl read -f -c hc1 Gradient
12.5

If you use the default ebusd address the write instruction isn't accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant