Always love to see other people's dashboards, here is my current one
Love your tank level, have a level sensor on mine that automates the pump but would love to also indicate the current level. Something that I would work on.
Using PAI for my alarm, mainly Shellies and Sonoff devices that...
I recently added the populartimes custom component for shops that I frequent in my area: https://github.com/freakshock88/hass-populartimes
Has been a great addition to my home assistant
Pretty easy to implement:
- platform: populartimes
name: 'Checkers Gezina'
address: 'Checkers...
Yes I hear you, I closed off that flexi tube with silicon and glue as much as I can. Haven't had any issues or condensation the past 2 years that i have been running this. Excuse my dirty JoJo...
Powering the basic with mains, ran conduit from booster pump electrical outlet to the Sonoff Basic that is in a waterproof case, close to the top of the JoJo. But the basic is only connected on the input side, so it only reports the state of the switch via MQTT. It has been in for almost 2 years...
I have a POW on the borehole pump. And then I have a sonoff basic at the top of tank with level switch on GPIO3: https://www.botshop.co.za/product/liquid-level-switch-52mm-right-angle/
The basic doesn't switch anything, but I get a notification when the water level reaches the level and that...
Yes to test go to Configuration -> Integrations -> MQTT "Configure"
Listen to topic: paradox/states/zones/FRONT_DOOR/bypassed
And publish: paradox/control/zones/FRONT_DOOR with payload bypass
Then you should see the topic change to true and on your alarm panel you should see the zone bypassed
The mqtt names and binary sensors names are different.
To check your paradox zone names, go to Configuration -> Devices -> Search Paradox
Then on your device page all your sensors will be there, click on the "MQTT Info":
And then get the zone name. On that my kitchen door is "Kombuis_Deur"...
My electrician installed the 2 pole surge arrestor in our DB: https://leroymerlin.co.za/surge-arrester-2p-81441939?nosto=nosto-page-category1-fallback-nosto-1
We had a surge last year, none of my devices got damaged but had to replace the arrestor as the lights on the CBI was off
The MQTT switch that is created is to bypass my kitchen door. On lovelace my bypass looks like this:
type: entities
entities:
- entity: switch.kombuis_deur_bypass
icon: 'mdi:door'
name: Kitchen Door
state_color: true
- entity: switch.voor_deur_bypass
icon: 'mdi:door'...
I got it working with two partitions; one for the main house and the other for the flat at the back.
switch:
- platform: mqtt
name: "Kombuis Deur Bypass"
command_topic: "paradox/control/zones/Kombuis_Deur"
state_topic: "paradox/states/zones/Kombuis_Deur/bypassed"
qos: 0...