-
Notifications
You must be signed in to change notification settings - Fork 124
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
How to distinguish different types of rooms #26
Comments
This is no issue with the server code. That‘s something the client side has to do. If your client is the Apple home app, you are able to set the room in the accessory settings (deep press and settings). |
I did it as you said. When you set a room type for one device, all other devices are the same type struct hap_characteristic temperature_sensor[] = { |
How about distinguish by name? |
I wanted to add a lot of devices, but I found them all in the same room type in the apple homekit app, and if I change one room type, the other devices change with it. The equipment is always in the same room. |
Do you want put every room sensons on single esp32? |
I want to use esp32 as a gateway. |
You already did. |
I added several devices and found them all in the same room.
How to distinguish different types of rooms?
Tks.
The text was updated successfully, but these errors were encountered: