Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This has everything: http://a.co/j8Iv8M0
Theres nothing wrong / error in the log, whats does browser refresh does, can you share a screen of the browser ?sorry pics again
![]()
does this work?Theres nothing wrong / error in the log, whats does browser refresh does, can you share a screen of the browser ?
curl -u username:password http://localhost/api/capabilities
Yeah, I moved it to dashboard itself, its now located on the bottom right of the dashboard.

I can be an authentication issue. check with api that username/password is correct.Just to be sure,start raspberry pi,log in and than start my browser with my ip:192.168.1.12 and ther is the login screen.Try to log in as pi and pw:raspberry then i got that red line if i try to refresh than go back to the login page again.Never was that hard,i do something wrong
![]()
can you elaborate a little bit more? You were not able to download or not able to install?Hi Ranjib try to download again,i think something was wrong wit download or install.
thanks @wykat , love them. You are generating the finished pcb renderings on kicad itself ?
You are generating the finished pcb renderings on kicad itself ?



I found it last night, through my all in one build. this is another UI bug :-( . I'll patch it tonight. The 'enable' field should be true. You can fix it via API, till I patch and release a new build. Save the API output in json file, edit the "enable" field to change its value to true (without quote) and then update the timer with this command (assuming the file name is timer.json)@Ranjib
I think I may have uncovered another issue with the Beta 7.
My timer for my Fuge light didn't run last night or this morning. I just deleted them and created a new test timer:
![]()
If my thinking is correct, this should have turned on the Equipment "FugeLht" on at 9:07 am , however, there's nothing in the log:
![]()
Here's the output from the API:
[{"id":"9","minute":"7","day":"*","hour":"9","second":"0","name":"Test","type":"equipment","reminder":{"title":"","message":""},"equipment":{"revert":false,"id":"25","on":true,"duration":0},"enable":false}]
Did I set it up incorrectly? The Fugelight timer I had setup was working flawlessly.
Thanks
curl -u user:password -X POST -d @timer.json http://<IP>/api/timers/9
I got the black and white image for the Front layer when I exported the project as pdf. Kicad generates a bunch of pdfs each for different layers, screen etc.I've done 2 different things for making the renderings: ALT-3 in Kicad generates the renderings with components
Generate a quote at https://jlcpcb.com/quote and add the PWM.zip file and it will generate the PCB renderings. You then also have the option to view the Gerber files and look for any problems
PS: I've just updated some files to have a clean BOM and housing information between the .sch and .pcb files. As a result the transistor are 180 degrees rotated (as it should be) and the BOM is complete (.csv and .html files). Have to look if we can generate a Reef-PI BOM HTML sheet
I've learned that some things break when you upgrade from Kicad 4 to Kicad 5 due to different libraries. Will now have a look at the HAT to get that clean as well.
PS: How have you created the top B/W picture. I wanted to such picture in the past to print out and define which parts to change.
PPS: I've now included the digikey libraries as they will make it simpler to add component information. Plan to use those in the future.
PPPS: For the silk screen I will have to update the gerber files as well.....
I found it last night, through my all in one build. this is another UI bug :-( . I'll patch it tonight. The 'enable' field should be true. You can fix it via API, till I patch and release a new build. Save the API output in json file, edit the "enable" field to change its value to true (without quote) and then update the timer with this command (assuming the file name is timer.json)
that should do it.Code:curl -u user:password -X POST -d @timer.json http://<IP>/api/timers/9
I'm not going to worry too much about it until you patch it. I tried updating it, but get this error:
{"error":"json: cannot unmarshal array into Go value of type timer.Job"}

