Yes of course, quick photo below.
This one has an Amazon Fire 10 inside. Made a wall mount that sits flush with the wall and has 5mm magnets in 8 or so places that clip the front frame to it really neatly (means I can easily pull out the tablet if I needed to). Reckon the cost of filament / printing was around £2-3 vs your Vidabox mount.....
Happy to print one for you if you were doing it again...! Although for £100 a pop you could get yourself a decent 3d printer for a few of those!
I've kept the sensor on the right uncovered as I use that to display a screensaver of family photos by default and then when it detects someone moving in front of it, it flips to wall panel mode.
![]()
Looks like LIDL smart home stuff will be back in on Sunday.
Using the latest firmware as far as I am aware.
Using a sensor template for the current usage (I found on the internet):
And a binary sensor for the status:
HTML:- platform: template sensors: dishwasher: friendly_name: Dishwasher value_template: > {{ states("sensor.dishwasher_watts") | float(0) > 3 }} delay_off: "00:03:00" icon_template: > {% if is_state("binary_sensor.dishwasher", "on") %} mdi:dishwasher {% else %} mdi:dishwasher-off {% endif %}
That current power is right, it was in the middle of heating up for the drying process, it doesn't draw that much power the whole time![]()
Does this still work for you?
I'm getting an error with the "delay_off" option - seemingly it's an invalid option for a sensor template?
Just checked and yep working just fine. I'm on 2021.2.3 release.
Invalid config for [binary_sensor.template]: invalid template (TemplateSyntaxError:
unexpected '}', expected ')') for dictionary value @ data['sensors']['dishwasher']['icon_template'].
Got '{% if is_state("binary_sensor.dishwasher", "on" %}\n mdi:dishwasher\n{% else %}\n mdi:dishwasher-off\n{% endif %}\n'. (See ?, line ?).
binary_sensor:
- platform: template
sensors:
washing_machine:
friendly_name: "Washing Machine"
delay_off:
minutes: 5
value_template: >-
{{ states('sensor.washing_machine_power')|float > 0 }}
Looks like TP-Link don't actually care about supporting local control on HS110 etc.
https://twitter.com/troyhunt/status/1364667723322519553
Very nice @Semple
Just ordered some vertical blinds so will be wanting to make them controlled by HA.