Simple Scheduler Addon

Does this error appear once or is repeated every time you reload the page?

Seems to be only after I restart HA.
Before it all starts this shows up and the answer is wrong.
[2022-12-02 03:50:10] QUESTION: What do you get if you multiply six by nine?
[2022-12-02 03:50:10] ANSWER: 42

Ok, it is normal. If HA is offline the addon can’t obtain info.
Your problem must be something related to javascript.

ahahah… just nerd stuff… google it if you want to know more :wink:

1 Like

I NEED YOUR HELP!

If you are an advanced Home Assistant user and you want to beta test the new version of SimpleScheduler, add this repository:

Remember to stop and disable the current version of the addon, otherwise it won’t install.
I have extensively tested it for more than a month and it works fine to me.
Any feedback (good or bad) would be appreciated.
The JSON files are backward compatible, but if you have many of them be sure to back them up, just as extreme caution.
Use this forum for feedback (please specify your platform/architecture), but if you have any trouble open an issue on GitHub. It will be easier for me to keep track of them and fix.

Remember, this is a beta, something can go wrong!

Here’s a sneaky peak!

Version 2.0 (beta)

  • Rewritten from scratch in Python
  • Complete reengineering of the docker structure
  • New feature: Recurring type scheduler (from - to - every)
  • New MQTT Engine
  • Auto respawn processes (frontend and scheduler) in case of crash
  • Full UTF-8 support in scheduler name (include regional, mathematical, symbols and emoji)
  • Log moved to frontend
  • Log improvement (more clear and more detalied)
  • Massive bugfix
2 Likes

Hello

Not sure this is the way you want to receive feedback…

I recently upgraded to v 2 and since then I am unable to add new schedules or edit existing ones. Any idea what is going on?

Thanks

Addon version? Platform?

I will join your test and help you
Grazie mille per il tuo lavoro Alessandro, non è scontato :slight_smile:
:green_circle: :white_circle: :red_circle:

@ArthurDent1975 Which is the version of beta? 0.65?

Is seems running stable

Add-on version: 0.65
You are running the latest version of this add-on.
System: Home Assistant OS 9.4 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.12.6
Home Assistant Supervisor: 2022.11.2

You are not running the beta. The beta is 2.0.33 (for now)

Grazie :smiling_face_with_three_hearts:

I understood, the
is related to stable version and not to beta (also in beta page)

Now I’m a new tester
Add-on version: 2.0.33
You are running the latest version of this add-on.
System: Home Assistant OS 9.4 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.12.8
Home Assistant Supervisor: 2022.11.2

just a quick “issue” no one button works in UI (both chrome on windoes and andrioid app)
no issues in logs

Add-on version: 2.0.33
You are running the latest version of this add-on.
System: Home Assistant OS 9.4 (aarch64 / raspberrypi4-64)
Home Assistant Core: 2022.12.8
Home Assistant Supervisor: 2022.11.2

In fact no “button” or hyperlink works in the SS GUI.

Ok, it is clearly a javascript related issue.
The only clue is that some entity name may create an issue and stop the JS code from executing (maybe some simbol or special char…)
The quick way to is to set to false all the entity domains from the addon options (light, switch, fan, etc) and enable one domain at the time. You should be able to quickly identify which domain contains the faulty entity and narrow the search.

Thanks for your help!

EDIT: I was able to reproduce the issue putting an ’ (apostrophe) in the entity name. Please check if you have one of this, otherwise try to search for other chars

Hello. No special characters in my YAML file. If I set cover and media_player to false the UI becomes responsive once again. Does this indicate a problem in the add-on, or in some other part of my config?

M

The problem is in the addon.
If you could share with me (maybe with a private message) the list of your covers and media player (you could get them from developers tools) it will help me to discover the issue. I need to see the friendly_name of the entities.
Many thanks for your help!

no special char in my confing, I send you in private mail

PM Sent :slight_smile:

Version BETA 2.0.34 is online.
Should fix the apostrophe issue.

No update available for me jet…
I Will wait

udpated and now is working fine

Fixed the issue.
Can you add a duplicate button? I have a schedule I want to duplicate and remove only one item.