OpenSprinkler › Forums › OpenSprinkler Unified Firmware › Bug: HTTP station/OS 2.3/2.1.7: URL length limitation causes erratic behavior › Reply To: Bug: HTTP station/OS 2.3/2.1.7: URL length limitation causes erratic behavior
Anonymous
Thanks Ray, does that mean the 3.0 OS firmware or in app? And assuming itll be a while before its pushed to unified firmware?
thanks again
—————
edit-updated:
Using an RPI3 for my OpenSprinkler, following the Guide here: https://openthings.freshdesk.com/support/solutions/articles/5000631599-installing-and-updating-the-unified-firmware I was able to easily update my firmware from 2.1.8 to 2.1.8(2) and the http bug is fixed for me.
for anyone using a sonoff, the http port setup would be like:
station type: http
server name: <your ip address>
server port: <port that leads back to 80 on your sonoff>
on command: cm?user=adminname&password=yourpassword&cmnd=Power%20On
off command: cm?user=adminname&password=yourpassword&cmnd=Power%20Off
opensprinkler inserts the “/” for you, and the “%20” needs to be in there via sonoff api
turning the sonoff off by hand or by the GUI, while its supposed to be running within OpenSprinkler, Opensprinkler just turns it back on, no indicator that its been turned off or visually let you know the station is off. Just turns it back on.
no complaints, just informing anyone that’s curious.