Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Stations view in two rows #69903

    tsikishome
    Participant

    Hello Samer, I don’t understand what you mean with pull request. Do you mean github? I am not sure what to do.

    For anyone interested,
    I changed the app.css file,
    1. Changed this:

    :not(input):not(textarea) {
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        -ms-touch-select:none;
        -ms-content-zooming:none;
        -o-user-select:none;
        user-select:none;
    }

    to this:

    :not(input):not(textarea) {
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        -ms-touch-select:none;
        -ms-content-zooming:none;
        -o-user-select:none;
        user-select:none;
        margin: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
    }

    2. changed this:

    #os-stations-list img, #os-running-stations img {
    	display: none;
    }

    to this (added underneath):

    #os-stations-list img, #os-running-stations img {
    	display: none;
    }
    #os-stations-list{ column-count: 2; column-gap: 10px; -webkit-column-count: 2; -moz-column-count: 2;}
    #os-running-stations{ column-count: 2; column-gap: 10px; -webkit-column-count: 2; -moz-column-count: 2;}
    in reply to: Stations view in two rows #69845

    tsikishome
    Participant

    Fixed! Super happy with the final result!

    in reply to: Stations view in two rows #69842

    tsikishome
    Participant

    The problem now is that if an odd number of zones are activated,
    the zones are not shown correctly as the elements are cut in half.
    Keep looking.

    in reply to: Stations view in two rows #69840

    tsikishome
    Participant

    Thanks Ray!
    Yes it looks nice!
    And with both some active zones.

    in reply to: Stations view in two rows #69751

    tsikishome
    Participant

    Looking good so far.
    Still some work to do because the active stations shown on the top are still in one column.

    in reply to: Stations view in two rows #69710

    tsikishome
    Participant

    Hello Ray,
    Yes I meant two columns. My bad!
    The ideal situation for me is to have 2 columns and use my iPad in landscape view. As well any pc browser.
    Just today I was trying to find more info on the UI and found out that the UI assets can be stored locally and be altered which is good!
    I will follow this road and inform with progress in case somebody is interested as well!

    in reply to: Stations view in two rows #69692

    tsikishome
    Participant

    Hello all,
    I would really hope that someone has done this before and could help.

    in reply to: Custom OSPi problem #62736

    tsikishome
    Participant

    Hi bretskee and thanks for your reply.

    The pins connected are in fact 13, 7, 15, 11. Not 26, 28, 20, 34.
    Check the picture attached. You can see the traces.

    Regarding the common ground, my board and the raspberry are powered from the same power supply. But I soldered a jumper cable between pin 6 of Pi and a ground of the board.
    As expected it didn’t make any difference.

    The board and the OSPi program runs as it is expected. No problems there.
    The only problem is when my macbook power plug touch any metal near the board.
    Today I noticed that even when the macbook power plug touches the metal enclosure of the OSPi power supply, again the relays are acting crazy like in the video.

    Best regards,
    George

    Attachments:
    in reply to: Custom OSPi problem #62528

    tsikishome
    Participant

    Here is a video on youtube showing the problem.

    https://www.youtube.com/watch?v=iovWsNL4Gf0

    in reply to: Custom OSPi problem #62515

    tsikishome
    Participant

    I forgot to mention the power supply. I use a pretty good 5v 6a power supply but I have also tried other 5v power supplies.

    in reply to: Custom OSPi problem #62513

    tsikishome
    Participant

    The .brd file can be found here:
    https://www.dropbox.com/s/ryh1lsvc1kvhkrc/ospi.brd?dl=0

    Best regards,
    George

Viewing 11 posts - 1 through 11 (of 11 total)