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

Option to repeat on/off send #100

Open
dotdeas opened this issue Dec 15, 2023 · 3 comments
Open

Option to repeat on/off send #100

dotdeas opened this issue Dec 15, 2023 · 3 comments

Comments

@dotdeas
Copy link

dotdeas commented Dec 15, 2023

Would it be possible to add a option in the config to repeat the on/off signal X amount of times?

repeate = repeate send X amount of times
repeate_delay = time in ms between repeates

{
"local_id": 1,
"type": "device",
"model": "switch",
"manufacturer": "Random",
"repeate": 2,
"repeate_delay": 200
},

I know this will cause issues for users using the Telldus Live api but for us using local api it would be a great improvement 🥳

@mifi
Copy link
Collaborator

mifi commented Dec 15, 2023

What’s the purpose of that?

@dotdeas
Copy link
Author

dotdeas commented Dec 15, 2023

Since there are some issues sometimes when sending the on/off signal it would be nice to be able to send it X amount of times to be sure it is on, since 9 out of 10 times it works, but the last time you need to send it 2-3 times for the switch to turn on.

@mifi
Copy link
Collaborator

mifi commented Dec 15, 2023

Hmm, I thought the telldus transmitter hardware already does this, sends each command multiple times

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

2 participants