-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
[Bug]: Help for Actions needed #868
Comments
looks like a similar error is trown when I try to call :
`Logger: homeassistant.helpers.script.websocket_api_script websocket_api script: Error executing script. Unexpected error for call_service at pos 1: 'tuple' object has no attribute 'set' Logger: homeassistant.components.websocket_api.http.connection Traceback (most recent call last): |
Describe the issue
Hi, i really like what you have build here.
I'm currently struggling with the Action: Huawei Solar: Set Fixed Charge Periods
I created a period via template, but it wouldn't accept it.
This, via Dev-tools->Actions, works:
action: huawei_solar.set_fixed_charge_periods data: device_id: <long key> periods: | {{states('sensor.batterie_laden_value')}}
This, via button, not:
type: button tap_action: action: none hold_action: action: perform-action confirmation: text: Batterie Ladeperiode speichern? perform_action: huawei_solar.set_fixed_charge_periods target: {} data: device_id: <long key> periods: | {{states('sensor.batterie_laden_value')}} show_state: false icon: mdi:battery-charging name: setze Ladeperiode
sensor.batterie_laden_value = "05:30-06:00/6000W"
HD tells me:
"Failed to perform the action huawei_solar/set_fixed_charge_periods. Invalid periods"
I would be very happy when you could add some examples to the Documentation.
Thank you very much!
viper539
Describe your Huawei Solar Setup
Inverter Type: SUN2000-10KTL-M1
Inverter Firmware version: V100R001C00SPC161
sDongle present: Yes
sDongle Type: sDongleA-05 (WiFi / Ethernet)
sDongle Connectivitiy: WiFi
sDongle Firmware: V100R001C00SPC133
Power meter present: three phase
Optimizers Present: No
Battery: LUNA2000 10KW-C1
Battery Firmware version: unknown
Huawei Solar integration version: unknown
How do you connect to the inverter?
Via the
SUN2000-<serial_no>
WiFiUpload your Diagnostics File
Drag & Drop your Diagnostics File here.
Upload your relevant debug logs
Please confirm the following:
The text was updated successfully, but these errors were encountered: