summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-16Rename django foldermainuser@node5.net
2025-12-09Navbaruser@node5.net
2025-12-09Author - Full name tool tipuser@node5.net
2025-12-08Drinks - Author style less scuffed inlineuser@node5.net
2025-12-08Drinks - Author initials circleuser@node5.net
2025-12-08Search - Diacritics agnosticuser@node5.net
2025-12-08Beer CSS add JS version 3.13.1 fixes searchuser@node5.net
2025-12-08Search baruser@node5.net
2025-12-07Ingredients optional optionuser@node5.net
2025-12-07Ingredient - amount int -> floatuser@node5.net
2025-12-07Fix migration not applyinguser@node5.net
2025-12-07More prod setupuser@node5.net
2025-12-07Custom logginguser@node5.net
2025-12-07Fix static + more config for runninguser@node5.net
2025-12-07Drinks overviewuser@node5.net
Don't error on no picture Hide ingredients on no ingredients Create drink -> dispense drinks Dispense drink width fill
2025-12-07Prod setup worksuser@node5.net
2025-12-07You can create drinks and they will be displayeduser@node5.net
2025-12-07Adding drinks from admin interface worksuser@node5.net
2025-12-07Add new drinks app with data modelsuser@node5.net
2025-12-07ER - Split and refine drinks sectionuser@node5.net
2025-12-06WebInterface - Initialize django stub & setup instructionsuser@node5.net
2025-12-06Diagrams - ERuser@node5.net
2025-12-06Python serial POC (works)user@node5.net
2025-12-06Cleanup unused items from sjory3user@node5.net
2025-12-06MCU - Working stub. Serial -> Movementuser@node5.net
2025-03-16brokeSjory
i dont know how but it broke starting over
2025-02-20IT WORKSSjory
at least in WSL had to change a port from 5000 to 44349 witch is my api, dont know why i had it as 5000 instead but now it works also changed the URL to the WSL netid ip so when trying it on Rp4 need to change the ip to it or set it back to local host and then trying that way might work. also the certifikate exist but is not trusted by the browser so like that fire bro
2025-02-18test with WSLSjory
Windoes .....(Something) Linux
2025-02-15test 5Sjory
2025-02-15test 4Sjory
2025-02-15test 3Sjory
2025-02-15test2Sjory
2025-02-15testSjory
2025-02-15trying to publishSjory
2025-02-13SerialCommunicationSjory
update serial comm for PI4 and added Arduino/ESP32 controller code to get and parse serial code for moving the carousel and runing the pump. need to add a command for pouring the alcohol after moving posiiton
2025-02-13Serial ComunicationSjory
Started the Serial comunication code for the com between PI4 and ESP32 also made some to-do comments
2025-01-16new Arduino program madeSjory
2025-01-06drinksService to DrinksDataServiceSjory
since i used the DrinksDataService to get the data from the diffrent json files i also implemented the save new drink to json method in that class and deleted the drinksService since it was no longer used also made a modal for creating drinks that works like a pop up window
2025-01-05changed from Client side to server side interactivitySjory
deleted all client models and pages and changed the create drinks page to be on the home page on the server this made it a lot easier to get the data since we omitted the api and the server interactivity works great since its only forms and no fance animations rendering
2024-12-26trying to get the api workingSjory
dident come very far
2024-12-26Create Arduino2024.inoSjory
test motor
2024-12-26kinda worksSjory
made the create drinks website kinda work there is a problem with the api call to the server and it does not call correctly i expect there is a api endpoint wrong or smt like that also havent made a save drinks service yet it is commentet out
2024-12-25nothing worksSjory
idk wtf going on
2024-12-05metadataSjory
2024-12-05Updated to .Net v8.0Sjory
since there was almost no development made except a few test. i startet from scratch with .Net 8.0 and made a Blazor (Auot - Server/Web app)
2024-12-01testingSjory
made classes for alcohol and drinks tried to make a list of drinks gonna try maybe a json to store information and make a page for creating new drinks
2023-10-25small stuffSjory
QoL stuff
2023-10-19uploaded picturesSjory
2023-10-19Rough code for ESP32Sjory
made some methods for activating the pumps and motor carousel and the linear actuator for doesing alcohol. roughly still need to implment the MQTT Client to listen for messages (unless using another method for comunication between raspberry pi and ESP32)
2023-10-18tested on a ArduinoSjory
Tried an arduino instead, it work better. realized that we need a much more powerfull way to activate the valve, we brought an linear actuator instead