-
Notifications
You must be signed in to change notification settings - Fork 42
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
Airconditioning not responding to commands #97
Comments
loop error -3 is usually an issue with the board or pinout (you can change the pins in the yaml) |
Hi Robert, thanks for your fast response. in the meantime i will test with a second board i have here. |
the pins are not in the yaml, but can be found in the core file: |
#define SCK_PIN 14 so swapping pin 12 and 14? |
well, that depends on the board you are using, and the number of the pins that connect to the boad in the AC. just to be sure, is the board with esp in the AC already? and what esp are you using? |
Yes its inside, well i still have all open but its connected to the AC. i use the Wemos D1 Mini ESP8266 combined with |
did you manage to get it to work? |
I have been using this board in 3 units now and the pinout of this project is fine by default. Please make sure you did the soldering correctly and all connections are OK. |
HI mines doing a similar thing, all the sensors show as "Unknown" and it doesn't respond. My log is basically silent, this is 5 minutes worth. Oddly I can see the state of the AC in the ESPhome integration in HA, including mode and room temperature, but none of the sensors. I'm using a WEMOS D1 Mini V4.0.0 ESP8266 4MB I've tried reinstalling the code to the board, clearing out the files from the ESPhome folder in HA and reloading them. Hoping not to have to dismantle the unit again to check my soldering! Tom INFO Starting log output from 192.168.68.116 using esphome API |
I suspect it might be the V4 board - I'll grab an older one. |
Hi,
My air conditioning(SRK35SW-Z) is not responding, the device appears in homeassistant etc but all sensensors have the value state unknown. I'm using the following board(). Pressing any button in homeassistant has zero effect on the air conditioning.
I guess it has something to do with the but i cannot discover what this means.
mhi_ac_ctrl_core.loop error: -3
INFO ESPHome 2024.8.0
INFO Reading configuration /config/esphome/esphome-web-56a911.yaml...
WARNING 'mhi_ac_ctrl_1': Using the '_' (underscore) character in the hostname is discouraged as it can cause problems with some DHCP and local name services. For more information, see https://esphome.io/guides/faq.html#why-shouldn-t-i-use-underscores-in-my-device-name
INFO Starting log output from 192.168.1.109 using esphome API
INFO Successfully connected to mhi_ac_ctrl_1 @ 192.168.1.109 in 0.040s
INFO Successful handshake with mhi_ac_ctrl_1 @ 192.168.1.109 in 0.313s
[08:46:29][I][app:100]: ESPHome version 2024.8.0 compiled on Aug 21 2024, 18:35:25
[08:46:29][C][wifi:600]: WiFi:
[08:46:29][C][wifi:428]: Local MAC: C8:C9:A3:56:A9:11
[08:46:29][C][wifi:433]: SSID: [redacted]
[08:46:29][C][wifi:436]: IP Address: 192.168.1.109
[08:46:29][C][wifi:439]: BSSID: [redacted]
[08:46:29][C][wifi:441]: Hostname: 'mhi_ac_ctrl_1'
[08:46:29][C][wifi:443]: Signal strength: -60 dB ▂▄▆█
[08:46:29][C][wifi:447]: Channel: 6
[08:46:29][C][wifi:448]: Subnet: 255.255.255.0
[08:46:29][C][wifi:449]: Gateway: 192.168.1.100
[08:46:29][C][wifi:450]: DNS1: 192.168.1.100
[08:46:29][C][wifi:451]: DNS2: 0.0.0.0
[08:46:29][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:29][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:29][W][component:238]: Components should block for at most 30 ms.
[08:46:29][C][logger:185]: Logger:
[08:46:29][C][logger:186]: Level: DEBUG
[08:46:29][C][logger:188]: Log Baud Rate: 0
[08:46:29][C][logger:189]: Hardware UART: UART0
[08:46:29][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:29][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:29][W][component:238]: Components should block for at most 30 ms.
[08:46:29][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:29][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:29][W][component:238]: Components should block for at most 30 ms.
[08:46:29][C][uptime.sensor:033]: Uptime Sensor 'Uptime'
[08:46:29][C][uptime.sensor:033]: Device Class: 'duration'
[08:46:29][C][uptime.sensor:033]: State Class: 'total_increasing'
[08:46:29][C][uptime.sensor:033]: Unit of Measurement: 's'
[08:46:29][C][uptime.sensor:033]: Accuracy Decimals: 0
[08:46:29][C][uptime.sensor:033]: Icon: 'mdi:timer-outline'
[08:46:29][C][uptime.sensor:034]: Type: Seconds
[08:46:29][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:29][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:29][W][component:238]: Components should block for at most 30 ms.
[08:46:29][C][template.select:065]: Template Select 'Fan Control Left Right'
[08:46:29][C][template.select:065]: Icon: 'mdi:arrow-left-right'
[08:46:29][C][template.select:066]: Update Interval: 60.0s
[08:46:29][C][template.select:069]: Optimistic: YES
[08:46:29][C][template.select:070]: Initial Option: Left
[08:46:29][C][template.select:071]: Restore Value: NO
[08:46:29][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:29][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:29][W][component:238]: Components should block for at most 30 ms.
[08:46:30][C][template.select:065]: Template Select 'Fan Control Up Down'
[08:46:30][C][template.select:065]: Icon: 'mdi:arrow-up-down'
[08:46:30][C][template.select:066]: Update Interval: 60.0s
[08:46:30][C][template.select:069]: Optimistic: YES
[08:46:30][C][template.select:070]: Initial Option: Up
[08:46:30][C][template.select:071]: Restore Value: NO
[08:46:30][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:30][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:30][W][component:238]: Components should block for at most 30 ms.
[08:46:30][C][template.switch:068]: Template Switch '3D Auto'
[08:46:30][C][template.switch:070]: Icon: 'mdi:video-3d'
[08:46:30][C][template.switch:090]: Restore Mode: always OFF
[08:46:30][C][template.switch:057]: Optimistic: YES
[08:46:30][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:30][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:30][W][component:238]: Components should block for at most 30 ms.
[08:46:30][C][mhi_ac_ctrl:148]: MHI-AC-Ctrl Climate 'MHI-AC-Ctrl-woning-boven'
[08:46:30][C][mhi_ac_ctrl:149]: Min. Temperature: 18.0°C
[08:46:30][C][mhi_ac_ctrl:150]: Max. Temperature: 30.0°C
[08:46:30][C][mhi_ac_ctrl:151]: Supports HEAT: YES
[08:46:30][C][mhi_ac_ctrl:152]: Supports COOL: YES
[08:46:30][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
[08:46:30][W][component:237]: Component took a long time for an operation (101 ms).
[08:46:30][W][component:238]: Components should block for at most 30 ms.
i can also see that the commands are reaching the esp but nothing happens.
[09:01:04][W][component:237]: Component took a long time for an operation (101 ms).
[09:01:04][W][component:238]: Components should block for at most 30 ms.
[09:01:04][D][climate:011]: 'MHI-AC-Ctrl-woning-boven' - Setting
[09:01:04][D][climate:015]: Mode: OFF
[09:01:04][D][climate:396]: 'MHI-AC-Ctrl-woning-boven' - Sending state:
[09:01:04][D][climate:399]: Mode: OFF
[09:01:04][D][climate:404]: Fan Mode: MEDIUM
[09:01:04][D][climate:416]: Swing Mode: VERTICAL
[09:01:04][D][climate:419]: Current Temperature: nan°C
[09:01:04][D][climate:425]: Target Temperature: 20.00°C
[09:01:04][W][mhi_ac_ctrl:143]: mhi_ac_ctrl_core.loop error: -3
The text was updated successfully, but these errors were encountered: