Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Human presence sleep mode #1

Open
GlebDen opened this issue Oct 17, 2024 · 1 comment
Open

Human presence sleep mode #1

GlebDen opened this issue Oct 17, 2024 · 1 comment

Comments

@GlebDen
Copy link

GlebDen commented Oct 17, 2024

Hello. In example sketch "sleep.ino"

Serial.print("\tExistence status: ");
  switch (comprehensiveState.presence) {
    case 0:
      Serial.println("No one");
      break;
    case 1:
      Serial.println("Someone is present");
      break;
    default:
      Serial.println("Read error");
  }

never happens event case 1: (Someone is present)
no matter what you do

and "Bed entry status:In bed" does not change in any position

@TPCQitek
Copy link

TPCQitek commented Jan 8, 2025

#GlebDen Hello, did you progress on the sleep mode etc?

I am doing a project for large scale application, of or can you message me to discuss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants