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

Add fan/ventilation speed support for Bosch compress 3800i/IVT Vent 402 #1724

Closed
proddy opened this issue Apr 28, 2024 Discussed in #1690 · 1 comment
Closed

Add fan/ventilation speed support for Bosch compress 3800i/IVT Vent 402 #1724

proddy opened this issue Apr 28, 2024 Discussed in #1690 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@proddy
Copy link
Contributor

proddy commented Apr 28, 2024

Discussed in #1690

Originally posted by mattfro April 10, 2024
Add fan control support. On this device I think you cannot turn off the fan and the min value is 20% and max 100%
I was trying to understand ems messages so(but I have no idea), if I guess correct, 40% should be 28 and 41% should be 29?
If that is the case, I think I fetched when I was changing the value in the pump between 40 and 41.
[K000+00:45:56.777 T 9959: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 29 (offset 9)
[K000+00:46:01.127 T 9997: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 28 (offset 9)
[K000+00:46:06.064 T 10064: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 29 (offset 9)
[K000+00:46:08.889 T 10103: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 28 (offset 9)
[K000+00:46:11.627 T 10146: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 29 (offset 9)
[K000+00:46:15.552 T 10191: [emsesp] controller(0x09) -W-> boiler(0x08), ?(0x04A5), data: 28 (offset 9)
Last value I left it on was 40%

@proddy proddy added the enhancement New feature or request label Apr 28, 2024
@proddy proddy added this to the v3.7.0 milestone Apr 28, 2024
@MichaelDvP
Copy link
Contributor

It's already in the dev.

register_device_value(DeviceValueTAG::TAG_DEVICE_DATA, &fan_, DeviceValueType::UINT8, FL_(hpFan), DeviceValueUOM::PERCENT, MAKE_CF_CB(set_fan), 20, 100);

@proddy proddy closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants