mcfrojd
(Mcfrojd)
February 14, 2019, 6:41pm
21
Im using tasker and webhook to update my charging status.
Tasker setup
Yaml setup
############################################################################
## Webhooks
############################################################################
## Automations
############################################################################
automation:
- alias: 'Webhook Call Input_boolean'
initial_state: 'on'
trigger:
platform: webhook
webhook_id: input_boolean_webhook_publish
action:
service_template: '{{ trigger.json.service }}'
data_template:
entity_id: '{{ trigger.json.entity }}'
############################################################################
## Input_boolean
############################################################################
input_boolean:
matte_charging: # Controlled from tasker on phone
name: Matte Laddar
For my wife i get the charging status from my âGoogle Maps Location Sharingâ device_tracker.
(a bit slower to detect status, but i dont have to install or setup anything on her phone.
sensor:
- platform: template
sensors:
asa_charging_gmaps:
friendly_name: "Ă
sa laddar gmaps"
value_template: "{{ state_attr('device_tracker.google_maps_xxxxxxxxxxxxxxxxxxxx', 'battery_charging') }}"
The Battery icon comes from using the âcustom componentâ battery_alert.yaml from https://github.com/notoriousbdg/Home-AssistantConfig/blob/master/packages/battery_alert.yaml
And the circle with gradient color is just a transparent .png file with the same size as the background images and the circle placed where the âholeâ is.
And for proximity i have this:
############################################################################
## Proximity
############################################################################
proximity:
home_matte:
zone: home
devices:
- sensor.matte_presence
tolerance: 50
unit_of_measurement: km
home_asa:
zone: home
devices:
- sensor.asa_presence
tolerance: 50
unit_of_measurement: km
home_cod:
zone: home
devices:
- sensor.cod_presence
tolerance: 50
unit_of_measurement: km
7 Likes
SeLLeRoNe
(Andrea Iannucci)
February 14, 2019, 7:25pm
22
mcfrojd
(Mcfrojd)
February 14, 2019, 7:34pm
23
I think the tolerance value is in meters.
tolerance
(integer)(Optional)The tolerance used to calculate the direction of travel in meters (m) to filter out small GPS coordinate changes.
The unit_of_measurement i think is only for the reported state.
SeLLeRoNe
(Andrea Iannucci)
February 14, 2019, 8:15pm
24
Oh okay
Make more sense like this
Also for the presence you use tasker?
mcfrojd
(Mcfrojd)
February 14, 2019, 8:53pm
25
No, i use 3 diffrent components for presence.
âGpsâ = Google Maps Location Sharing (HA Component)
âBluetoothâ = https://github.com/andrewjfreyer/monitor (Project running on separate Pi)
âWifiâ = IFTTT Webhooks for my FINGBox (FingBox and IFTTT (Official Support) )
And right now im testing out the hassio addon âA Better Presenceâ from here https://github.com/helto4real/hassio-add-ons/tree/master/presence to tie them all together.
I have used tasker for presence, sending gps, battery, and lots of data earlier, but it was quite battery draining back then.
Nowdays with webhooks i guess it would be a lot easier to setup in tasker, but right now i think these 3 is working good enough for me.
3 Likes
SeLLeRoNe
(Andrea Iannucci)
February 14, 2019, 11:01pm
26
I see,
I am using namp ping and life360 but I am not having valid results.
Also I am not using Hass.io but Home Assistant so I cannot use/test that plugin unfortunately.
Thatâs annoying
Anyway, thanks for the info!
mcfrojd
(Mcfrojd)
February 14, 2019, 11:11pm
27
If you have a spare Raspberry Pi (even pi zero) you should really look into the âMonitorâ project i use.
monitor
TL;DR: Bluetooth-based passive presence detection of beacons, cell phones, and any other bluetooth device. The system is useful for mqtt-based home automation.
Script here . Read the README here .
Comparing presence.sh and monitor.sh
Thank you to everyone for helping test and provide input in the original thread . I am very pleased to announce a major major update that many of you already know about⌠monitor.sh as an alternative to, and in many ways a dramatic improvement over, presence.âŚ
it works really fine and have improve my presence by far.
2 Likes
SeLLeRoNe
(Andrea Iannucci)
February 15, 2019, 8:19am
28
I guess I need to fix my Wifi/Bluetooth on my Pi3 first because for some reason isnt working anymore )
Thanks for that
nice!
what the size for the main pictures? I tried it but my images get blown upâŚ
also, i have this template to use for my location in my Tiles setup, could this be used in your card too?:
background-image: url(\"/local/tiles/family/marijn_' + entities['sensor.marijn_location_picture'].state + '.png\")
thanks!
mcfrojd
(Mcfrojd)
February 15, 2019, 9:05am
30
My images are 500 x 600.
Not sure about your template there.
thanks!
so this is the frame with the holes, and your home image in 1 file? Or are these in fact 2 files, a fram, and a bigger home_image.
Would love to have this frame file
mcfrojd
(Mcfrojd)
February 15, 2019, 11:32am
32
Iâll share it when i come home to by desktop computer.
Itâs a .psd file
â EDIT â
Here is the link to my .psd file:
â EDIT â
hey sorry for delay this is what i use im still on 0.78 as lovelace changed a bit and havent got round to updating hope it helps
- type: vertical-stack
cards:
- type: glance
title:
column_width: calc(100% / 3)
show_name: false
show_state: false
entities:
- entity: input_boolean.switch_tv_ir_num_1
tap_action:
action: toggle
icon: mdi:numeric-1-box
- entity: input_boolean.switch_tv_ir_num_2
tap_action:
action: toggle
icon: mdi:numeric-2-box
- entity: input_boolean.switch_tv_ir_num_3
tap_action:
action: toggle
icon: mdi:numeric-3-box
- entity: input_boolean.switch_tv_ir_num_4
tap_action:
action: toggle
icon: mdi:numeric-4-box
- entity: input_boolean.switch_tv_ir_num_5
tap_action:
action: toggle
icon: mdi:numeric-5-box
- entity: input_boolean.switch_tv_ir_num_6
tap_action:
action: toggle
icon: mdi:numeric-6-box
- entity: input_boolean.switch_tv_ir_num_7
tap_action:
action: toggle
icon: mdi:numeric-7-box
- entity: input_boolean.switch_tv_ir_num_8
tap_action:
action: toggle
icon: mdi:numeric-8-box
- entity: input_boolean.switch_tv_ir_num_9
tap_action:
action: toggle
icon: mdi:numeric-9-box
- entity: input_boolean.switch_tv_ir_num_0
tap_action:
action: toggle
icon: /local/
- entity: input_boolean.switch_tv_ir_num_0
tap_action:
action: toggle
icon: mdi:numeric-0-box
- entity: switch.remote_ir_number_0
tap_action:
action: toggle
icon: /local/
- entity: switch.remote_ir_number_0
tap_action:
action: toggle
icon: /local/
- entity: switch.remote_ir_number_0
tap_action:
action: toggle
icon: /local/
- entity: switch.remote_ir_number_0
tap_action:
action: toggle
icon: /local/
sorry missed this before, thanks for sharing!
Hi!
Iâm trying to making a tab for my vacuum cleaner using picture elements, but I want it to fit the screen and get rid of the scrollbar.
I can accomplish this if I set the picture as background but then I lose all the benefits of picture elements.
Any ideas?
Background:
- title: Roborock
background: center / cover no-repeat url("/local/xiaomi_vacuum.jpg") fixed
Picture elements:
- title: Roborock
panel: true
cards:
- type: picture-elements
image: /local/xiaomi_vacuum.jpg
etc...
asif
(Asif Mithawala)
March 18, 2019, 12:48pm
37
Awsome!!! Thanks for sharing
2 Likes
4kauto
(Kurn Poyser)
March 20, 2019, 10:15am
38
Hi
Can someone please tell me how they use the picture element. How do you create the ui-Lovelace.yaml? I tried many things but nothing works.
Running Hassio 89.2
Thanks.
jimpower:
My Lovelace for Mi Flora
Jim, a bit off topic - do you use your Mi Flora outside? If so, any issues?
Yes I have about 15 of them outside for over a year and they are all still going. We just had 150mm of rain over the weekend and they are all still working. They have also survived an Australian summer which is the ultimate litmus test lol. Only thing is I had to put a pi zero outside to connect to them as Bluetooth range is limited.
1 Like