Forum Replies Created

Viewing 25 posts - 851 through 875 (of 1,705 total)
  • Author
    Posts
  • in reply to: SD card instructions #28215

    Samer
    Keymaster

    This is the current one: https://opensprinkler.freshdesk.com/support/solutions/articles/5000011026-using-the-sd-card-for-ui

    I will update that specific link for older firmwares later tonight.

    in reply to: Survey: can ‘station water time’ fit in 1 byte? #28178

    Samer
    Keymaster

    I will have to redesign the input completely to handle the non-linear method.

    Using the latest method (defining the units in two bits) lets me show a value input with a unit selection. I think this would be easy from a user perspective.

    Update: This is exactly what TechFan just wrote.

    in reply to: SD card instructions #28213

    Samer
    Keymaster

    I wrote a guide for this regarding firmware 2.0.9 and based on your feedback I will update it to detail firmware 2.0.7 and below.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28127

    Samer
    Keymaster

    @donc wrote:

    Yes, I do occassionally see a TP link configuration page.

    Which particular device do you have and do you know which mode it is configured in?

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28124

    Samer
    Keymaster

    @TechFan wrote:

    So far since restoring again on 1.2.0 on osx it hasn’t happened again. Ie, programs haven’t disappeared.

    Okay, let’s hope it was a random fluke? But I would like to put this to rest so if it happens again please let me know and if possible steps leading up to the deletion.

    Thanks!

    Update: Why do you want 100+ posts?

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28121

    Samer
    Keymaster

    @donc wrote:

    BTW, I occassionally reach the TP Link instead of OS when invoking OS. Is this normal? Or do I have something set up incorrectly?

    I wouldn’t say that is normal however if they are sharing the same IP (if it is routing instead of switching) and you have port 80 forwarded I suppose it is possible there is a conflict between the port forward and the HTTP server on the device.

    Maybe I should ask to clarify. Are you saying when you open the browser to http://192.168.2.120 sometimes you see a TP link configuration page? And other times you see the web interface?

    @donc wrote:

    Had to close then reopen IE9 plus delete browsing history to get it to work, but it DID WORK! 😀 Thank you!

    Glad to hear it’s working!

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28119

    Samer
    Keymaster

    @donc wrote:

    I’m somewhat reluctant to install Chrome or Firefox as this computer is part of my business network, and our IT person prefers we all stick with the same browser as it’s easier for him to maintain and troubleshoot problems.

    I just fixed this for IE9. Please try now.

    You might have to refresh a few times to update the cache.

    This was related to IE9 specifically. I have code in place for ajax transport methods but somehow jQuery didn’t detect it resulting in an error, “No Transport” from jQuery. Should be fixed now.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28116

    Samer
    Keymaster

    @donc wrote:

    Note: Sometimes after step 4 the browser page is the page that says password incorrect and goes on to ask about caps locked, etc. This is the same page that would sometimes show up in the old UI when changing from one mode to another or going to or returning from Options page. This was inconsistent on the old UI — didn’t always happen, but after a page refresh all would start working again.

    Here are some things you can try to help us debug:

    1) Try a different browser (Chrome, FireFox, Opera, etc).

    2) Try an available application (iOS, Android, or any other platform, including Windows 8)

    Update: Using IE9 (not emulated) I am able to reproduce this. Give me a minute to identify and fix the issue.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28112

    Samer
    Keymaster

    @TechFan wrote:

    I didn’t try direct web before restoring from osx. Both iOS app and osx app missing programs. No logs during that time. Errant errors. Password has not be changed since setup osx app.

    The only way for the invalid password error to show up is if OpenSprinkler returns a 401 and it’s only shown on commands that change options/programs/etc:

    if (e.status===401 && //(?:cv|cs|cr|cp|uwa|dp|co|cl|cu)/.exec(dest)) {
    showerror(_("Check device password and try again."));
    }

    Source: https://github.com/salbahra/Sprinklers/blob/master/www/js/main.js#L478

    This makes me wonder if the firmware is giving you issues. After you restore, do things work smoothly again?

    Update: I just learned the OpenSprinkler returns 401 for more than password error. Let me see what I can figure out.

    Update 2: Can you reproduce this while capturing it on video or series of screenshots? I am having a hard time reproducing this issue. Thanks!

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28110

    Samer
    Keymaster

    @TechFan wrote:

    Btw, after trying to disable a program with osx last night and getting password errors, I restarted the osx client app and found programs missing there as well. Restored to get them back, but what killed them?

    Sent from my iPhone using Tapatalk

    I am unable to recreate this problem. I am using your export (should be same data) on firmware 2.0.9 with app 1.2.0. I tried enabling/disabling programs on both OS X and iOS.

    When you say you are restoring to retrieve these do you mean they were gone from the actual device (http://os_ip/jp)?

    Also, why did you get password errors? Was the password incorrect or were these aberrant errors?

    Thanks!

    Update: In the future, let’s use separate threads for each issue please since this one is getting cluttered with multiple issues.

    Update 2: I didn’t change program handling between 1.1.8 and 1.2.0 but I suppose the problem could be incompatible apps (I strongly doubt it). I will install 1.1.8 on my iPhone and try again.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28109

    Samer
    Keymaster

    @donc wrote:

    @salbahra wrote:

    @donc wrote:

    Sorry, no luck. Tried resetting EEPROM via B3 options and using “opendoor” as PW. No success. Any ideas?

    Okay I think I know part of the problem. Let me take a look at this tonight (flying back home soon) and I will get back to you with a possible solution to this.

    I understand how inconvenient this can be and appreciate your patience as we try to resolve this.

    Thanks Salbahra.

    I have taken the first step to remedy this situation which is to check if ignore password is enabled and not to prompt you for it. This part is already live.

    I am working with Ray to figure out why the default “opendoor” password would be rejected after a fresh restore.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28107

    Samer
    Keymaster

    @donc wrote:

    Sorry, no luck. Tried resetting EEPROM via B3 options and using “opendoor” as PW. No success. Any ideas?

    Okay I think I know part of the problem. Let me take a look at this tonight (flying back home soon) and I will get back to you with a possible solution to this.

    I understand how inconvenient this can be and appreciate your patience as we try to resolve this.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28105

    Samer
    Keymaster

    Thank you!

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28103

    Samer
    Keymaster

    Not sure I still need to look into it. I won’t be able to until later tonight though. I’ll let you know.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28100

    Samer
    Keymaster

    Reinstalling won’t do anything so don’t bother. The iPhone app should be updated to 1.2.0 soon (in review now) but I can’t imagine why they would stop showing up.

    I’ll have to get back to you after looking into it. Are you using the same programs from the export you sent me?

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28098

    Samer
    Keymaster

    Is this a persistent problem or transient? In other words, if you kill/reopen the app or just reconnect do they show up again?

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28096

    Samer
    Keymaster

    Sorry to hear about the problem your having.

    When you upgrade your firmware, the settings are cleared and the password defaults back to opendoor. The ignore password field is also reset back to default (unchecked).

    This is likely your problem. Please let me know if opendoor works for you or if you are continuing to have issues.

    Moving forward, we are looking into saving certain settings between firmware changes so these issues don’t occur.

    Thank you!

    in reply to: Will run-once valves be opened sequentially ? #28158

    Samer
    Keymaster

    Yes one at a time since the sequential option is globally applied (except manual mode).

    They would run from top to bottom.

    in reply to: Several web and mobile app problems :-( #28140

    Samer
    Keymaster

    @ottorino wrote:

    Now it works again here.
    Thanks for your prompt help.

    Thank you for confirming (can step away from the computer now :P)!

    in reply to: Several web and mobile app problems :-( #28138

    Samer
    Keymaster

    Just to explain, I am trying to make the assetLocation dynamic instead of static. I am unable to see the issue you’re having which makes it hard for me to debug. However, I have resolved the issue to bypass the bug and set the string statically.

    Should work now, thanks for your patience.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28093

    Samer
    Keymaster

    @TechFan wrote:

    Sent

    Able to recreate it but I can confirm your data is perfectly in tact.

    The issue is the lag time it takes to save the program data to EEPROM. Simply chaining the commands instead of bursting them to the controller fixes this issue. I will push this in the next update once I do some more testing.

    Thanks!

    Update: After some more testing I can confirm the issue was bursting the controller. This will be fixed in the upcoming app update.

    in reply to: Windows updater program not running #28146

    Samer
    Keymaster

    @kevin_s wrote:

    That worked great! Thanks for the help. Now if I can find out where the export configuration option saves the config file I can import that back in.

    Thanks again!

    Right now, it saves it in localStorage of the browser. So this is browser specific and just pushing import will restore it so long you are in the same browser (not ideal and will be fixed soon).

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28091

    Samer
    Keymaster

    My email is [email protected].

    I will package up a DMG and get that out with the next release.

    Thank you!

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28089

    Samer
    Keymaster

    @TechFan wrote:

    Unfortunately, I can’t get a complete restore from any of 4 backups on various devices. Looks like I can’t get all my programs to restore. I should have 8 and it looks like I am only getting 6 with the latest restore?

    Do you mind sending me your export via email? I can try to identify an issue that way.

    @TechFan wrote:

    Btw, osx client only finding 1.1.6 available and it lost its config on exit. Had to scan again and then no backup file left either ?

    This is a bug in 1.1.6 for OSX that I fixed but Apple won’t even review the app. I don’t get why they have an App Store. I can provide a DMG if people prefer.

    in reply to: OpenSprinkler (not OSPi!) Firmware 2.0.9 Released #28085

    Samer
    Keymaster

    @TechFan wrote:

    Have been meaning to comment on the new duration dialog. Not much fun to use on my phone. I would much rather have a submit button than just clicking off window.

    I can add back a submit button for sure. I just thought it was bulky and I also made the popups live update the button. So as you change, the button value is perm changed behind you (in case it accidentally closes). But it is very easy to add this back in and will.

    @TechFan wrote:

    I definitely don’t miss the sliders though. They were too easy to adjust accidentally.

    Haha no one does!

    @TechFan wrote:

    Spinners like with the date might be nicer if that was an option.

    The problem with the iOS spinner is it’s iOS only. The date input needs a lot of help and I also wanna fix the other input (minutes/seconds/etc). But won’t be in the next one.

Viewing 25 posts - 851 through 875 (of 1,705 total)