cockejus
cockejus
About
- Username
- cockejus
- Joined
- Visits
- 45
- Last Active
- Roles
- Member
Comments
-
I use NODE:RED to connect to the Hildebrand MQTT service. It works well enough, but I see an outage every night demo about 01:30 for about 4 hours. Over Christmas day there was an outage and today an outage that is still there from 01:30 (isa) on 28…
-
automation.yaml #-------------------------- Notification of high energy consumption ---------- - alias: High Energy Consumption initial_state: true trigger: platform: numeric_state entity_id: sensor.home_instant_electricity above: …
-
ui-lovelace.yaml - type: glance title: Octopus Energy columns: 3 entities: - entity: sensor.home_instant_electricity name: Now - entity: sensor.home_import_electrici…
-
Here are my notes on my Home Assistant configuration, just use the HA MQTT Integration and configure to your external broker (I just use the NODE RED add-on for this, but a PI or a NAS drive running Mosquito could be used. I don't filter the MQTT me…
-
Very useful - thanks! For information to convert the RSSI to dBm it's {RSSI(16) - 256} = dBm value. configuration.yaml in Home assistant. I use NODE RED to connect to the source and subscribe all topics in the HA MQTT broker and filter on configurat…
-
Excuse my ignorance, but do you support water meters? I would use the instantaneous flow rate to determine if I had a leak and close the main valve. Meter voltage Reactive power Power Factor Documentation on the MQTT payload would be most useful as…