Search found 10 matches

by prutzer
14 Jan 2022, 10:36
Forum: ESP Easy: Projects / Applications
Topic: Brink
Replies: 0
Views: 21909

Brink

Hi All, I have a python3 script to read the status of my Brink Flair ventilation unit (WTW). I have connected the Brink Flair wit a cable to a modbus (RS485) USB adapter directly to my Raspberry Pi wich is running domoticz. With the Pyhton3 script I can see the status of the Brink flair in Domoticz....
by prutzer
15 Jun 2021, 19:29
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

Thanks for the improvement!

I will at it to the script!

Thanks a lot!
by prutzer
13 Jun 2021, 19:03
Forum: ESP Easy: Projects / Applications
Topic: 2 pulse counters to 1 blinking led (1000 pulses/kwh)
Replies: 2
Views: 9644

Re: 2 pulse counters to 1 blinking led (1000 pulses/kwh)

Hi TD-er,

I use the option: Falling.
D5 is connected to S0+ and ground to S0-
by prutzer
13 Jun 2021, 13:46
Forum: ESP Easy: Projects / Applications
Topic: 2 pulse counters to 1 blinking led (1000 pulses/kwh)
Replies: 2
Views: 9644

2 pulse counters to 1 blinking led (1000 pulses/kwh)

Hi All, I have got 2 power metes (kWh meters) with a S0 output. They do 1000 pulse/kwh The output is going to a D1 mini with Easy ESP. I made 2 pulse counters. It is counting the pulses from the power meters. I would like to make a rule (script) to do the following: Pulses powermeter1 + pulses power...
by prutzer
12 Jun 2021, 19:48
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

I found a working soliotion: Thanks to Ath! on Airco#Count do let,1,[Airco#Count]*360 // *3600/10 == *360, why do an unneeded division? SendToHTTP ipdomoticz,port,/json.htm?type=command&param=udevice&idx=156&nvalue=0&svalue=[var#1] //Sent to Domoticz endon Set the device at 10 second...
by prutzer
12 Jun 2021, 19:43
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

Hi ATH, Thanks a lot for the script! Wil it run the script every 10 seconds If I change it to: on system#clock=All,**:**:* do If I test it, domoticz does not get any updates. If I do it manually: http://domoticzip:port/json.htm?type=command&param=udevice&idx=156&svalue=1000 it works. ESP...
by prutzer
12 Jun 2021, 17:20
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

I tried this solution again and it looks like the bug is still there. I tried Release mega-20210223 (Normal) and ESP_Easy_mega_20210114_energy_ESP8266_4M1M. What rules do I have to make to calculate the energy usage in watts? Something like this? on Airco#Count do SendToHTTP Domoitczip,port,/json.ht...
by prutzer
17 Jun 2020, 10:16
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

Aaah so it is a known bug / problem?
2 decimals are also not working and not showing.

Which version of ESP easy do I have to use for a working solution?
by prutzer
17 Jun 2020, 08:50
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

Re: KWH Counter

If I use the normal version of ESP easy mega this text is automaticly added. "total count is not persistent" In the dev version there is no such text. I think it is strange that kwh is just counting the pulses. The formula does nothing. I would like to see bij W the power usage at the mome...
by prutzer
16 Jun 2020, 18:29
Forum: ESP Easy: Projects / Applications
Topic: KWH Counter
Replies: 12
Views: 29925

KWH Counter

Hi All, I have searched the whole internet, but i can not find a working solution to build a KWH meter with a D1 mini and a KWH meter. What I have done: I have a KWH meter. 1000imp per kwh and connected it to D5: https://i.ibb.co/9qBkPk9/D1-mini-schema.jpg ESP Easy is configured as follow: https://e...