Hi over past couple of weekends I have been trying to get system to wake up after winter. Turned it on and let it get a good few days of sun. It makes all the right noises and I get it to water zone 1 and 2 with the overide button. However I have changed wifi over winter. I cannot seem to connect to the boxes webpage in online mode to swap it over to the new wifi. I can see it's wifi signal and connect but the default page is blank. Attempts with chrome and safari browsers, on phone, laptop and ipad. 192.168.4.1 is always a blank page. Any suggestions?
Hi there, we've identified some boxes which have a corrupt dashboard - it can be fixed by POSTing data to the device to set the wifi network + password, and when it's online we can update the firmware. Would you be comfortable installing an app such as Postman and doing some direct data to the box? If not, we can do it here for you if you send the box to us.
Perfect. POST to 192.168.4.1/saveWifi
with body hNet for the SSID and hPass for your password.
That will save the wifi settings into the box. It should then reboot, connect and update to firmware 2025042900
HI there - tried with curl and errored so went to postman. still no dice. The device gives multiple beeps after I send but is eventually throwing back this parse error
POST http://192.168.4.1/saveWifi
Error: Parse Error: Invalid character in chunk size
with body hNet for the SSID and hPass for your password.
That will save the wifi settings into the box. It should then reboot, connect and update to firmware 2025042900
curl -X POST -d "hNet=SSID&hPass=PASSWORD" http://192.168.4.1/saveWifi
POST http://192.168.4.1/saveWifi
Error: Parse Error: Invalid character in chunk size