Hi everyone,
it’s possible in hass.io to create a “template”/“cmd” climate control. With template/cmd I mean that on every button (Hotter, Colder, etc) can be assigned a custom template or command, which executes something, like (shell) scripts and so on or retrieves something.
I’m asking this because I have a couple of A/C’s at home which doesn’t have WiFi control, but I’m going to implement this functionality with a WiFi capable microcontroler, some basic programming and some soldering and fiddling around with the AC circuitry.
The problem is that the only three ways (which I know) is either create a “Climate” component from various components like sliders, temp. sensors and buttons and put them in a grouped card, reverse engineer a working AC component and make the microcontroller spitting the right commands out or creating a custom component (this one I don’t know - it seems to complex).
Maybe there even is a template/cmd climate component or something like that and I don’t even know about, it would be absolutely nice.
EDIT: The climate component is what generates all that other stuff. This object is in that domain, it’s safe to assume you will get all the same controls as long as you provide all the required attributes.
I already tought of that and already made a pull request of one page to add some missing information, but it’s been more than 1 week and it’s still not there.
I don’t entirely know how it’s made with those. Do hass.io accept all pull request of their page on a specific date or something like that or was mine not enough and won’t be accepted?
Thank you for explaining it, but I think I’ve lost myself in GitHub. I can’t find Propose file change. I somehow “forked” hass.io to my User, but from there I can’t find it, because it errors out 404. When I look at the file changes, I somehow contributed, but cant propose this change.
Did you get any further on this one ? I am looking into controlling my LG AC unit using a script to generate the different IR-codes and sending them (MQTT) using a NodeMCU (Tasmota) with an IR-diode.