-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature request: event support #10
Comments
I have requested access to the beta. If I am allowed access I will see what I can do. It appears there are other methods I could add too |
Access should hopefully not be a problem as they state it's available to any developer. :D Yeah, grouping and scheduler seems to be available also in the API so that's good. |
I have not been granted access yet. I thought it would ideal to get access so I can see it running. The API does not provide all the information I need. For example it is good to say exactly what is returned in all cases. |
Hi, I have tested tellprox and it works great. I am quite new to Python but the code looks really nice as well. So thank you for sharing such a nice project! Have you been thinking anymore about this issue regarding events and scheduling? |
I think I'll make a start on scheduling first of all. Unfortunately as I don't own any sensor devices, it would be very hard to implement and test events. Being open source, it'd be great if someone wanted to add event handling! |
Hi again. The problem with scheduling is that tellprox cannot use tellcore-py for this since this is only part of the telldus live-thing, right? |
I've started putting some things together for scheduling. I'm not sure how long it'll take, but I'll probably put it in a new branch if you'd like to test it as it goes? Events will be difficult, but scheduling should definitely be possible |
Oki, I look forward to test! |
I can sign up for testing too. Was going to add some scheduling locally when I found this. |
I have added scheduler support. If you guys wouldn't mind testing it that would be great? I have had a look through the event stuff and it should be possible to implement, though a little harder for me as I don't own a Duo. I might be able to stub it out. |
I tried it today and unfortunately the latest source didn't work. No devices appears, only the waiting icon which stays forever. If I refresh the Device page I can see one device window flash by super fast and then there is only the waiting icon again. |
My apologies there must be a problem with the UI. Does the API work? If so,
|
Hopefully it might be as simple as it needs reinstalling. If so, browse to: |
If I am using the URL you suggested the console output only says "writing" and the web browser says "done". |
I can only imagine that a file hasn't been checked in correctly. Would you
|
Hi, |
My sincerest apologies; I missed out checking in a file, which is now checked in. I did a clean checkout and the problem should now be resolved. |
Ok! I'll test tomorrow!
|
Device page works now. |
About the only thing I'm missing here is event support, I hope to see it further on.
The text was updated successfully, but these errors were encountered: