-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error with set schedule service. #69
Comments
Probably same issue as #66 Until fix is ready you should be able to replace it yourself locally |
Thanks for this. I changed the variable above but still get the same error. Looking deeper into the logs this is the error: Logger: homeassistant.helpers.script.websocket_api_script websocket_api script: Error executing script. Unexpected error for call_service at pos 1: expected str, bytes or os.PathLike object, not NoneType |
What version of HA are you on? I'm not seeing this issue with 2024.5 and v2.3.2 and a v2 charger in BST/UK. It looks like it stems from: timezone = get_time_zone(coordinator.data.schedule_tz) Have you ever setup a schedule before? I wonder if the timezone may be Null if you have never used one, so maybe set one up in the app first. |
Hi i still have the issue. HA versions Core 2024.9.3 Hypervolt V3 charger Hypervolt integration version: 2.3.2 I have set a scheduled in in the past, there is one set on the charger at the moment (from when i had last set it for negative agile rates) |
Looking in the settings on the hypervolt app, timezone is set to Europe/London |
Mine does this as well, the Hypervolt API is not returning the timezone for the charger (perhaps because the charger was created before Hypervolt supported timezones). @gndean If you get chance could you update to default to "Europe/London" when the timezone isn't available please? |
I'm getting this error also. Timezone appears to be set up correctly on the app. Core 2024.11.2 |
Could try the following fix: https://github.com/Meatballs1/home-assistant-hypervolt-charger/blob/timezone_workaround/custom_components/hypervolt_charger/service.py I've not tested it yet
|
I get the following error when trying to run the set schedule service...
Error: expected str, bytes or os.PathLike object, not NoneType
Config is like so:
error
Current state of target rate sensor in octopus integration:
The text was updated successfully, but these errors were encountered: