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

Future esphome (custom?) component? #2

Open
SkateWarp opened this issue Jun 10, 2023 · 3 comments
Open

Future esphome (custom?) component? #2

SkateWarp opened this issue Jun 10, 2023 · 3 comments

Comments

@SkateWarp
Copy link

First of all, thank you for your work and dedication with this! 😄
Do you plan to do a ESPHome component of it?

@htmltiger
Copy link
Collaborator

I am not using ESPHome build system unable to test it but the code can be ported onto this.
https://github.com/dslatford/electriq_ac

yaml config should be

uart:
  id: uart_bus
  rx_pin: GPIO13
  tx_pin: GPIO15
  baud_rate: 9600
  parity: EVEN

need to alter heartbeat, checksum, bits position and should work

@SkateWarp
Copy link
Author

Thank you for your reply! :)
I'm actually using this repo.
I only changed a few things, like always turn off the beep.
I'd also want to turn off the display and at the same time turn off the beep in cool mode, this is the little modification I did to the code, instead of sending 0b01100100, I send 0b00000100, right?
but for whatever reason my A/C goes to auto and to 23°C and ignores whatever command I send.
turning off the beep alone works well.
the fan speeds, auto, turbo and quiet works, other speeds makes the A/C go to auto.

@htmltiger
Copy link
Collaborator

seems right,
AcCmd[7] = 0; //[7]=eco,display,beep,ontimerenable?, offtimerenable?,power,0,0
is the one you need to modify.
if your model is different then you may have to brute force like I did to slowly find one thing at a time

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

2 participants