Hmmm, did you add the node manually or was it auto-discovered? Try to delete the node in HA (not in ESPHome!) and re-add it after a restart of HA.
Delete: go to integrations → ESPHome → choose the node and delete it. After HA restart go back to integrations. Press the “+” sign in the right downwards corner and search for “ESPHome”. Select it and add the IP address and password.
Give it a minute or so and see, if HA recognizes the node.
A node in ESPHome is your device, in this case the NodeMCU. Every device you connect via ESPHome is called “node”. With “working as it should” I mean the node is stable in ESPHome dashboard, no connection resets or something else. If you open the ESPHome dashboard in a second tap, you can see if the status changes. We need a stable connection.
The IP address is the address of your node. According to your config from above 192.168.1.76. And the password is the one from this line in your ESPHome node configuration:
And I’m afraid to say, it’s not over:
We need to dump the ESPhome nodeMCU’s config for 3 ACs to as many ESP-01 and, firstly, solving some configuration troubles:
1°The AC does not beeps despite the presence of this parameter:
climate:
beeper: true
2°If the AC is powered on it does not restore the previous condition, but starts a semi-randomic mode, often Heat/Cold (Automatic Mode), generating many troubles
3°When I press H/C mode on HA dashboard these system errors:
4° The splitter humidity sensor is not displayed despite theirs existence.
5° Cannot enable/disable fin tilting via voice control, regardless which voice service is the source.
6° The AC power meter sensor is not displayed, but I’m unsure if exists.
I consider 1° 2° 3° the most important issues.
I’m “studying” the documentation, but something keeps slipping away, someone had encountered and solved some of these issues, or has and idea? I’ll thanking enormously any suggestion
Actually, config looks ok, hence i suspect a software bug and report on telegram
Nevertheless it is an idea to use a basic config as mentioned by @paddy0174, and slowly expand it later to see if it is a bug or config issue
No beep… If the beep is working with the IR remote from the A/C, it should work here as well. Check, if the beep works with the remote, if not, it’s an issue we need to report.
If the modes change, it seems to be an issue as well => bug report
This is an error with simple-thermostat-card. Remove this for now, and work with the standard thermostat card from HA (the one that is showing on the left). We don’t want any facy cards, that may disrupt the system. First, we need to get the A/C running with the standards, that’s what it is tested against. Afterwards we can enlarge things.
Not sure which one you’re talking about. If you’re talking about sensor.sonoff_a480016867_humidity, this is not a sensor from the climate component. Same as above, avoid this for now, it is just another possibility for errors and faults. Stay with the standard and enhance afterwards.
Is the tilting (whatever that is… ) working, if you change it via HA (not voice)? If so, the problem is more with the voice control than with the component. You need to see this in seperate parts.
The power sensor is not built into all branded models. Mine eg. doesn’t have it as well… Leave this out for now as well, if you really need a power meter later on, you can always work with an additional device like a Sonoff R2 to measure this.
All in all I’d say work with what we had last night. This seemed to be working at least in parts. I know, if something isn’t working, it’s a trained human behaviour to change things, but in the end this is only complicating things. If something isn’t working, step back to the last known working version, and change slowly and tread lightly. Make yourself notes what you’re doing and what the outcome is, and if it is what you expected. If not, revert the changes and try something new (or ask here).
I know, that can be time consuming, but the more standard the configuration is, the better to find errors.
AC with original key beeps anytime you make a setting via app or hub, now beep only when triggered by IR. Only beeping when triggering via nodeMCU laks. I think i need to report.
With my multi meter I measured 5 volt on right pin. Ground the 2nd.
I tried with a wemos d1 and a logic level converter. But no luck.
Has somebody a idea?
Hi, I have just implemented this in esphome and home assistant for my A/C unit but the frontend in home assistant gives the operations: Heat/Cool, Heat, Cool, Dry, Fan Only and Off. My A/C unit does not have a heat option so I would like to remove this, as it shows on the Lovelace dashboard and is useless. Does anyone know how to do this either in ESPHome or Home Assistant?