Commit Graph

10 Commits (4ac3ab5e5b7208dcfa0ad47cd382cd0b9a708a5f)

Author SHA1 Message Date
Keith Herrington 4ac3ab5e5b
Update hostex_api.py
Fixes #1. upped the reservation api call to the max, from 20 results to 100 (what happens if I have more than 100 reservations though??)
2024-12-11 11:49:57 -08:00
Keith Herrington f6ff47e47b
Update README.md 2024-09-12 09:12:21 -07:00
Keith Herrington 1745807625
Update README.md 2024-09-12 09:11:50 -07:00
Keith Herrington 8a043a3be7 Fix visitor duplication and improve PIN assignment
- Prevent duplicate entries for reservations with same dates
- Assign PINs to existing visitors without them
- Enhance logging for better debugging
- Prioritize date matching over name matching for visitors
- Consistently use last 4 digits of phone numbers for PINs
2024-09-11 20:39:52 -07:00
Keith Herrington 59b6d5b964 trying to fix pin stuff 2024-09-11 20:18:46 -07:00
Keith Herrington a17df9c330 Refactor visitor creation and improve error handling
- Simplify create_visitor method to match successful API calls
- Enhance error logging for better debugging
- Update README with new usage instructions
- Add CHANGELOG to track project changes
2024-09-11 19:59:20 -07:00
Keith Herrington cc7ba33e48
Update README.md 2024-08-22 20:37:30 -07:00
Keith Herrington ad16fbb56e Fix UnifiAccessManager, add Simplepush debug logs, and adjust output format 2024-08-22 20:36:28 -07:00
Keith Herrington 4e4e3a7f5a Initial commit 2024-08-22 20:25:32 -07:00
Keith Herrington bf4d7a75d1
Initial commit 2024-08-22 20:19:05 -07:00