EAP615-Wall POE passthrough 22.03

I have flashed TPlink EAP615-Wall AP with the 22.03 rc1 image and I am unable to turn on the POE passthrough.
POE Passthrough was working with the factory firmware.

I have tried

uci set system.poe_passthrough.value=1

but get error uci: Invalid argument

Follow the instructions for EAP235

This works:

uci delete system.poe_passthrough
uci set system.poe_passthrough=gpio_switch
uci set system.poe_passthrough.name="PoE Passthrough"
uci set system.poe_passthrough.gpio_pin=poe-passthrough
uci set system.poe_passthrough.value=1
uci commit
reload_config
4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.