-
Notifications
You must be signed in to change notification settings - Fork 40
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
ventilation_extract_only for more than 1 h #16
Comments
I've prepared values for 3,6,12 h. Maybe this will be useful for someone. 0x84, 0x15, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0e, 0x00, 0x00, 0x00 - 1h I've tested 3h value change. Working as expected. |
Maybe we can add a way to send custom hex commands? |
#46 will allow custom hex sending. |
leaving here for reference: service: esphome.comfoair_send_hex
data:
hexSequence: "8415070100000000100e000000" |
Hi
I need to have ventilation_extract_only for 12 hours instead of 1 hour active. I am not a programmer but after some research it seems like this part of code needs to be modified in commands.h:
#define CMD_ventilation_extract_only { 0x84, 0x15, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x10, 0x0e, 0x00, 0x00, 0x00 }
new value:
#define CMD_ventilation_extract_only { 0x84, 0x15, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xa8, 0x00, 0x00, 0x00 }
Is it correct? New value is correct?
Thank You
The text was updated successfully, but these errors were encountered: