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.
Official

[BETA Release] HomeyDash a Dashboard app for homey

1293032343542

Comments

  • @0burner0

    No....  I am having issues too. Working in another App, not here. 
  • swtttswttt Member
    RTSP isn't supported by the html5 video api.
    it's impossible to support all codecs in the browser. You could ofcourse run a server to transform a rtsp stream to mp4 or hls that should be supported.

    Could you test if the url directly in your browser does work? (on the tablet, not your pc ;) )
  • 0burner0 said:
    Eternity said:
    Examples of video stream url's can be found here:

    https://www.ispyconnect.com/man.aspx?n=foscam 
    Hmm already tried my url in VLC then it works:

    rtsp://admin:pasw*rd@192.168.8.**:554/Streaming/Channels/101

    Dashboard doesnt 
    Any ideas? 
    Same here !!!!!!!

  • CliffBroerenCliffBroeren Member
    edited March 2017
    I had this stream.   http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx 
    it works in chrome but not in homeydash
  • swtttswttt Member
    @CliffBroeren
    The link works on the tablet directly as well?
  • @swttt yes it works on the tablet 
  • Does anyone have an y-cam and knows how to access it without their cloud solution? It's asking for authorization which is still present after a hard reset. The default Admin 1234 is not working. And they also mailed me that I cannot access it directly and cannot change the settings.

    So maybe what I want is not possible but I hope one of you has a workaround.
  • swttt said:
    Still not sure, about the above mentioned issue. Added a way to (maybe) debug this if it would happen again.

    For now, there has been some major changes in the UI. And is published in the alpha channel to do some final testing.
    Before releasing it to the appstore i want to add a few more functions, but the base is looking solid right now. 

    For now a few teaser pics! :smile:


    Hi, I do not see the (ON/OFF) status? Which widget did you use for it?
  • jstelten said:
    swttt said:
    Still not sure, about the above mentioned issue. Added a way to (maybe) debug this if it would happen again.

    For now, there has been some major changes in the UI. And is published in the alpha channel to do some final testing.
    Before releasing it to the appstore i want to add a few more functions, but the base is looking solid right now. 

    For now a few teaser pics! :smile:


    Hi, I do not see the (ON/OFF) status? Which widget did you use for it?
    It's a setting. In the menu "general settings"
  • swtttswttt Member
    @jstelten That is a setting you can enable.
  • I had this stream.   http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx 
    it works in chrome but not in homeydash
    I had the same issue, try to put an ampersand + not used variable after pwd=xx so for example in the above case:

    http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx&t=10

    I saw that homeydash puts a ?ud= after the url to ensure the url is unique every time it is requested. Maybe the author can change the ? to an ampersand if there are more query string variables in the URL.
  • swtttswttt Member
    @pdreissen
    Oh ineed nice found, hardcoded '?' but need to check if other paramters are set indeed...

  • Alarmpanel

     

     

    I made an alarmpanel for homeydash. 


    I do not know if this is the best and easiest way but it works for me at the moment. 

    First, you need the following apps:

    -Betterlogic

    -Homeydash

     

    Now go under settings to better logic and create 12 boolean:

     

    1

    2

    ...

    9

    0

    To

    enter

     

    Add this boolean to devices so you can add them in homeydash.


     

    Request: Add numbers to icons  :)


    Make the following flow
     
    
    
    
    Add all the numbers.
    Turn off the numbers that should not be pressed.
     In the example, the code 1234
    Remember that the numbers and enter also have to turn ‘’off’’ again
     
    I made also a turn on button to enable my alarm. 
    (made almost the mistake to use my normal boolean, then you could turn on/of the alarm with one pres)
    
    
    Also made to resest flows:

     

    (delay every button with 2 seconds)

    Hint: Use the dublicate function to create more codes etc.

     

  • pdreissen said:
    I had this stream.   http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx 
    it works in chrome but not in homeydash
    I had the same issue, try to put an ampersand + not used variable after pwd=xx so for example in the above case:

    http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx&t=10

    I saw that homeydash puts a ?ud= after the url to ensure the url is unique every time it is requested. Maybe the author can change the ? to an ampersand if there are more query string variables in the URL.
    thx...that works:-)
  • swttt said:
    @jstelten That is a setting you can enable.
    Found it, thanks!
  • pdreissen said:
    I had this stream.   http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx 
    it works in chrome but not in homeydash
    I had the same issue, try to put an ampersand + not used variable after pwd=xx so for example in the above case:

    http://192.168.2.101/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=xx&pwd=xx&t=10

    I saw that homeydash puts a ?ud= after the url to ensure the url is unique every time it is requested. Maybe the author can change the ? to an ampersand if there are more query string variables in the URL.
    You are Great. Thankssssss It works 
  • This looks great, when will it be in the app store?
  • swttt said:
    @pdreissen
    Oh ineed nice found, hardcoded '?' but need to check if other paramters are set indeed...

    @swttt thanks for the dashboard great stuff ;)

    When using the dashboard in Safari however it is impossible to insert any value, in chrome it works just fine (for example Widget name). Using github alpha version (0.0.18)
  • swtttswttt Member
    @pdreissen
    Indeed a known issue in the alpha, and something that has to be fixed before i release to the appstore again.
    The followings things need to be done and tested before i release it:
    - Video widget fix for certain urls
    - input fields safari fix
    - presence widget
    - buienradar and rss widget updates
    - maybe shutter device widget

    @0burner0
    Creative! :smile: Something i did planned on adding as a plugin later on tho..
  • CliffBroerenCliffBroeren Member
    edited March 2017
    @swttt ;
    -Presence Widget.  Niceeeeeeee !!!!!!
    Had you thought about a (door widget) Which door is open and Which close?? 







    This is my tablet now it looks really nice with the new app


  • Any new progress? Just curious...
  • swtttswttt Member
    @RuudvB
    Got allot on my plate lately...did fixed some issues tho but haven't even pushed it to Alpha yet.
    Hope to get some more time this weekend.
  • How can i use the widget 'button'?
  • swttt said:
    @RuudvB
    Got allot on my plate lately...did fixed some issues tho but haven't even pushed it to Alpha yet.
    Hope to get some more time this weekend.
    Thanks for the info, my question was certainly not meant as criticism. It's a lot of work and I think we all appreciate your effort! :)  
  • How can i use the widget 'button'?
    First you need to create a trigger via the Better Logic app and link the action you want to this trigger/button. When you then select the button widget in HomeyDash you can select this trigger and use it as a button.
  • @swttt ;
    -Presence Widget.  Niceeeeeeee !!!!!!
    Had you thought about a (door widget) Which door is open and Which close?? 







    This is my tablet now it looks really nice with the new app



    How do I get this? I mean, with the buienradar image?
    I do not understand what the plugin page does in the settings tab. What kind of plugins can I use And where can I get these?
  • I believe there are no plugins yet at this moment, more for future expansion.

    For the Buienradar, simply select Buienradar at 'Add widget' (when you have selected a room/dashboard) and resize to your wishes.
  • swtttswttt Member
    @powermarcel10 Currently only in the alpha release tho!
  • Ah, sorry @swttt; of course you are right, sorry I forgot to mention that!
  • swttt said:
    @powermarcel10 Currently only in the alpha release tho!

    Is there a way to get it? :$
Sign In or Register to comment.