-
Notifications
You must be signed in to change notification settings - Fork 4
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
no able to open serial #26
Comments
Hi, on the first start it is ok if the serial is not found. After starting the server, you should be able to set which port to use for the serial from the interface: on the top right there is a "settings" button. It will open a page in which you can specify serial port and baudrate to use. Select save and connect to use that serial port. (Probably I should put this info into the startup instructions... I will leave the issue open until I fix the docs) The real problem here is that you are not able to load the UI thus you cannot set the port. Can you tell me more about your setup? I can imagine it's a headless raspi... Can you try to connect through vnc viewer or similar and test if locally you are able to load the interface? Are you adding the port to the ip address? If you try with vnc viewer you should open the browser and write localhost:5000. If this one is working it should work also from your computer or phone by putting the raspi ip with the same port like: xxx.xxx.xxx.xxx:5000. If you need to see your raspi ip you can use the terminal command "ifconfig". |
Hello I have followed your instruction and all seem to be ok up to "running server" bellow the code from env start to running serveur: pi@raspberrypi:~ $ cd sandypi
and after I try to open localy (I work directly on the Pi4) the adress "127.0.0.1:5000" I have a 404 error and that what I show: Not Found
|
First suggestion, try to use "sudo python3 start.py". I'm quite sure nothing will change but you never know.... If the server is running and you get a 404 error maybe the problem was during the frontend installation. Try to run again the "installation.sh" script with sudo and post the output here, just to see if there is any kind of error during the installation. Now try again with sudo python3 start.py and check if it works. If running the installation script with sudo doesn't fix the problem try like this: From the main folder use the commands: In the future I plan to use docker which should fix installation issues like this one... But for the moment this is the only possible way to run it. |
hello. so I have found some intallation error. I put a copie in a txt file to be readable: |
Ok, as I expected is related to the frontend... You are missing npm and consequently yarn Try installing npm by following the instructions of this link or similar: https://www.instructables.com/Install-Nodejs-and-Npm-on-Raspberry-Pi/ After installing this package try to run again the installation script |
hello is it normal that the widget have a turning circle in the midle from a while and cannont see any drawing? I will open a request topic to have the possibility to read also the .thr file frome sandify! thank you again |
Can you load here an image? I know about thr files, I'm already planning to introduce them (#14)... I'm fixing some stuff about playlist at the moment and I'm quite busy. When this topic is done I prioritize the thr compatibility. The only problem I have is that I cannot test it at the moment, my table is corexy... I will try to do it on the fly but probably I will need some help to test it on a thr table I will let you know when I finally add it 😉 I will leave the issue open for the moment... Unless until I fix the docs |
Hi Yes loading new one work well Yes I can test it fir you when needed! But I guest led will be more urgent! |
Working on it as well (#23) but the thing there is a little bit trickier... I'm using WS2812B in my build but I think other types might be better... I need to put my hand on test out some WS2801 as well... As you can see there is still a lot to do and my spare time is not that much 😞 |
Ih. Yes I can't believe the amount of work you have to do... Concerning LED, in my case, I just need white led. I don't like RGB and White give better result with better shadows. A simple dimming slide bar would be enough. |
When I get the time I will add a "dimmable" option to the leds branch then... If I remember I will let you know when I do it |
I think this can be closed now that the readme is updated |
Hello
When start the strat.py I have the following message and I'm not able to connect trough the ip adress:
"
(env) pi@raspberrypi:~/sandypi $ python3 start.py
You are running linux
Preparing start.sh
Starting the server
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
Logger 'app' level: 30 (WARNING)
Logger 'feeder' level: 30 (WARNING)
Serial not available. Will use the fake serial
"
any help?
The text was updated successfully, but these errors were encountered: