marthoc / GarHAge

a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
MIT License
170 stars 42 forks source link

Relays inverted? #42

Open vulcanjedi opened 3 months ago

vulcanjedi commented 3 months ago

Finally got all this up to replace my old GarageQTPI installation and had spare nodemcu. But having this behaviour which I believe was relateively easy fix on GarageQTPI and setting the relay to inverted. Is that possible here w/ GarHAge?

beanpowered commented 1 week ago

Finally got all this up to replace my old GarageQTPI installation and had spare nodemcu. But having this behaviour which I believe was relateively easy fix on GarageQTPI and setting the relay to inverted. Is that possible here w/ GarHAge? In the "Relay Parameters" you can change from Active High: https://github.com/marthoc/GarHAge?tab=readme-ov-file#relay-parameters

Relay Parameters ACTIVE_HIGH_RELAY true

Set to false if using an active-low relay module. Set to true if using an active-high relay module. (Default: true)