Forum Replies Created

Viewing 7 posts - 4,226 through 4,232 (of 4,232 total)
  • Author
    Posts
  • in reply to: Got logging working on Raspberry Pi #23219

    Ray
    Keymaster

    Hi Dan, thanks for sharing.

    Regarding your question

    if it would be possible to add a field to OpenSprinkler’s Preferences page to switch between default behavior (using rayshobby server) and another URL (e.g. the server on the raspi)?

    this can be done by adding an string option that stores the prefix to the Javascript path.

    If you have a write-up, I would be happy to post it on my blog. Is it possible to share just the changes/files you made, instead of the entire linux image file? I assume a user would want to install the default Raspi image first, and then follow the change you made.

    in reply to: OpenSprinkler V1.0 Firmware missing #23223

    Ray
    Keymaster

    I am not sure, you should check GitHub. But I believe you can do a ‘git checkout’ followed by the commit hash code (the number shown on each commit record, such as 63d40b62c5).

    in reply to: Rain Delay check via internet #23227

    Ray
    Keymaster

    Sure, we’ve just started working on this using the weather API provided by Wunderground. Hopefully we can release the work in progress soon. There are still a lot of unknowns we need to experiment with. Any help would be appreciated.

    in reply to: OpenSprinkler V1.0 Firmware missing #23221

    Ray
    Keymaster

    GitHub keeps the entire commit history. You can go to the history list and download a previous version of the repository. Here is the direct link:
    https://github.com/rayshobby/opensprinkler/commits/master/OpenSprinkler%20Controller/software
    I think the version committed on June 19, 2012 should still work with FTDI programmer. However, since you have an ISP programmer, I would recommend you to upgrade to the latest firmware (1.8.2). You need to solder a 2×3 pin header to your v1.0 board, and then you can upload a .hex file using your ISP programmer.

    in reply to: Turning Display Off #23218

    Ray
    Keymaster

    The LCD module can be turned off in software, but the backlight is hard wired and cannot be turned off in software. To turn off the backlight would require an additional microcontroller pin. This will certainly be considered for the next hardware upgrade.

    in reply to: command line syntax for preview #23217

    Ray
    Keymaster

    You are right, it should be d, not day. Fixed now. Thanks for pointing it out.

    in reply to: Using a Raspberry Pi with OpenSprinkler #23201

    Ray
    Keymaster

    Thanks for sharing, Dan. It’s great to know that you modified OpenSprinkler firmware to work with Raspi. I’ve got my first Pi recently and am very happy with it. I think a lot of home automation projects will move towards embedded linux in the future. It will lower the programming barrier for users who are less familiar with microcontroller programs but more familiar with script languages. Keep us updated on your progress. Thanks.

Viewing 7 posts - 4,226 through 4,232 (of 4,232 total)