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.

Geyser control

Featured Replies

I have 7 Sonoff devices doing all sorts of work.

I need a system to control a 3kW geyser including a temperature probe.

Please advise on what is required and how to do it.

I plan to replace a Geyserwise with it.

20 minutes ago, Johandup said:

I have 7 Sonoff devices doing all sorts of work.

I need a system to control a 3kW geyser including a temperature probe.

Please advise on what is required and how to do it.

I plan to replace a Geyserwise with it.

Did you see that Geyserwise have an IoT module / addon that you can now get?

Hi @Johandup

I control my geyser with a red pole wifi switch that can be bought from Takealot, works like a bomb:

https://www.takealot.com/red-pole-energy-geyser-smart-wi-fi-switch-energy-monitor/PLID91347311?gclid=Cj0KCQjw48OaBhDWARIsAMd966DlKWq87z8_4O7dEOg49c4MU5uesKg2i6G8TgYPxc9eb1wJncpb9fUaAgenEALw_wcB&gclsrc=aw.ds

It does not have a temp probe, but i suspect you could just add another sonoff at your geyser that will measure the temp and make them talk to each other by creating an automation or a scene?

here is the sonoff: https://sonoff.tech/product/diy-smart-switch/th10-th16/ You should just be able to make a small housing on the geyser tank and pratley stick it on.

Its crude, but should work. i think i will be trying this soon enough. 😄

  • Author

Hi @Brian_SA

I will never buy a switch which has 63a on the front but says in the print not to exceed 5000w. 
The only issue with Geyserwise is that it is not possible to manage it via the internet. 
Its ability to stop start at 4 different times per day at set temperatures is very good. 
To manage it via its panel is very easy n

On 2022/10/13 at 7:51 AM, Johandup said:

Nothing on their website.

 

17 hours ago, Deondup said:

I’m also interested in an add-on. Agreed with Johan don’t see anything on the Geyserwise website.

that's what they put out.  Maybe call them direct?

 

37 minutes ago, Johandup said:

Ok, so it will be on the market in November.

Nothing available now.

You can buy them now from Geyserwise in Centurion.

I bought mine last week, R1500 for the full TSE kit with the Tuya module on it.

CBI Astute will do up to 30A @230V on a resistive load, and up to 10A @230V for an inductive load. The geyser is the former, so it should work well for the OP's 3000W use case.

It is a rebranded TUYA so you don't need to use the CBi App, and some members have Tasmotized it as well, just search this forum.

Currently on special at Builders until 7 November for R449 (just first check online that your branch has stock).

 

image.png.4d2818d1602e99fe38f38bfaa55657ff.png

Edited by YellowTapemeasure

  • 5 months later...

FYI:
The Geyserwise Tuya WiFi products available from  https://www.livestainable.co.za

  • Geyserwise TSE1 Replacement PCB For TUYA Smart WiFi App
  • Geyserwise TSE Display With Tuya Smart Wifi Module
  • Geyserwise TSE Tuya Smart WiFi Module Geyser Controller Kit
  • Geyserwise Max Display With Tuya Smart Wifi Module
  • etc

A few hours later...

Geyserwise TSE replacement PCB
Using tinytuya to read temperature data from TSE directly.
dps:
# '1' = Power On/Off
# '2' = Timer reason
# '10' = Temperature C
# '13' = Element On/Off
# '20' = Fault codes - bitmap
# '101' = Positive temperature coefficient On/Off
# '102' = Block 1 65C
# '103' = Block 2 65C
# '104' = Block 3 65C
# '105' = Block 4 65C
# '105' = Block 5 65C
# '107' =  Element runtime hr

Power (kWh) below is from another sensor and shows when electricity is used to heat the water.
I have 2 schedules 10:30-17:00 and 04:00-06:00
image.thumb.png.7c51d498d4d8d12f62c0412dbd785155.png

 

Edited by system32

In case anyone is using a Sonoff on their Geyser and they have Home Assistant you can use something called sonoff lan on the HA to connect and control all the switches, including connecting to the eskomsepush API to pull the loadshedding schedule to integrate it into your automation. Let me know if you're keen on a write up ;)

image.thumb.png.f09554d6312884d1b55f778d97feeeaf.png

Geyser is offline as we are currently loadshedding.

  • 1 month later...

Hi @adams308

I am assuming you have home assistant installed if not then better get cracking, I have virtual box version setup on my gaming machine with a bridged network card (that part is pretty important) but you can run it in a number of scenarios. FYI the docker version of home assistant does not have the Add-Ons, these you will need. I learnt that the hard way. Also set the Virtual-box to startup on boot headless mode to make certain the HA is running all the time.

Next the installation of HACS is pretty straight forward please follow https://hacs.xyz/docs/setup/download/ or I used this pretty details write-up https://www.makeuseof.com/home-assistant-install-hacs-custom-addons/

Now you should see a HACS button on the left panel you can search for SONOFF and EskomSePush, the configuration of both is straight forward.
Sonoff you will need provide your eWeLink username and password.
EskomSePush you will need create an account and generate an API key. https://eskomsepush.gumroad.com/l/api

