Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Upcoming 2.3.3 app update #79613

    neilh20
    Participant

    What’s worked for me is https://ui.opensprinkler.com (thanks to a reference from Ray)

    I had problems with https://app.opensprinkler.com only partially working, allowing me to register the OTC, but not connecting to the actual OSP

    Overall a pretty functional app. Really amazing to trace it through and see how its doing it 🙂

    in reply to: ESP v3 EEPROM #79391

    neilh20
    Participant

    Ok many thanks for the explanation, nice easy way of differentiating – 🙂

    in reply to: ESP v3 EEPROM #79358

    neilh20
    Participant

    Ok fantastic. Thanks very much. I have been running my v3 ESP8266/DC very successfully. Great features:)

    The reason I was mentioning an EEPROM as it looks to be a new hw resource v3, and was just interested in any thoughts about it.
    The schematic I found on github – https://github.com/OpenSprinkler/OpenSprinkler-Hardware/blob/master/OS/3.0/Master/os33_master.png
    has a device 24C02 and there is a reference to detecting it in the code a
    OpenSprinker.cpp:
    // revision 2 and 3
    if(detect_i2c(EEPROM_I2CADDR)) { // revision 3 has a I2C EEPROM
    hw_rev = 3;
    } else {
    hw_rev = 2;
    }

Viewing 3 posts - 1 through 3 (of 3 total)