Skip to content

Sonoff TH 16 Elite cannot detect temp sensor #437

@zandegran

Description

@zandegran

The temp probe data should be at GPIO25. I changed the config to reflect this. Changed oneWirePin from 23 to 25 in Config.h. GPIO27 gives power to the sensor so added the following to void brewpi_setup() in BrewPiLess.cpp

void brewpi_setup()
{
  pinMode(27, OUTPUT); 
  digitalWrite(27, LOW);
  pinMode(13, OUTPUT); 
  digitalWrite(13, LOW); // Green status Led
  ....
}

The LED is turning on but the temperature sensor is not detected.
My changes: master...zandegran:BrewPiLess:wip-sonoff-th-16-elite

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions