Forum Replies Created
-
AuthorPosts
-
tsikishomeParticipantHello 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;}
tsikishomeParticipantFixed! Super happy with the final result!
Attachments:
tsikishomeParticipantThe 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.Attachments:
tsikishomeParticipantThanks Ray!
Yes it looks nice!
And with both some active zones.Attachments:
tsikishomeParticipantLooking good so far.
Still some work to do because the active stations shown on the top are still in one column.Attachments:
tsikishomeParticipantHello 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!
tsikishomeParticipantHello all,
I would really hope that someone has done this before and could help.
tsikishomeParticipantHi 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,
GeorgeAttachments:
tsikishomeParticipantHere is a video on youtube showing the problem.
tsikishomeParticipantI forgot to mention the power supply. I use a pretty good 5v 6a power supply but I have also tried other 5v power supplies.
tsikishomeParticipantThe .brd file can be found here:
https://www.dropbox.com/s/ryh1lsvc1kvhkrc/ospi.brd?dl=0Best regards,
George -
AuthorPosts