As for the Automation portion I have two rules, one for morning an one evening.
So either the geyser starts at 4 am or an hour before load-shedding on the condition that it's between 12:30 - 5 AM
Afternoon has a similar rule.

Finally I have an automation that turns the geyser off an hour after it turns on.

Let me know if you get stuck :)

  • 2 months later...
On 2023/05/10 at 1:38 PM, uDuWaR said:

Hi @adams308

I am assuming you have home assistant installed if not then better get cracking, I have virtual box version setup on my gaming machine with a bridged network card (that part is pretty important) but you can run it in a number of scenarios. FYI the docker version of home assistant does not have the Add-Ons, these you will need. I learnt that the hard way. Also set the Virtual-box to startup on boot headless mode to make certain the HA is running all the time.

Next the installation of HACS is pretty straight forward please follow https://hacs.xyz/docs/setup/download/ or I used this pretty details write-up https://www.makeuseof.com/home-assistant-install-hacs-custom-addons/

Now you should see a HACS button on the left panel you can search for SONOFF and EskomSePush, the configuration of both is straight forward.
Sonoff you will need provide your eWeLink username and password.
EskomSePush you will need create an account and generate an API key. https://eskomsepush.gumroad.com/l/api

As for the Automation portion I have two rules, one for morning an one evening.
So either the geyser starts at 4 am or an hour before load-shedding on the condition that it's between 12:30 - 5 AM
Afternoon has a similar rule.

Finally I have an automation that turns the geyser off an hour after it turns on.

Let me know if you get stuck :)

Can you dumb this down a bit? 

The whole automation part. For a noob that is difficult. What triggers? Whats the condition? Do you use calendar?

Yeah sure not problems. please see the screen shots below.
I need to run my geyser twice a day for 1 1/2 hours to get a nice hot morning shower and bath for the young-one in the evening.

It consists of 3 rules, two the turn on the geyser one morning one afternoon and one to turn it off after 1 1/2 hours. I'll post the afternoon example and the turn off automation's.

The "turn on" consists of two triggers, one for 4 pm if there is no LS or 1 1/2 hours before LS starts (this is a calendar event that is created by the ESkomsepush's integration)

image.thumb.png.08c9cf10548e1ce5e126470842a3e341.png

For the Condition and action there is one each as per below.

image.thumb.png.07cedf87c37207b3d1e4170b81a5ba46.png

Turning the geyser off is pretty simple.

image.thumb.png.e248dcfdca850487dbec53f10450bc44.png

Let me know if you have any other questions.

13 hours ago, Thingwala said:

As an alternative we've just released the Geyserwala Connect, it is a smart upgrade for the Geyserwise systems. It is a drop in replacement for the Geyserwise display panel PCB. 

The device was built with hobbyists and self-host’ers in mind so it is not reliant on cloud services and can be installed as a component in a self hosted home automation setup. Direct MQTT and JSON REST integration is possible. There is also a custom Home Assistant integration. It is also equally user friendly for everyday users who just want to control and set the timers remotely.

Feel free to have a play with our app demo: Geyserwala Demo which is both available on local network and internet (if you choose to link with cloud)

For more information see: Thingwala : Geyserwala Connect

I've noticed that your website indicates it works with the TSE1 model, but would it work on older TSE models?  Do you lose any functionality?

Edited by shovelhead

13 hours ago, Thingwala said:

As an alternative we've just released the Geyserwala Connect, it is a smart upgrade for the Geyserwise systems. It is a drop in replacement for the Geyserwise display panel PCB. 

The device was built with hobbyists and self-host’ers in mind so it is not reliant on cloud services and can be installed as a component in a self hosted home automation setup. Direct MQTT and JSON REST integration is possible. There is also a custom Home Assistant integration. It is also equally user friendly for everyday users who just want to control and set the timers remotely.

Feel free to have a play with our app demo: Geyserwala Demo which is both available on local network and internet (if you choose to link with cloud)

For more information see: Thingwala : Geyserwala Connect

this is very interesting. 

 

i dont have anything installed currently to control the geyser. 

but in process of planning this. 

so what would all be required to have this Geyserwala to operate and integrate to HA? 

17 hours ago, Thingwala said:

it is a smart upgrade for the Geyserwise systems. It is a drop in replacement for the Geyserwise display panel PCB

I recently retrofitted the wifi geyserwise (one needed a drop-in PCB, and the other one a new display) to my two geysers. 5 minute jobs. Previously had the standard TSE1 and Delta models. PlumbIt online had great service and best prices amongst all (or so it seems). Geyserwise now runs via Tuya app and is great for remote enabling as PV dumps. If your existing geyserwise has a three digit temperature display (i.e. three digits showing even though temp shows without decimals) then the PCB retrofit works, else you need a new screen (a few hundred rand more). 

Is the Geyserwala basically a geyserwise  "copy" / third party product with additional functionality? 

 

On 2023/08/02 at 8:29 AM, shovelhead said:

I've noticed that your website indicates it works with the TSE1 model, but would it work on older TSE models?  Do you lose any functionality?

Thanks to Lloyd from @Thingwala, the Geyserwala Connect is now up and running on my older TSE Geyserwise model.

Subsequently integrated into Home Assistant, On/Off element functionality and water temperature available in HomeKit via the Homekit Bridge.

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.