Skip to content
View in the app

A better way to browse. Learn more.

Power Forum - Renewable Energy Discussion

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Led light when loadshedding is on

Featured Replies

  • Author
1 hour ago, mzezman said:

You could also create a threshold sensor that will then give you a binary sensor with ON / Off based on the grid frequency / voltage

image.png.3deb086cddf9cd6bf4da054ef35ea2ba.png

any advantage doing this instead of using grid voltage  / grid frequency?

  • Replies 54
  • Views 9.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • GreenFields
    GreenFields

    We're using a less elegant system, but so far the results are okay. My oven is on the non-essentials, so if the LED clock on the oven is on, you can use what you want. If it's off, you can't

  • Hi   This might work for you. You can turn on a light and turn off the appliances your wife keeps turning on.    https://www.sonoffafrica.co.za/product/loadshedder/?utm_source=Google

  • I have seen the wonders of what some members have done with Home Assistant and it truly is amazing. Some of the dashboards generated are really impressive. I have had a look at Home Assistant and

Posted Images

13 minutes ago, Terminal3k said:

any advantage doing this instead of using grid voltage  / grid frequency?

The basis of this does use the voltage / frequency. The output is then On of Off that you can use. Its just another way of achieving the same

On 2023/01/17 at 8:42 AM, Terminal3k said:

I have managed to setup HA and SA to talk to each other.  What parameter do you use to identify load shedding?  at the moment i am using if voltages goes below 100v.  I was wondering what is best?

Hey there

I am using a custom card

Code as follows:

type: custom:button-card
name: GRID STATUS
entity: sensor.grid_voltage
show_units: true
show_state: true
tap_action:
  action: none
hold_action:
  action: none
color_type: icon
styles:
  icon:
    - color: |
        [[[
          if (states["sensor.grid_voltage"].state > '210') return 'green'
           else return 'red'
        ]]]
    - height: 105px

You have to install a HACS plugin-in for the custom-card as far as I remember

  • Author
On 2023/01/20 at 8:25 AM, Douw G. Gerber said:

Hey there

I am using a custom card

Im hoping you or someone else can help me here.  I have posted on Home assistant forums, but i didnt get a reply.

I want my lamp bulb (tuya RGB led light) to turn red when loadshedding starts.  My lamp turns on, but it doesnt turn red.  Please see if you can help me:

 

alias: Power off
description: ""
trigger:
  - type: value
    platform: device
    device_id: fa2c3369f209354f1aedeecea1ce2fd9
    entity_id: sensor.grid_frequency
    domain: sensor
    below: 45
    for:
      hours: 0
      minutes: 0
      seconds: 5
condition: []
action:
  - service: light.turn_on
    data:
      brightness_pct: 50
      rgb_color:
        - 255
        - 0
        - 0
    target:
      entity_id: light.lamp
mode: single
 
  • 5 months later...

Tuya Smartlife Eskom sensor plugged in to inverter and Eskom

Tuya relay switch to run standard lamp with rechargeable “Loadshedding globe” - run the relay from a dc ups

Run your Wi-Fi and internet off DC UPS

Now you can use a smartlife scene to automate turning the lamp on during Loadshedding and off afterwards (or whatever other automation you need)

Note using cheap DC UPS is much more efficient than running the relay and Internet off your inverter, so will save your inverter battery.

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.