Go to file
haneulai c885bab007 fix: 크롤링 오류 시 daily_stats 0으로 덮어쓰기 방지
- save_to_supabase()에서 status에 '오류' 포함 시 daily_stats 갱신 금지
- today_kwh == 0인 경우도 daily_stats 갱신 금지 (새벽/야간 보호)
- solar_logs는 이상 이력 추적을 위해 오류 데이터도 계속 기록
- 재현 사례: 2026-05-14 15:40 nrems-03 NREMS 응답 오류로 0kW 오보
2026-05-14 17:56:08 +09:00
crawlers 수정 2026-03-30 13:01:18 +09:00
scripts_archive 수정 2026-03-30 13:01:18 +09:00
tests 수정 2026-03-30 13:01:18 +09:00
tools 수정 2026-03-30 13:01:18 +09:00
venv_win 수정 2026-03-30 13:01:18 +09:00
.gitignore Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
alert_manager.py feat: Check Supabase alerts_enabled before sending telegram 2026-04-14 16:40:59 +09:00
config.py 텔레그램 알림 변경. 2026-03-30 15:22:28 +09:00
crawler_gui.py Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
crawler_manager.py 수정 2026-03-30 13:01:18 +09:00
crawler_structure.md Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
daily_summary.py Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
database.py fix: 크롤링 오류 시 daily_stats 0으로 덮어쓰기 방지 2026-05-14 17:56:08 +09:00
DEVELOPMENT.md 수정 2026-03-30 13:01:18 +09:00
fetch_history.py Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
main.py 수정 2026-03-30 13:01:18 +09:00
sync_plants.py Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00
verify_data.py Initial commit with fixed daily summary logic 2026-01-30 11:43:08 +09:00