phairplay
(Phairplay)
November 29, 2018, 12:02pm
8
I’m also interest in this.
I currently use my rpi bluetooth to track when we are home, it would be good if my bedroom G mini could detect when we go to bed and then turn everything off downstairs.
Or am I missing the point of this?
I was using the yale smart alarm but they change their api and I’m hoping someone can fix it
joshmd
(Josh)
November 29, 2018, 12:04pm
9
No this is my understanding of it too. I have a few GH in my house so I’m now thinking I can effectively set up room-level presence detection with nothing more than the GH devices.
2 Likes
markbajaj
(Mark Bajaj)
November 29, 2018, 12:20pm
10
I had to roll back to 0.82.1 as just hung when I updated. Nothing obvious in the logs, though I suspect maybe Xiaomi devices may have something to do with it as my friend had to do the same and it was erroring on his Xiaomi sensors.
I’ll give it a go again in a bit and see if I can fully debug.
1 Like
Sunonline
(Sun K)
November 29, 2018, 12:20pm
11
For Owntracks. the setting in configuration.yaml
owntracks:
Restart show intergration in config but no device.
CONFIGURING THE APP - IOS
Install the OwnTracks application for iOS.
In the OwnTracks app, tap the (i) in the top left and click on settings. Change the following settings:
Mode: HTTP
URL: <url given to you when setting up the integration>
<=== what to put when in the intergration no device found
Turn on authentication
User ID: <Your name>
I haven’t gotten the upgrade yet but i’ve had a look at the code. It seems to look for BLE devices similar to the ble_tracker. I assume it will use the known_devices.yaml to specify what to track
phairplay
(Phairplay)
November 29, 2018, 12:32pm
13
would you be able to track the same device on a different Bluetooth tracker?
I find the Google home has a short range (based on using it to stream music) yet the RPI never skips a beat.
joshmd
(Josh)
November 29, 2018, 12:35pm
14
Short range could be good here if we’re looking at room presence detection though.
Choffa
(Choffa)
November 29, 2018, 12:42pm
15
How does locking via google assistant work if I need to enter a pin-code to lock?
1 Like
Not seeing the update in my hassio setup??
balloob
(Paulus Schoutsen)
November 29, 2018, 12:46pm
17
No restart needed when configuring OwnTracks. Devices don’t show up under integrations yet but device tracker entries will show up.
joshmd
(Josh)
November 29, 2018, 12:46pm
18
Hassio update normally takes a few hours to show up I find.
Google Home Bluetooth tracker seems amazing!
Even if it doesn’t work well enough for room-level detection, it would be an ideal way for home presence detection for all of us not using a Raspberry Pi for its Bluetooth.
1 Like
Can it be manually updated? I’m desperate to see if I can get my AsusWRT working again!
touliloup
(Romain)
November 29, 2018, 12:59pm
22
It is said in the doc that some index need to be migrated and that it might take a while. Have you been patient enough?
phairplay
(Phairplay)
November 29, 2018, 12:59pm
23
I agree
What I’m curious about is can I still use the rpi bluetooth which detect us when on our drive and also use google home for room detection.
maurizio53
(Maurizio Fabiani)
November 29, 2018, 1:05pm
24
Is someone aware of these errors?
2018-11-29 12:59:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.all_switches
2018-11-29 12:59:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.calendar
2018-11-29 12:59:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.calendar
2018-11-29 12:59:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.calendar
2018-11-29 12:59:53 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.calendar
touliloup
(Romain)
November 29, 2018, 1:07pm
25
Did you maybe declare a group calendar
2 times by mistake?
0rn0lf
(0rn0lf)
November 29, 2018, 1:08pm
26
This release is so awesome! 17track is now an offical component and the best is, I can now finally use the fritzbox callmonitor component
Thank you really much
maurizio53
(Maurizio Fabiani)
November 29, 2018, 1:08pm
27
No, it’s an open issue with 0.83.0 waiting to be fixed…
All group_all set to initial state ‘on’ have this problem…
1 Like