Search found 9 matches

by servicenet
02 Nov 2021, 19:29
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Domoticz Level sensor to switch
Replies: 7
Views: 9006

Re: ESP8266 Domoticz Level sensor to switch

Solved, we drained the pound.. return { on = { devices = {'Nivo'} }, execute = function(domoticz, switch) if (domoticz.devices('Nivo').distance < 30) then domoticz.devices('schakelaar').switchOn() domoticz.notify('This rocks!', 'Turns out that it is getting filled', domoticz.PRIORITY_HIGH) elseif (d...
by servicenet
02 Nov 2021, 16:58
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Domoticz Level sensor to switch
Replies: 7
Views: 9006

Re: ESP8266 Domoticz Level sensor to switch

No it is not the solution as you dont know the problem. I have a DRUM filter that has auto cleaning, sometimes the pollution is very high and in the summer the water evaporate quick in the pound. So i try your sollution years a gone, but i have plants and pollution in the pound durring the summer. N...
by servicenet
02 Nov 2021, 16:27
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Domoticz Level sensor to switch
Replies: 7
Views: 9006

Re: ESP8266 Domoticz Level sensor to switch

I dont see why it is necessary to have a pound in the garden. That was not my question! return { on = { devices = { 'schakelaar'} }, execute = function(domoticz, nivo) if (schakelaar.active and domoticz.devices('nivo').distance < 25) then domoticz.devices('schakelaar').switchOn() domoticz.notify('Th...
by servicenet
02 Nov 2021, 13:56
Forum: ESP Easy: Projects / Applications
Topic: ESP8266 Domoticz Level sensor to switch
Replies: 7
Views: 9006

ESP8266 Domoticz Level sensor to switch

Hi, I am looking how i can automate my pond level. I have a level sensor already working in ESP / Domoticz but now i want that when the level of the pond is X centimeters en switch wil activate the water valve, en when the level is high enough the switch is turned off. Can somebody tell me how to do...
by servicenet
02 Nov 2021, 06:48
Forum: ESP Easy: Software
Topic: Strugel
Replies: 7
Views: 4966

Re: Strugel

Thx , it works within 5 min.
by servicenet
01 Nov 2021, 22:50
Forum: ESP Easy: Software
Topic: Strugel
Replies: 7
Views: 4966

Re: Strugel

So what is a "normal"build?

ESP_Easy_mega_20211005_normal_ESP8266_4M1M.bin
by servicenet
01 Nov 2021, 22:24
Forum: ESP Easy: Software
Topic: Strugel
Replies: 7
Views: 4966

Re: Strugel

ESP_Easy_mega_20211005_custom_alt_wifi_ESP8266_4M1M.bin
by servicenet
01 Nov 2021, 22:23
Forum: ESP Easy: Software
Topic: Strugel
Replies: 7
Views: 4966

Re: Strugel

Wifi alt common 4mb
by servicenet
01 Nov 2021, 22:15
Forum: ESP Easy: Software
Topic: Strugel
Replies: 7
Views: 4966

Strugel

Hi, For more then 5 days i try to install a HCsr04 sensor. I have done a lot of research but i can't get it working Ik have a esp8266 with a creosol Dom, the sensor is working fine. I compile with arduino In Espeasy i dont see the sensor (devicelist) i try different versions. Can somebody help me on...