This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

[Published] sabNZBd

2»

Comments

  • swtttswttt Member
    Phuturist said:
    swttt said:
    Fire69 said:
    I'm in no rush, I'll wait for the update  :)
    Just approved and published in the appstore. Still one commit behind on github (insights logged in real mb/s, now it says mb/s but is kb/s) 

    I'll publish the latest github version as well.
    If there are no crashes etc. There won't be much features added the coming weeks, I just became a father. So long days, and short nights
    Congratulations on becoming a father. Good luck the next few weeks (I speak out of experience).
    Thank you, i know I'll need the luck
  • swtttswttt Member
    edited July 2016
    Just found a little time to add a requested feature
    Updated the bleeding-edge-features branch on github to 0.1.3 .
    From now on if a download gets added and a download is finished within the same interval it still triggers the download added flow.

    The download added flow trigger now has a token/label to use.
    You could use this in the speech output, the token/label contains or the movie title or the tv show title, season and episode. (ex. "The good the bad and the ugly" for a movies or "Dexter Season 1 Episode 12" for a tv show. )

    Do consider this as a beta! The master branch should be more stable.
    https://github.com/swttt/com.swttt.sabnzbd/tree/bleeding-edge-features
  • PhuturistPhuturist Member
    edited July 2016
    swttt said:
    Just found a little time to add a requested feature
    Updated the bleeding-edge-features branch on github to 0.1.3 .
    From now on if a download gets added and a download is finished within the same interval it still triggers the download added flow.

    The download added flow trigger now has a token/label to use.
    You could use this in the speech output, the token/label contains or the movie title or the tv show title, season and episode. (ex. "The good the bad and the ugly" for a movies or "Dexter Season 1 Episode 12" for a tv show. )

    Do consider this as a beta! The master branch should be more stable.
    https://github.com/swttt/com.swttt.sabnzbd/tree/bleeding-edge-features
    Awesome stuff, the title tag seems to work as I requested and I get informed by Homey on what episode or movie is downloading ...  It however keeps triggering the flow saying the same title, so it seems the app is not comparing newly started downloads with running downloads correctly.

    [EDIT]
    It seemed to have triggered must a couple of times and not all the time while the download was running.

    [EDIT2]
    This appears to have been caused by my own SABnzbd install that was aborting and restarting downloads by itself. So never mind this.
  • swtttswttt Member
    Well, i have small bits of spare time again :)

    I do think, the "basics" are solid now. Haven't seen a single crash since the last update. (only had 3 or 4 crashes on the previous, but eliminated these as well now) And that with an install base of 30 users :)

    I'll add the last parts on the to-do list, and fix the last issues (0.9.0 will introduce a fix for the custom device cards). Then i'll release a 1.0.0, and after that (if there are still some feature request, i'll add them in future updates)

    I do found issues on my insights, not sure if others are having this issue. But for me its not just sabNZBd related.
    It only seems to log twice, and stops logging after this.
  • Fire69Fire69 Member
    swttt said:

    I do found issues on my insights, not sure if others are having this issue. But for me its not just sabNZBd related.
    It only seems to log twice, and stops logging after this.
    Same here with Youless and WUnderground, seems to be a .39 bug
  • swtttswttt Member
    Fire69 said:
    swttt said:

    I do found issues on my insights, not sure if others are having this issue. But for me its not just sabNZBd related.
    It only seems to log twice, and stops logging after this.
    Same here with Youless and WUnderground, seems to be a .39 bug
    I updated the youless app as well, the actual developer isn't owning a homey anymore. Did a rewrite in the same way as i made the sabnzbd app.

    I also found issues in other insights graphs. I even doubted if i made any errors in my code. Double checked and even asked emile if this was the right way to go.
  • Fire69Fire69 Member
    Are you going to publish the updated Youless app? :)
  • swtttswttt Member
    Fire69 said:
    Are you going to publish the updated Youless app? :)
    It is the one published right now. I cleaned up the code, updated it and fixed the custom device card. Do you have any issues then?
  • Fire69Fire69 Member
    Not really, just a tiny cosmetic bug. There's a comma missing in the Wh usage :)

  • swtttswttt Member
    Fire69 said:
    Not really, just a tiny cosmetic bug. There's a comma missing in the Wh usage :)

    Have to check on that one. I do remember the "standard" capability only accepts Wh, and no kwh. The meter (at least mine) has a comma since its kwh, this gets eliminated when we use Wh. (Or did i forget to put a comma just before the last number?)
  • swtttswttt Member
    Updated to 0.1.4 on github, changes for fw 0.9.1.
    Mobile device card is now working! :smile: 

  • swttt said:
    Updated to 0.1.4 on github, changes for fw 0.9.1.
    Mobile device card is now working! :smile: 

    Is the working device creates due to the new firmware or your awesomeness?  B)
  • swtttswttt Member
    @RobinVanKekem Both! haha, no they finally added it in the new fw. Had to make a few changes to get it working. Its not possible to add a custom icon yet...thats the downside.

  • Haha, ok, most likely you will be able to add a custom icon in a future Homey update, I'm sure.
  • swttt said:
    @RobinVanKekem Both! haha, no they finally added it in the new fw. Had to make a few changes to get it working. Its not possible to add a custom icon yet...thats the downside.

    https://github.com/athombv/homey/issues/699  B)
  • swttt said:
    @RobinVanKekem Both! haha, no they finally added it in the new fw. Had to make a few changes to get it working. Its not possible to add a custom icon yet...thats the downside.

    https://github.com/athombv/homey/issues/699  B)
    Fixed in 0.9.2 :disappointed: 

  • @Fire69 ;
    @RobinVanKekem ;

    Fixed both issues, icon is displayed on the sabnzbd device card.
    And the Youless device card now displays the power meter in KWh, and the usage in W without decimals.

    Removed insights logging from the sabnzbd app, waiting for realtime export to work for custom capabilities.
    Fixed insights logging in Youless, it will only update on change.(and its working now ;) )
  • Fixed a small crash occuring when no devices are added on app start up. (Wooot for new users)
    Device card is updating as well again.

    Still pending tho for appstore aproval :sweat: 

  • All minor bugs should be fixed! :smile: 
    version 0.1.7 is aproved in the appstore.
  • Oke, or not fixed. Had a crashlog again, new version is up for aproval.
    Token with title is back as well for the flow card! 

    Nice to get a push notification now when a new download is added :smile: 

  • Aproved in the app store, token is back and crash should be fixed by now.
  • The app keeps crashing here...  Started some time ago, been trying to fix it now but no success. (I guess you got the crash reports :) )
    I removed the device, tried adding it again, but it's impossible, the app crashes even before i get the time to add it.

  • swtttswttt Member
    Got indeed some crash reports, but those came allmost allways after an update in experimental or stable :)
    Thought that would have been the issue, and restarting the app would have fixed it for the most. (You are the first saying it isn't working at all :) )
    I got it still running without crashes local, but will look into the issue.


  • swtttswttt Member
    Well, i removed some functionality (and added one function).
    But Sabnzbd is ready for SDK 2 and already published in the App Store.

    Old paired devices should still work, where the old capability might give some issues.
    The new version isn't polling (saves resources) so it doesn't log the download speed in insights nor is it triggering on newly added/completed downloads.

    Other then that, you will be able to pause/resume your downloads and set a speedlimit.
Sign In or Register to comment.