luk1023
(Lukas)
May 10, 2021, 8:48am
1371
I made a template switch for the Irrigation System to start the pump and watering and also check if the soil is dry enough (with my miflora sensor). If there would be a implementaion for a humidity sensor I would love it The rest is running perfectly on a new installation (only running temperatur settings). Thanks klogg!
for example:
switch:
- platform: template
switches:
bewaesserung_oben_sensor:
friendly_name: 'Bewässerung Oben mit Sensor'
value_template: "{{ is_state('switch.relais4k_1', 'on') }}"
turn_on:
service: switch.turn_on
data_template:
entity_id: >
{% if states('sensor.flora3_moisture') | float < 15 %}
switch.relais4k_1, switch.relais4k_3
{% else %}
switch.null
{% endif %}
turn_off:
service: switch.turn_off
data:
entity_id: switch.relais4k_1, switch.relais4k_3
1 Like
SimonPth
(Simon)
May 10, 2021, 9:10am
1372
I take it you only have 1 solenoid valve to open in addition to the pump?
I guess I can modify this for my 4 zones?
toddel
(Thorsten Schütte)
May 10, 2021, 12:58pm
1373
I got all problems solved so far, all sensors integrated… It runs fine on manual cycle but the schedules wont run… Any ideas where to look?
Hi everyone,
@klogg congratulations for the excellent work.
I’ve just one problem.
Any idea how i can solve it? This error appears after each session.
For now i excluded the “Controller WiFi Signal” card from section_settings_general.
Thanks
Regards
stinger
(Chris)
May 11, 2021, 12:50pm
1375
Hello,
Has anyone got running with esphome on a sonoff 4ch pro r3?
Thanks
1 Like
shakin89
(Shakin89)
May 11, 2021, 1:41pm
1376
have you already looked here?
From the prerequisites…
Secondly,
You need to edit one line in section_settings_temperature.yaml in order to show the temperature graph.
In the custom:mini-graph-card find the line:
- entity: sensor.dark_sky_forecast_daytime_high_temperature_0d
and change it to:
- entity: sensor.dark_sky_daytime_high_temperature_0d
The file section_settings_general.yaml needs sensor.esphome_irrigation_controller_wifi_signal .
The settings page will not display correctly without it. (I have just …
Hi @shakin89 ,
Thanks for your answer.
Unfortunatelly i don’t have those in my section_settings_temperature.yaml file.
No custom:mini-graph-card and sensor.dark_sky
toddel
(Thorsten Schütte)
May 12, 2021, 6:57am
1378
I don’t know why schedules do not work… i deleted all files and reinstalled everything new twice but always the same error… only manual run works
When the schedule starts nothing happens… getting warm here and i need this to work, please help
shakin89
(Shakin89)
May 12, 2021, 8:10am
1379
if i rember correctly you should restart Ha twice to make everything work. Have you already tried?
toddel
(Thorsten Schütte)
May 12, 2021, 10:21am
1380
Restarted x times… more than 20 times
Mekhet
(Dario)
May 12, 2021, 10:36am
1381
Hello, I downloaded the whole package this morning and after uploading it I found myself with a bunch of errors:
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var statestr = (entity === undefined || entity.state === undefined) ? 'undefined' : entity.state; ...'
===============================================
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone9'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone10'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone11'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone12'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone13'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone14'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone15'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
ButtonCardJSTemplateError: TypeError: Cannot read property 'state' of undefined in 'var zone = 'zone16'; return states['input_text.irrigation_' + zone + '_name'].state + ' -&nbs...'
how can i solve?
thank you very much
I haven’t really look at this sorry, but a super quick thought with the spare 30 seconds I have…
Have you named all the zones, and put switches against them? (legitimate or fake)
lebreiro
(Carlos Alberto Faria Lebreiro)
May 12, 2021, 11:52am
1383
Hi,
are you using rainfall and weather forecast?
If not ensure “Ignore schedules if it is raining” is set to OFF.
I’m not using it, and on my case the scheduling only works when the “Ignore schedules if it is raining” is off. If it’s on then it won’t start automatically, even if all the rainfall sensors are with 0.
Hope this helps.
Mekhet
(Dario)
May 12, 2021, 12:44pm
1384
No i’m not using rainfall and weather forecast and it’s off yet …
Mekhet
(Dario)
May 12, 2021, 12:44pm
1385
I have set up only one zone …
shakin89
(Shakin89)
May 12, 2021, 1:26pm
1386
Well, it sounds a little bit strange that it’s looking for zone 9 to 16, MGI v2 should support only eight zone. So be sure to delete entities with that name.
Mekhet
(Dario)
May 12, 2021, 1:53pm
1387
the weird thing is that I don’t have those entities on the entity list
toddel
(Thorsten Schütte)
May 12, 2021, 2:22pm
1388
Hi. Any Ideas how to delete every own setting?
After i delete all files, restart and reinstalling the files all own names are back. I don’t know if that causes my problem but i would like to get it solved and have the basic settings back…
Mekhet
(Dario)
May 12, 2021, 2:39pm
1389
probably I have to clear something at the cache level … but I don’t think it’s the browser one