Forum Replies Created

Viewing 25 posts - 1,076 through 1,100 (of 1,705 total)
  • Author
    Posts
  • in reply to: Mobile Web App with Screenshots (Updated) #24373

    Samer
    Keymaster

    The native app is a replacement to the web app. As you mentioned, it lacks automatic rain delay and this feature will not make it to the native app (unable to run 24/7 and not ideal device for changes).

    The new UI hasn’t been tested against the web app as it’s no longer in active development. It most likely has issues since every iteration of OSPi causes issues. This is why I moved to the mobile_app plugin to get away from these issues. The web app does not use this plugin (hence the failure).

    Both can probably be run at the same time however they will fall out of sync. In other words, the apps assume one user at a time and don’t make frequent polls to the device to changes not done within the open app.

    Hope that helps.

    in reply to: Potential issue with log display #27217

    Samer
    Keymaster

    I just noticed this issue as well and I believe it is due to my plugin for OSPi. If I put an earlier start date, all the logs show up. I will look into it and let you know.

    Thanks!

    in reply to: Programming adjustment for time of year #27183

    Samer
    Keymaster

    This option exists and is exposed as a global option called watering level. The default is 100% and it works as you described with a range of 0-200%.

    in reply to: Python Interval Program 1 year aniversary and version 2.0 #27128

    Samer
    Keymaster

    Other than the program preview, are you having other issues?

    I think moving forward it’d be better to fix the bugs in 2.0 than reverting back. Furthermore, 2.0 offers some new features including logging support for the mobile app. I will take a look at the program preview and see what I can fix however just to clarify, is it just the preview thats wrong or are the programs running incorrectly in 2.0?

    Thanks

    in reply to: Python Interval Program 1 year aniversary and version 2.0 #27125

    Samer
    Keymaster

    Just the single file: log.json within the ./data folder

    in reply to: Python Interval Program 1 year aniversary and version 2.0 #27123

    Samer
    Keymaster

    It’s now stored as JSON data under the data folder.

    in reply to: Adjusting zone watering times #27153

    Samer
    Keymaster

    In your device settings, do you have sequential mode enabled?

    in reply to: Adjusting zone watering times #27150

    Samer
    Keymaster

    You don’t have to stagger the start time.

    in reply to: Adjusting zone watering times #27148

    Samer
    Keymaster

    The last thing described here is exactly how the firmware functions. They can all have the same start time and so long sequential mode is used under settings the firmware will stagger them. This can be visualized in the program preview.

    in reply to: Android, Blackberry, iOS, and Windows Phone 8 Apps #26257

    Samer
    Keymaster

    Also, I’ll see about losing the start page in the navigation history. (sorry missed that the first time through)

    in reply to: Android, Blackberry, iOS, and Windows Phone 8 Apps #26255

    Samer
    Keymaster

    Welcome back. The 1.9.0 is actually a separate branch of the OSPi software. The branch is named “JM_UI”.

    If you need further assistance let me know.

    in reply to: Cat 5 as a relative short run to control solenoids #27083

    Samer
    Keymaster

    Based on this thread it seems possible to use Cat5: https://groups.google.com/forum/m/#!topic/alt.home.repair/X4UV5YNlF-E

    But not recommended I don’t think (since max or worst case current can exceed the cable max)

    in reply to: IPhone app port # issue #27054

    Samer
    Keymaster

    You don’t need to physically cycle the power either. The timer has a reboot option in software also available in the mobile app.

    in reply to: IPhone app port # issue #27051

    Samer
    Keymaster

    You have to change the port on the site using the “Manage Sites” button. You can find this from the side panel on the home page or in the settings page. After you change the port, you append the port to the IP using IP:Port. The addition is the colon and the port number (no spaces).

    Let me know if that helps.

    in reply to: Problems after update–can’t use web or mobile app #26794

    Samer
    Keymaster

    To be quite honest, I am quite confused why there is a sudden influx of web app users. The native app has been released and offers a better experience (backgrounding, install method, etc) over the web app.

    I assume it is due to the SD card. Maybe I will ask Ray to just remove the web app from the SD card.

    The only missing feature is logging which has already been built for the OSPi and will soon support Arduino based OpenSprinkler, as well.

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

    Samer
    Keymaster

    Okay. I will see what modifications can be done to better support your platform.

    in reply to: Rain Sensor not operating and No Rain Status in APP #26993

    Samer
    Keymaster

    Ah okay. I misunderstood your previous comment. This is likely a bug and will be checked out soon. Thanks!

    in reply to: Rain Sensor not operating and No Rain Status in APP #26990

    Samer
    Keymaster

    It actually does and based on what @wyone is saying it showed up. Is it not working for you? Also, does it show correctly in the firmware?

    Thanks

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

    Samer
    Keymaster

    They are both running android 4.2.2? Any way you can upgrade to KitKat and try again?

    I ask because there is no widget whatsoever in 4.2.2. My app is written using web formats and the bundled browser in 4.2.2 for some reason doesn’t have nice inputs. I could hack in a solution for Android 4.2.2 but I would assume a Nexus device has an available upgrade (which are always good).

    in reply to: New Feature: Day of Week #26842

    Samer
    Keymaster

    It’s there, top left of the graph. You don’t see it?

    On narrow devices it’s the three letter abbreviation. On wider devices, it’s the full name.

    in reply to: Newbie needs help #26961

    Samer
    Keymaster

    Glad we got things sorted. As we discussed, the problem turned out to be the password used in the mobile application from the App Store. The password needs to be the device password which defaults to opendoor.

    I am posting this for other’s who might have similar issues, in case you are wondering.

    Thanks!

    in reply to: Problems maintaining IP Address #26970

    Samer
    Keymaster

    You said OSPi however mentioned firmware 2.0.4. Just to be clear, are you using a Raspberry Pi connected to an OSPi board? Or are you using an Arduino based OpenSprinkler?

    If you are using Raspberry Pi, which OS are you running?

    in reply to: Interval – Plugin development #26667

    Samer
    Keymaster

    Thank you! I actually badly want to pull logging data in since I already have the UI built.

    The hold up is on the Arduino side. I want to try and make the method is similar for both Pi and Arduino user’s so it works well across the board.

    Awesome work on the plugin!

    in reply to: Losing Packets; apps don’t work #26925

    Samer
    Keymaster

    Glad to hear things are working! If you have any suggestions regarding the mobile app please free to discuss them. Also, as you mentioned, patches or pull requests would be great as well.

    Thanks!

    in reply to: Newbie needs help #26957

    Samer
    Keymaster

    For example, my app requests an IP to work (or finds it if it can).

    If you goto your desktop browser and navigate to http://IP:8080 does it work?

Viewing 25 posts - 1,076 through 1,100 (of 1,705 total)