Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service irrigation_unlimited.adjust_time not working #114

Open
Miroslavgapa opened this issue Jun 7, 2023 · 1 comment
Open

Service irrigation_unlimited.adjust_time not working #114

Miroslavgapa opened this issue Jun 7, 2023 · 1 comment

Comments

@Miroslavgapa
Copy link

Describe the bug

I am running last beta version - rain sensor turn off by service adjust tíme is not more working. I have test 3 automatization but controller still showing running normaly - none zero.

State of my rain senzor is now off so the controller should be down

To Reproduce
Use my automatization tests

https://community.home-assistant.io/t/irrigation-unlimited-integration/325468/220?u=miroslavg
`alias: Rain_test
description: off for whole Controller
trigger:

  • platform: state
    entity_id:
    • binary_sensor.lumi_lumi_sensor_wleak_aq1_iaszone
      condition: []
      action:
  • choose:
    • conditions:
      • condition: state
        entity_id: binary_sensor.lumi_lumi_sensor_wleak_aq1_iaszone
        state: "off"
        sequence:
      • service: irrigation_unlimited.adjust_time
        data:
        enitity_id: binary_sensor.irrigation_unlimited_c1_m
        percentage: 0
    • conditions:
      • condition: state
        entity_id: binary_sensor.lumi_lumi_sensor_wleak_aq1_iaszone
        state: "on"
        sequence:
      • service: irrigation_unlimited.adjust_time
        data:
        enitity_id: binary_sensor.irrigation_unlimited_c1_m
        percentage: 100
        mode: single `

Expected behavior
Adjust time of controller to zero.

Screenshots
Snímka obrazovky 2023-06-06 o 22 21 09
Snímka obrazovky 2023-06-06 o 22 22 34

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@rgc99
Copy link
Owner

rgc99 commented Jun 8, 2023

I will need the logs. Even if you only have irrigation_unlimited: in your config the log file will have something. Check the search term is irrigation_unlimited - note the underscore and not a space between the words. Make sure you press the 'LOAD FULL LOGS` button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants