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

Anyone know how to setup, or have documents for the services in HA #513

Open
66schoollane opened this issue Apr 9, 2024 · 5 comments
Open

Comments

@66schoollane
Copy link

I can see these in Home Assistant but have no idea how to use them?

Service to start boost (provide boost amount in kWh as parameter)
Service to start smart boost (provide boost amount in kWh and desired finished time as paramters)
Service to stop boost
Service to unlock the Zappi

@G6EJD
Copy link

G6EJD commented Apr 9, 2024

Use an automation in HA

@66schoollane
Copy link
Author

66schoollane commented Apr 9, 2024

As an example automation
do you know what goes in the data field

alias: Service to unlock the Zappi
description: ""
trigger:
  - platform: state
    entity_id:
      - sensor.myenergi_zappi_25178861_plug_status
    from: null
  - platform: state
    entity_id:
      - input_button.zappi_unlock
condition: []
action:
  - service: myenergi.myenergi_unlock
    data: {}
mode: single

@LeeUKM
Copy link

LeeUKM commented Apr 22, 2024

my head was hurting as a newbie but managed with UI.

This may be useful:

https://community.home-assistant.io/t/trigger-home-assistant-actionable-notifications-by-connecting-ev-myenergi-zappi/623967

@G6EJD
Copy link

G6EJD commented May 8, 2024

This should be closed as it was never a software issue.

@G6EJD
Copy link

G6EJD commented May 27, 2024

This issue needs to be closed by the instigator @66schoollane

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

3 participants