I have a RPI4 with the HA operating system.
I had a fan to control the temperature of the CPU using CPU temperature reading and making a kind of PWM control with HA, just followed this link
Since GPIO is no longer available, I placed the fan connected to 5V pins and it is working 24/7.
I just started to read about remote_rpi_gpio, and start wondering if I can use it to control my RPI4 GPIO pointing the IP address to localhost.
I’ved to follow the configuration guide and I had no sucess, I need further reading and trying.
Did anyone used remote_rpi_gpio to replace old GPIO control?
Should I keep digging or does not make any sense waste time here?