-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Custom areas and spots as separate device #63
Comments
Hi, I put this in the backlog. As soon as I get some time (not a lot those days ...) |
No problem ! Take your time in these hard times :) bon courage ! |
You can give it a try in 1.4.5-beta.1 |
I will try that later in the day. (And also try to install the beta, I'm new to homebridge, and used the GUI to install the plugin) thanks a lot ! :) |
Can you share your config please (without password ;p) and logs ? You probably will have to remove the cached accessory by the way since the switch were added before on the same accessory |
Ok, cleared the cache, and did the same thing. Here is mu config file :
And here is my log file :
|
Thanks, might have found the problem. You can test 1.4.5-beta.2 when it will be available soon. By the way your config is not good concerning areas, you should remove parenthesis and sub arrays (was a mistake in my original readme) : "publishCustomAreaSwitches": [
"1894.0,-424.0,-491.0,2950.0",
"1946.0,4987.0,-1002.0,2931.0",
"1582.0,4951.0,-1198.0,6928.0",
"-4026.0,11583.0,-1183.0,9956.0",
"-369.0,122.0,1352.0,2268.0"
], |
Bonjour Nicolas, |
Did you remove the current accessory in cache ? |
Yes i did, I removed accessory from cache before restart. And I see in start log that the plugin did not found anything in cache and then create a new accessory |
Sorry, another mistake ... You can give a try to 1.4.5-beta.3 hen it will be up (need to remove cached accessory). |
Just tried after cleaning cache. I thought it was ok as the switch is not anymore linked to other ones... but there is no switch anymore shown now. I checked on all rooms and it seems to be not present |
Hey, I also have the same problem, there are no more switches present after cleaning the cache with the new beta 3 |
There is a warning in log that told that the switch is removed as seen on previous snapshot. Is it normal? |
It is not, will check (blind coding this, since I d'ont have such features, thanks for testing ;) ) |
1.4.5-beta.4 will be last try for today :) coming soon |
Hello Nicolas, |
Thanks everyone ! I couldn't imagine so much people would be interested in that feature... sorry @nicoduj ! 😇 thank you very much for your hard work ! :) |
Okay, will check asap :) Interested in the log if possible ;p |
The last beta worked for me after cleaning the cache twice! Now the switches are separated and I can move them in the rooms! Thank you very much, this literally was the only thing I missed so much, great work! |
Oh ! Will do the update now to check then ! |
concerning the cache, if you want to clear it, don't use my option but the option in config-ui-X in latest homebridge. |
Hello again, |
Ah strange. I tried again right now and everything working for me. I had same error in log during first tests, but after a second clean cache the error disappeared and everything was fine. When you do clean cache, do you remove all Deebot accessories? |
I only removed the spot switch from cache and restart homebridge. Now it works again. So if I'm correct, once you get the switch, then you cannot restart homebridge without deleting the switch from cache |
HI, 1.4.5-beta.5 on its way to try to fix this, sorry guys ! |
Hello, |
Great ;) Will stay in beta until underlying lib goes final however, but doesn't change anything in the end ;) |
Works for me too !!! thanks very much ! You help was really great, and enjoyed! 😁 will try later more insistence with some reboots of homebridge. For now, I have 4 custom area switches, and tried the last one, which works ! |
@nicoduj |
First, thanks for all the awesome work you've done on this project @nicoduj and for the underlying libraries @mrbungle64! Forgive me if this is answered somewhere, but I haven't been able to find it in my search: How do you know which spot areas on the map correspond to which area in your house on the map? Trial and error? My logs show that the plugin finds SpotAreas 0-9, but I am not sure how to match these to a particular area in my house. |
Hello, |
@tteuer |
Ahh okay, thank you for clarifying. I'm glad to know I wasn't missing anything obvious. Thank's for the link to how to retrieve the current spot area status as well -- that's exactly what I was looking for! |
Hello @mrbungle64 thanks very much for your better solution. Your tool seems to have lot of great options! I never took time trying to install it, and as I'm running most thing on a Synology docker I'm afraid it could be complex for me. But I definitely should try sometime. |
Hello (again) here, doing a feature request (don't know if this is possible).
I created some custom areas, which are specific rooms (like kitchen or so).
The cleaner is seen as a single device in HomeKit, with a lot of actions.
is it possible to add a way to separate these custom areas as a separate device, so that I can move them into other rooms ? Separating the switches in HomeKit and assigning them to a specific room changes the room for every other switches, which is not very useful.
thanks in advance for the reply !
The text was updated successfully, but these errors were encountered: