Forum Replies Created

Viewing 25 posts - 701 through 725 (of 1,705 total)
  • Author
    Posts
  • in reply to: Sprikler PHP code doest not work for opensprinkler pi #35070

    Samer
    Keymaster

    As I mentioned earlier, the PHP app is no longer developed or supported.

    I recommend you use the applications available in the app stores to interface with your OpenSprinkler Pi using Dan’s latest software. This includes browsers such as Google Chrome and Mozilla Firefox.

    in reply to: Sprikler PHP code doest not work for opensprinkler pi #35067

    Samer
    Keymaster

    Unfortunately, the PHP application is no longer being developed and has been that way for almost two years now.

    If you wish to try and use the PHP app with OpenSprinkler Pi, you will need to use an older version of the Pi software which Dan has available here


    Samer
    Keymaster

    The manual you are reading is for the Arduino version (not raspberry Pi) which runs a different firmware than the Raspberry Pi.

    There are many forum posts discussing the differences between the Arduino and Pi versions but one of them is the software. The Arduino runs a firmware written by Ray in C++ whereas the Pi software is written by Dan in Python.

    The software moves at different paces and are not necessarily inline with each other. With that said, Dan has commented per-station watering is in the works.

    My application detects your device and firmware and shows the appropriate settings as needed. Since your using an OSPi, the global watering time is used rather than per-station.

    Thanks

    in reply to: No log entries after 2.2.1 firmware update from 2.1.0 #34970

    Samer
    Keymaster

    Sorry to hear about the logging issue. We added a logging option in 2.1.1 and I suspect the backup you restored after upgrading caused the enable logging flag to get unchecked. I will add a check to prevent this when importing older configs but in the mean time you should be able to turn it on in the edit options page.

    By the way, thanks for testing windows 10!

    in reply to: WUnderground diagnostics #34956

    Samer
    Keymaster

    Where are you seeing the 255 port limit? If anything, it sounds like a software issue (unsigned byte) but Ray uses two bytes to store the HTTP port and there shouldn’t be a 255 limit.

    in reply to: Weather Adjustment Not Changing over 2 weeks #34955

    Samer
    Keymaster

    The log page on the UI has not been updated yet however the feature is complete but being tested. It will be released this week.

    in reply to: error in Info.plist of OpenSprinkler application. #34928

    Samer
    Keymaster

    Thank you very much for the detail! I’ll get this fixed now, thanks again!

    in reply to: error in Info.plist of OpenSprinkler application. #34925

    Samer
    Keymaster

    Is this an error message you are seeing or a suggestion? I’ve never seen any error like this and can’t believe iOS would report an Info.plist error.

    Also, I think I understand what you are proposing and I can fix this but curious why it came up.

    Thanks!

    in reply to: Program Not Starting #34897

    Samer
    Keymaster

    Welcome to OpenSprinkler!

    The issue you are having with the last program you described is likely related to the interval time. This is a required field and setting it to 0 prevents the program from running. For the latest OSPi, if you set the program to run a single time you shouldn’t have the issue or you can use a recurring program with a higher interval value.

    In regard to the end time error the first time around, what exactly was the error?

    in reply to: Getlocalization website malfunctioning #34895

    Samer
    Keymaster

    Glad it worked out. I’ve noticed they have intermittent issues but typically resolve them in a timely fashion.


    Samer
    Keymaster

    This was only available in my PHP web app which is over a year old and no longer maintained. Furthermore, it only supported OSPi 1.8.3 (nothing newer). This can be made into a plugin though. If you are interested, you may search the forums for guides on developing plugins for OSPi.

    in reply to: logging zimmerman weather percentage history #34847

    Samer
    Keymaster

    We are adding water logging in firmware 2.1.1 and will show the data next to the zone runs in the table view.

    I will also consider plotting this data graphically and want to also use this data to calculate water savings when using automated weather adjustments.

    In regard to the actual weather data, logging all of that can become quite a bit of data and also make it hard to read. For the most accurate results, use the weather station selection tool available in the edit options page (location icon next to the input box).

    in reply to: Unable to log into web interface #34837

    Samer
    Keymaster

    Adriaan,

    I have already mentioned to Ray that the pre tag is an artifact from the forum and not related to your output. I honestly don’t know why it shows up but regardless I have fixed the text on your post and also notified Ray that the issue is unrelated to the pre tag.

    With that said, it seems like a firmware or hardware related issue and more specifically a memory issue.

    Thank you for your patience.

    in reply to: number widgets don’t work on nexus #34822

    Samer
    Keymaster

    I have a fix for this and will be releasing it in the next app update (within one week).

    Thanks for your patience.

    in reply to: [patch] Use the whole allocated buff for network transfers #34810

    Samer
    Keymaster

    Github is where all code should be posted. You may submit pull requests to the code.

    Update: By the way, I failed to say this earlier, thanks for the patches. Github helps keep all the code in one place so nothing is forgotten. The forums are threaded and finding something becomes very difficult over time. Also, the integrity of the code when using patches pasted as text in forums can introduce issues that can be avoided.

    in reply to: Tapatalk #34773

    Samer
    Keymaster

    I had to build my own integration with tapatalk and very happy we have what we got now. The forum didn’t even handle read/unread at all nor did it have a working timeline view in tapatalk.

    With all that said, the unread page is not possible to add (I’ve tried). The notifications I’m not aware of but I personally have been using the forums subscriptions to notify me via email.

    in reply to: Problem with UI on SD card #34761

    Samer
    Keymaster

    The code changes are published on Github. The specific commit you are requesting is available here: https://github.com/OpenSprinkler/OpenSprinklerGen2/commit/b4b6430bbb9d0c976aee3b0c5a3873a36f8159c5

    in reply to: number widgets don’t work on nexus #34736

    Samer
    Keymaster

    Without being able to reproduce this resolving the issue will be difficult. There is another user with the exact same issue on the same version of Android (4.2.2).

    The emulators on my computer don’t reproduce these issues either. I will see if I can purchase one of these devices so we can get it fixed.

    in reply to: Best way to winterize #34734

    Samer
    Keymaster

    The best thing I’ve found is simply switching the operation to disabled. This setting is saved through power outages and can only be changed back to enabled by the user.

    While the operation is disabled the cost for keeping the sprinkler unit itself running is likely less than a dollar a year.

    The internal battery is never used to power the device but rather ensure the saved settings persist through a power outage and should not be a source of concern.

    Either disabling the operation or turning the controller off will both retain all your programs and settings so there will be no data loss or reprogramming. Furthermore, do note the UI has an export option which allows you to save your programs and settings.

    Hope this helps!


    Samer
    Keymaster

    That’s correct, you need to prefix the station ID with: “pws:” (without the quotes).

    in reply to: Single pass program not displayed correctly #34706

    Samer
    Keymaster

    I went ahead and added an exception to handle this in my mobile app. This will be live in the next version however you are welcome to test at http://betaui.opensprinkler.com.

    Thanks,
    Samer

    in reply to: Using MQTT to log data #34702

    Samer
    Keymaster

    @munnecke I doubt this is a plugin issue. The most likely thing is the settings inside the /data folder are corrupt. The easiest fix with these types of OSPi issues, in my experience, is to wipe the entire folder and re-clone it. Try that and see if it helps.

    in reply to: Single pass program not displayed correctly #34700

    Samer
    Keymaster

    The OSPi program deviated from the OpenSprinkler Arduino firmware by introducing a concept of single vs repeating programs. This concept is not understood by the app and therefore causes this issue. I have mentioned it to Dan a while back but due to other pressing issues it hasn’t been resolved.

    I will take a look at it now and see if I can figure it out, thanks!

    Update: Here is the issue on Github, if you want to follow: https://github.com/Dan-in-CA/OSPi/issues/38


    Samer
    Keymaster

    I just submitted a pull request to Dan for the mobile app plugin to resolve the issue with log time. This puts the log output for the mobile app inline with the Arduino firmware versions.

    This should resolve the issue with the app showing the incorrect time.

    Thanks for the report!


    Samer
    Keymaster

    I was looking into this and it turns out I do support personal weather stations in my plugin. Are you using the following syntax: pws:KTXSANAN80? The key being the pws: prefix to the ID.

    Also, when using a personal weather station, make sure the plugin has an API key.

Viewing 25 posts - 701 through 725 (of 1,705 total)