Skip to content

Commit

Permalink
Updated services documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bergdahl committed Jul 5, 2024
1 parent 5ab4db5 commit f922c9a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,37 @@ There are controls to let you manually water a plant. Thee will activate the pum

### Services

There are also services for manual watering and setup of automatic watering mode.
There are also services for manual watering and setup of automatic watering modes.

#### Watering
#### Water plant

The integration publishes a service for watering, to be used in automations.
This is a service for watering a plant, to be used in automations.

![service1.png](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/service1.png)
![waterplant.png](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/waterplant.png)

Use channel names A-D and a duration value in seconds.

#### Set watering mode
#### Smart watering

The integration publishes a service for the automatic watering, to be used to setup min and max
This is a service to set smart watering for a plant, to be used to setup min and max
moisture levels for the plant.

![service2.png](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/service2.png)
![smartwatering.png](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/smartwatering.png)

Use channel names A-D and moisture percentages for min_vale and max_value.
Use channel names A-D and set moisture percentages for min and max values. Use the All day switch to allow watering during daylight.

#### Scheduled watering

This a service to setup scheduled watering for a plant, to be used to setup a fixed interval and duration for watering.

![scheduledwatering.png](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/scheduledwatering.png)

Use channel names A-D, set a watering duration in seconds, and an interval in hours.

#### Delete watering

This is a service to remove smart or scheduled watering for a plant.

![deletewatering](https://raw.githubusercontent.com/jonnybergdahl/HomeAssistant_Growcube_Integration/main/images/deletewatering.png)

Use channel named A-D.
Binary file added images/deletewatering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/scheduledwatering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/service1.png
Binary file not shown.
Binary file removed images/service2.png
Binary file not shown.
Binary file added images/smartwatering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/waterplant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f922c9a

Please sign in to comment.