Compare commits
2 Commits
v1.5.12-be
...
3e04f385cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e04f385cb | |||
| 2eac7bbd1d |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -32,7 +32,6 @@ test/README
|
|||||||
data/*
|
data/*
|
||||||
!data/
|
!data/
|
||||||
!data/.gitkeep
|
!data/.gitkeep
|
||||||
# important
|
|
||||||
html/bambu_credentials.json
|
html/bambu_credentials.json
|
||||||
html/spoolman_url.json
|
html/spoolman_url.json
|
||||||
_local/*
|
_local/*
|
||||||
|
|||||||
335
CHANGELOG.md
335
CHANGELOG.md
@@ -1,340 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.5.12-beta7] - 2025-08-29
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta7
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- improve API state handling and vendor name formatting
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta6] - 2025-08-29
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta6
|
|
||||||
- improve task synchronization in vendor, filament, and spool creation functions
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta5] - 2025-08-29
|
|
||||||
### Added
|
|
||||||
- enhance NDEF decoding with detailed validation and debugging output
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta5
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta4] - 2025-08-29
|
|
||||||
### Added
|
|
||||||
- enhance NDEF decoding to validate structure and extract JSON payload
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta4
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta3] - 2025-08-29
|
|
||||||
### Added
|
|
||||||
- add logging for decoded JSON data in NFC processing
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta3
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta2] - 2025-08-29
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta2
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- enhance filament creation logic to include dynamic comments based on payload
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12-beta1] - 2025-08-28
|
|
||||||
### Added
|
|
||||||
- implement filament and spool creation in Spoolman API
|
|
||||||
- Add JSON structure comments for filament and spool creation
|
|
||||||
- Add vendor and filament management to API; implement recycling factory handling in NFC
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.12-beta1
|
|
||||||
- Merge branch 'main' into recyclingfabrik
|
|
||||||
- Merge branch 'main' into recyclingfabrik
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.12] - 2025-08-28
|
|
||||||
### Added
|
|
||||||
- add numbering to update sections in upgrade.html refactor: improve readability of checkSpoolmanInstance function
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.5.12
|
|
||||||
- clean up library dependencies in platformio.ini
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.11-beta4] - 2025-08-28
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.11-beta4
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- remove debug logging from checkSpoolmanInstance function
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.11-beta3] - 2025-08-28
|
|
||||||
### Added
|
|
||||||
- add logging for spoolman status in checkSpoolmanInstance function
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.11-beta3
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.11-beta2] - 2025-08-28
|
|
||||||
### Added
|
|
||||||
- add logging for healthy spoolman instance check
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.11-beta2
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.11-beta1] - 2025-08-28
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for beta version v1.5.11-beta1
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- adjust spacing in loop structure and enable tare function in scale loop
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.11] - 2025-08-27
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.5.11
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.10] - 2025-08-27
|
|
||||||
### Added
|
|
||||||
- improve weight processing logic and add auto-send feature for Bambu spool ID
|
|
||||||
- improve weight processing logic and add auto-send feature for Bambu spool ID
|
|
||||||
- Adds a link to the spool in spoolman when reading a spool tag
|
|
||||||
- Fixes types and some issues in the new graphics
|
|
||||||
- Adds ENABLE_HEAP_DEBUGGING define as comment to the build flags
|
|
||||||
- Adds data directory and further .vscode files to to .gitignore
|
|
||||||
- Introduces new heap debugging feature and fixes some memory leaks in website feature
|
|
||||||
- Fixes some issues with the new location tags
|
|
||||||
- Adds new feature to write and read location tags
|
|
||||||
- Adds slight debouncing to the scale loop weight logic
|
|
||||||
- add loadcell desc.
|
|
||||||
- implement multi-color filament display and styles for dropdown options
|
|
||||||
- add remaining weight logging for PUT requests and improve error reporting in sendToApi function
|
|
||||||
- add remaining weight logging and display after successful spool update
|
|
||||||
- add weight field to update payload in updateSpoolTagId function
|
|
||||||
- add auto-tare functionality and update scale handling based on touch sensor connection
|
|
||||||
- add touch sensor connection check and update logic
|
|
||||||
- add manual tare functionality for scale
|
|
||||||
- add debounce handling for TTP223 touch sensor
|
|
||||||
- add TTP223 touch sensor support and wiring configuration
|
|
||||||
- Renamed states of NFC state machine and introduced new state machine for spoolman API
|
|
||||||
- add forced cache refresh after removing and saving Bambu credentials
|
|
||||||
- add functionality to remove Bambu credentials and update API handling
|
|
||||||
- add rfid_bambu.html and update bambu connection handling
|
|
||||||
- add error handling for missing vendor IDs in filament data
|
|
||||||
- add WiFi connection check and restart Bambu if not connected
|
|
||||||
- added new .step, now with correct individual parts
|
|
||||||
- added changelog
|
|
||||||
- Add files via upload
|
|
||||||
- added .stp files of modifications
|
|
||||||
- added merged picture
|
|
||||||
- added pictures of components bought from AliE
|
|
||||||
- Add files via upload
|
|
||||||
- added pictures for heat insert location
|
|
||||||
- added pictures showing heat insert location
|
|
||||||
- remove unnecessary delay in MQTT setup and add delay before restart
|
|
||||||
- add new 3D print file for Filaman scale
|
|
||||||
- added Discord Server
|
|
||||||
- add support for Spoolman Octoprint Plugin in README files
|
|
||||||
- add OctoPrint integration with configurable fields and update functionality
|
|
||||||
- add version comparison function and check for outdated versions before updates
|
|
||||||
- remove unused version and protocol fields from JSON output; add error message for insufficient memory
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.5.10
|
|
||||||
- Merge branch 'main' of https://gitlab.fire-devils.org/3D-Druck/Filaman
|
|
||||||
- Changed Amazon Link for PN532
|
|
||||||
- Changed Amazon Link for PN532
|
|
||||||
- update changelog and header for version v1.5.9
|
|
||||||
- update platformio.ini for version v1.5.9
|
|
||||||
- Enhance API to support weight updates after successful spool tag updates
|
|
||||||
- update changelog and header for version v1.5.8
|
|
||||||
- update platformio.ini for version v1.5.8
|
|
||||||
- Merge pull request #45 from janecker/nfc_write_improvements
|
|
||||||
- Introduces periodic Spoolman Healthcheck
|
|
||||||
- Improves init - NFC reading now only starts after boot is finished
|
|
||||||
- Further improvements on NFC writing
|
|
||||||
- Merge pull request #44 from janecker/graphics_rework
|
|
||||||
- Graphic rework of the NFC writing process
|
|
||||||
- Remove unused parameter of sendNfcData()
|
|
||||||
- Reworks startup graphics and timings
|
|
||||||
- update changelog and header for version v1.5.7
|
|
||||||
- update platformio.ini for version v1.5.7
|
|
||||||
- clean up unused variables and improve .gitignore entries
|
|
||||||
- update changelog and header for version v1.5.6
|
|
||||||
- update webpages for version v1.5.6
|
|
||||||
- update platformio.ini for version v1.5.6
|
|
||||||
- Merge pull request #42 from janecker/configuration_nvs_storage
|
|
||||||
- Merge branch 'main' into configuration_nvs_storage
|
|
||||||
- Changes configuration storage of spoolman and bambu values
|
|
||||||
- update changelog and header for version v1.5.5
|
|
||||||
- update platformio.ini for version v1.5.5
|
|
||||||
- update changelog and header for version v1.5.4
|
|
||||||
- update platformio.ini for version v1.5.4
|
|
||||||
- Merge branch 'main' of github.com:ManuelW77/Filaman
|
|
||||||
- Merge pull request #39 from janecker/location_tags
|
|
||||||
- Merge pull request #38 from janecker/scale_debouncing
|
|
||||||
- update changelog and header for version v1.5.3
|
|
||||||
- update platformio.ini for version v1.5.3
|
|
||||||
- Affiliate Links
|
|
||||||
- update changelog and header for version v1.5.2
|
|
||||||
- update platformio.ini for version v1.5.2
|
|
||||||
- update changelog and header for version v1.5.1
|
|
||||||
- update version to 1.5.1 and improve OTA update handling with task management
|
|
||||||
- update changelog and header for version v1.4.14
|
|
||||||
- update platformio.ini for version v1.4.14
|
|
||||||
- update changelog and header for version v1.4.13
|
|
||||||
- update platformio.ini for version v1.4.13
|
|
||||||
- update changelog and header for version v1.4.12
|
|
||||||
- update platformio.ini for version v1.4.12
|
|
||||||
- update README files to clarify PN532 DIP switch settings
|
|
||||||
- update changelog and header for version v1.4.11
|
|
||||||
- update platformio.ini for version v1.4.11
|
|
||||||
- Merge branch 'main' of github.com:ManuelW77/Filaman
|
|
||||||
- update changelog and header for version v1.4.10
|
|
||||||
- update platformio.ini for version v1.4.10
|
|
||||||
- Merge pull request #31 from janecker/nfc_rework
|
|
||||||
- Introducing enum for handling the NFC state to improve code readability
|
|
||||||
- update changelog and header for version v1.4.9
|
|
||||||
- update platformio.ini for version v1.4.9
|
|
||||||
- update changelog and header for version v1.4.8
|
|
||||||
- update platformio.ini for version v1.4.8
|
|
||||||
- Merge pull request #30 from janecker/main
|
|
||||||
- Merge branch 'testing' into main
|
|
||||||
- update changelog and header for version v1.4.7
|
|
||||||
- update platformio.ini for version v1.4.7
|
|
||||||
- Merge branch 'testing'
|
|
||||||
- update remove button for Bambu credentials with red background
|
|
||||||
- Merge pull request #28 from tugsi/main
|
|
||||||
- update changelog and header for version v1.4.6
|
|
||||||
- update platformio.ini for version v1.4.6
|
|
||||||
- update changelog and header for version v1.4.5
|
|
||||||
- update platformio.ini for version v1.4.5
|
|
||||||
- Merge branch 'testing'
|
|
||||||
- remove unused request_topic subscription and reduce MQTT task stack size
|
|
||||||
- Merge pull request #26 from tugsi/main
|
|
||||||
- rename report_topic to topic and update MQTT subscription logic, switched publish topic to request
|
|
||||||
- update changelog and header for version v1.4.4
|
|
||||||
- update platformio.ini for version v1.4.4
|
|
||||||
- update changelog and header for version v1.4.3
|
|
||||||
- update platformio.ini for version v1.4.3
|
|
||||||
- update changelog and header for version v1.4.2
|
|
||||||
- update platformio.ini for version v1.4.2
|
|
||||||
- increase stack size for BambuMqtt task
|
|
||||||
- update Discord Link
|
|
||||||
- update Discord Link
|
|
||||||
- remove commented-out subscription topic in MQTT setup
|
|
||||||
- update changelog and header for version v1.4.1
|
|
||||||
- update platformio.ini for version v1.4.1
|
|
||||||
- refactor length calculation to convert total length to meters before formatting
|
|
||||||
- Merge pull request #16 from spitzbirne32/main
|
|
||||||
- improved housing to show display better
|
|
||||||
- removed CAD, as they were all duplicates
|
|
||||||
- typo in AliE link
|
|
||||||
- Delete usermod/spitzbirne32/STL/README.md
|
|
||||||
- Update README.md
|
|
||||||
- moved pictures of parts into dedicated folders
|
|
||||||
- Update README.md
|
|
||||||
- Update README.md
|
|
||||||
- Update README.md
|
|
||||||
- Delete usermod/spitzbirne32/STL/ScaleTop_Heatinsert_Location_usermod_spitzbirne32_.png
|
|
||||||
- Delete usermod/spitzbirne32/STL/Housing_Heatinsert_Location_usermod_spitzbirne32_.png
|
|
||||||
- created folders
|
|
||||||
- Update README.md
|
|
||||||
- Update README.md
|
|
||||||
- Create README.md
|
|
||||||
- Update README.md
|
|
||||||
- Update README.md
|
|
||||||
- Create README.md
|
|
||||||
- Merge pull request #15 from ManuelW77/main
|
|
||||||
- Merge pull request #14 from janecker/scale-calibration-rework
|
|
||||||
- Reworks the scale calibration handling
|
|
||||||
- remove redundant scale calibration checks and enhance task management
|
|
||||||
- enhance AMS data handling and streamline spool auto-setting logic
|
|
||||||
- adjust stack size and improve scale calibration logic
|
|
||||||
- update labels and input types for better clarity and functionality
|
|
||||||
- update documentation for clarity and accuracy
|
|
||||||
- update changelog and header for version v1.4.0
|
|
||||||
- update NFC tag references to include NTAG213 and clarify storage capacity
|
|
||||||
- bump version to 1.4.0
|
|
||||||
- remove unused version and protocol fields from NFC data packet
|
|
||||||
- sort vendors alphabetically in the dropdown list
|
|
||||||
- Merge pull request #10 from janecker/nfc-improvements
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fixes issue that scale not calibrated message was not shown
|
|
||||||
- Improves NFC writing workaround and removes debug output
|
|
||||||
- Fixes typos in upgrade page
|
|
||||||
- Reworks graphics of tag reading and some api fixes
|
|
||||||
- Replaces usage of String with const char* in heap debug function
|
|
||||||
- Merge pull request #41 from janecker/memory_leak_fixes
|
|
||||||
- Fixes compiler warnings in nfc
|
|
||||||
- Memory leak fixes in api and nfc, location tag fix
|
|
||||||
- Merge pull request #40 from janecker/location_bambu_fix
|
|
||||||
- uncomment monitor_port configuration in platformio.ini
|
|
||||||
- update spool weight conditionally based on NFC ID
|
|
||||||
- update weight field in update payload to only include values greater than 10
|
|
||||||
- increase stack size for sendToApi task to improve stability
|
|
||||||
- adjust tare weight tolerance to ignore deviations of 2g
|
|
||||||
- improve weight stability check before sending to API
|
|
||||||
- update touch sensor connection logic to correctly identify connection status
|
|
||||||
- update TTP223 pin configuration and adjust touch sensor logic
|
|
||||||
- enhance HTTP method handling in sendToApi function
|
|
||||||
- improve HTTP client configuration and clear update documents after API calls
|
|
||||||
- Fixes memory leak in HTTPClient by disabling connection reuse
|
|
||||||
- update reload logic after removing and saving Bambu credentials for better cache handling
|
|
||||||
- handle Bambu connection state by introducing bambuDisabled flag
|
|
||||||
- handle potential undefined value for tray_info_idx in handleSpoolIn function, by @tugsi
|
|
||||||
- Fix rfid.js-Failure with X1-Series, if you wanna send a Spool to AMS: - Uncaught TypeError: Cannot read properties of undefined (reading 'replace') at handleSpoolIn (rfid.js:493:67) at HTMLButtonElement.onclick ((Index):1:1) handleSpoolIn @ rfid.js:493 onclick @ (Index):1
|
|
||||||
- increase MQTT buffer size and adjust task stack size
|
|
||||||
- Fix BufferSize for larger JSONs from X-Series
|
|
||||||
- adjust weight threshold for tare check to allow negative values
|
|
||||||
- use unique client ID for MQTT connection to avoid conflicts
|
|
||||||
- reload page after firmware update completion
|
|
||||||
- increase WiFi connection timeout from 5 to 10 seconds
|
|
||||||
- ensure valid URL format and remove trailing slash in setupWebserver
|
|
||||||
- correct typo in console log for total length
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.9] - 2025-08-11
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.5.9
|
|
||||||
- Enhance API to support weight updates after successful spool tag updates
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.8] - 2025-08-10
|
|
||||||
### Added
|
|
||||||
- Adds a link to the spool in spoolman when reading a spool tag
|
|
||||||
- Fixes types and some issues in the new graphics
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- update platformio.ini for version v1.5.8
|
|
||||||
- Merge pull request #45 from janecker/nfc_write_improvements
|
|
||||||
- Introduces periodic Spoolman Healthcheck
|
|
||||||
- Improves init - NFC reading now only starts after boot is finished
|
|
||||||
- Further improvements on NFC writing
|
|
||||||
- Merge pull request #44 from janecker/graphics_rework
|
|
||||||
- Graphic rework of the NFC writing process
|
|
||||||
- Remove unused parameter of sendNfcData()
|
|
||||||
- Reworks startup graphics and timings
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fixes issue that scale not calibrated message was not shown
|
|
||||||
- Improves NFC writing workaround and removes debug output
|
|
||||||
- Fixes typos in upgrade page
|
|
||||||
- Reworks graphics of tag reading and some api fixes
|
|
||||||
- Replaces usage of String with const char* in heap debug function
|
|
||||||
|
|
||||||
|
|
||||||
## [1.5.7] - 2025-07-28
|
## [1.5.7] - 2025-07-28
|
||||||
### Changed
|
### Changed
|
||||||
- update platformio.ini for version v1.5.7
|
- update platformio.ini for version v1.5.7
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ Discord Server: [https://discord.gg/my7Gvaxj2v](https://discord.gg/my7Gvaxj2v)
|
|||||||
- **OLED 0.96 Zoll I2C white/yellow Display:** 128x64 SSD1306.
|
- **OLED 0.96 Zoll I2C white/yellow Display:** 128x64 SSD1306.
|
||||||
[Amazon Link](https://amzn.to/445aaa9)
|
[Amazon Link](https://amzn.to/445aaa9)
|
||||||
- **PN532 NFC NXP RFID-Modul V3:** For NFC tag operations.
|
- **PN532 NFC NXP RFID-Modul V3:** For NFC tag operations.
|
||||||
[Amazon Link](https://amzn.eu/d/gy9vaBX)
|
[Amazon Link](https://amzn.to/4iO6CO4)
|
||||||
- **NFC Tags NTAG213 NTAG215:** RFID Tag
|
- **NFC Tags NTAG213 NTAG215:** RFID Tag
|
||||||
[Amazon Link](https://amzn.to/3E071xO)
|
[Amazon Link](https://amzn.to/3E071xO)
|
||||||
- **TTP223 Touch Sensor (optional):** For reTARE per Button/Touch
|
- **TTP223 Touch Sensor (optional):** For reTARE per Button/Touch
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ Discord Server: [https://discord.gg/my7Gvaxj2v](https://discord.gg/my7Gvaxj2v)
|
|||||||
- **OLED 0.96 Zoll I2C white/yellow Display:** 128x64 SSD1306.
|
- **OLED 0.96 Zoll I2C white/yellow Display:** 128x64 SSD1306.
|
||||||
[Amazon Link](https://amzn.to/445aaa9)
|
[Amazon Link](https://amzn.to/445aaa9)
|
||||||
- **PN532 NFC NXP RFID-Modul V3:** For NFC tag operations.
|
- **PN532 NFC NXP RFID-Modul V3:** For NFC tag operations.
|
||||||
[Amazon Link](https://amzn.eu/d/gy9vaBX)
|
[Amazon Link](https://amzn.to/4iO6CO4)
|
||||||
- **NFC Tags NTAG213 NTAG215:** RFID Tag
|
- **NFC Tags NTAG213 NTAG215:** RFID Tag
|
||||||
[Amazon Link](https://amzn.to/3E071xO)
|
[Amazon Link](https://amzn.to/3E071xO)
|
||||||
- **TTP223 Touch Sensor (optional):** For reTARE per Button/Touch
|
- **TTP223 Touch Sensor (optional):** For reTARE per Button/Touch
|
||||||
|
|||||||
135
html/rfid.js
135
html/rfid.js
@@ -7,7 +7,6 @@ let heartbeatTimer = null;
|
|||||||
let lastHeartbeatResponse = Date.now();
|
let lastHeartbeatResponse = Date.now();
|
||||||
const HEARTBEAT_TIMEOUT = 20000;
|
const HEARTBEAT_TIMEOUT = 20000;
|
||||||
let reconnectTimer = null;
|
let reconnectTimer = null;
|
||||||
let spoolDetected = false;
|
|
||||||
|
|
||||||
// WebSocket Funktionen
|
// WebSocket Funktionen
|
||||||
function startHeartbeat() {
|
function startHeartbeat() {
|
||||||
@@ -509,15 +508,12 @@ function updateNfcStatusIndicator(data) {
|
|||||||
if (data.found === 0) {
|
if (data.found === 0) {
|
||||||
// Kein NFC Tag gefunden
|
// Kein NFC Tag gefunden
|
||||||
indicator.className = 'status-circle';
|
indicator.className = 'status-circle';
|
||||||
spoolDetected = false;
|
|
||||||
} else if (data.found === 1) {
|
} else if (data.found === 1) {
|
||||||
// NFC Tag erfolgreich gelesen
|
// NFC Tag erfolgreich gelesen
|
||||||
indicator.className = 'status-circle success';
|
indicator.className = 'status-circle success';
|
||||||
spoolDetected = true;
|
|
||||||
} else {
|
} else {
|
||||||
// Fehler beim Lesen
|
// Fehler beim Lesen
|
||||||
indicator.className = 'status-circle error';
|
indicator.className = 'status-circle error';
|
||||||
spoolDetected = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -578,7 +574,7 @@ function updateNfcData(data) {
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
// Spoolman ID anzeigen
|
// Spoolman ID anzeigen
|
||||||
html += `<p><strong>Spoolman ID:</strong> ${data.sm_id} (<a href="${spoolmanUrl}/spool/show/${data.sm_id}">Open in Spoolman</a>)</p>`;
|
html += `<p><strong>Spoolman ID:</strong> ${data.sm_id || 'No Spoolman ID'}</p>`;
|
||||||
}
|
}
|
||||||
else if(data.location)
|
else if(data.location)
|
||||||
{
|
{
|
||||||
@@ -622,83 +618,78 @@ function updateNfcData(data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function writeNfcTag() {
|
function writeNfcTag() {
|
||||||
if(!spoolDetected || confirm("Are you sure you want to overwrite the Tag?") == true){
|
const selectedText = document.getElementById("selected-filament").textContent;
|
||||||
const selectedText = document.getElementById("selected-filament").textContent;
|
if (selectedText === "Please choose...") {
|
||||||
if (selectedText === "Please choose...") {
|
alert('Please select a Spool first.');
|
||||||
alert('Please select a Spool first.');
|
return;
|
||||||
return;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
const spoolsData = window.getSpoolData();
|
const spoolsData = window.getSpoolData();
|
||||||
const selectedSpool = spoolsData.find(spool =>
|
const selectedSpool = spoolsData.find(spool =>
|
||||||
`${spool.id} | ${spool.filament.name} (${spool.filament.material})` === selectedText
|
`${spool.id} | ${spool.filament.name} (${spool.filament.material})` === selectedText
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!selectedSpool) {
|
if (!selectedSpool) {
|
||||||
alert('Ausgewählte Spule konnte nicht gefunden werden.');
|
alert('Ausgewählte Spule konnte nicht gefunden werden.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temperaturwerte korrekt extrahieren
|
// Temperaturwerte korrekt extrahieren
|
||||||
let minTemp = "175";
|
let minTemp = "175";
|
||||||
let maxTemp = "275";
|
let maxTemp = "275";
|
||||||
|
|
||||||
if (Array.isArray(selectedSpool.filament.nozzle_temperature) &&
|
if (Array.isArray(selectedSpool.filament.nozzle_temperature) &&
|
||||||
selectedSpool.filament.nozzle_temperature.length >= 2) {
|
selectedSpool.filament.nozzle_temperature.length >= 2) {
|
||||||
minTemp = String(selectedSpool.filament.nozzle_temperature[0]);
|
minTemp = String(selectedSpool.filament.nozzle_temperature[0]);
|
||||||
maxTemp = String(selectedSpool.filament.nozzle_temperature[1]);
|
maxTemp = String(selectedSpool.filament.nozzle_temperature[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Erstelle das NFC-Datenpaket mit korrekten Datentypen
|
// Erstelle das NFC-Datenpaket mit korrekten Datentypen
|
||||||
const nfcData = {
|
const nfcData = {
|
||||||
color_hex: selectedSpool.filament.color_hex || "FFFFFF",
|
color_hex: selectedSpool.filament.color_hex || "FFFFFF",
|
||||||
type: selectedSpool.filament.material,
|
type: selectedSpool.filament.material,
|
||||||
min_temp: minTemp,
|
min_temp: minTemp,
|
||||||
max_temp: maxTemp,
|
max_temp: maxTemp,
|
||||||
brand: selectedSpool.filament.vendor.name,
|
brand: selectedSpool.filament.vendor.name,
|
||||||
sm_id: String(selectedSpool.id) // Konvertiere zu String
|
sm_id: String(selectedSpool.id) // Konvertiere zu String
|
||||||
};
|
};
|
||||||
|
|
||||||
if (socket?.readyState === WebSocket.OPEN) {
|
if (socket?.readyState === WebSocket.OPEN) {
|
||||||
const writeButton = document.getElementById("writeNfcButton");
|
const writeButton = document.getElementById("writeNfcButton");
|
||||||
writeButton.classList.add("writing");
|
writeButton.classList.add("writing");
|
||||||
writeButton.textContent = "Writing";
|
writeButton.textContent = "Writing";
|
||||||
socket.send(JSON.stringify({
|
socket.send(JSON.stringify({
|
||||||
type: 'writeNfcTag',
|
type: 'writeNfcTag',
|
||||||
tagType: 'spool',
|
tagType: 'spool',
|
||||||
payload: nfcData
|
payload: nfcData
|
||||||
}));
|
}));
|
||||||
} else {
|
} else {
|
||||||
alert('Not connected to Server. Please check connection.');
|
alert('Not connected to Server. Please check connection.');
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function writeLocationNfcTag() {
|
function writeLocationNfcTag() {
|
||||||
if(!spoolDetected || confirm("Are you sure you want to overwrite the Tag?") == true){
|
const selectedText = document.getElementById("locationSelect").value;
|
||||||
const selectedText = document.getElementById("locationSelect").value;
|
if (selectedText === "Please choose...") {
|
||||||
if (selectedText === "Please choose...") {
|
alert('Please select a location first.');
|
||||||
alert('Please select a location first.');
|
return;
|
||||||
return;
|
}
|
||||||
}
|
// Erstelle das NFC-Datenpaket mit korrekten Datentypen
|
||||||
// Erstelle das NFC-Datenpaket mit korrekten Datentypen
|
const nfcData = {
|
||||||
const nfcData = {
|
location: String(selectedText)
|
||||||
location: String(selectedText)
|
};
|
||||||
};
|
|
||||||
|
|
||||||
|
if (socket?.readyState === WebSocket.OPEN) {
|
||||||
if (socket?.readyState === WebSocket.OPEN) {
|
const writeButton = document.getElementById("writeLocationNfcButton");
|
||||||
const writeButton = document.getElementById("writeLocationNfcButton");
|
writeButton.classList.add("writing");
|
||||||
writeButton.classList.add("writing");
|
writeButton.textContent = "Writing";
|
||||||
writeButton.textContent = "Writing";
|
socket.send(JSON.stringify({
|
||||||
socket.send(JSON.stringify({
|
type: 'writeNfcTag',
|
||||||
type: 'writeNfcTag',
|
tagType: 'location',
|
||||||
tagType: 'location',
|
payload: nfcData
|
||||||
payload: nfcData
|
}));
|
||||||
}));
|
} else {
|
||||||
} else {
|
alert('Not connected to Server. Please check connection.');
|
||||||
alert('Not connected to Server. Please check connection.');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<div class="update-options">
|
<div class="update-options">
|
||||||
<div class="update-section">
|
<div class="update-section">
|
||||||
<h2>1) Firmware Update</h2>
|
<h2>Firmware Update</h2>
|
||||||
<p>Upload a new firmware file (upgrade_filaman_firmware_*.bin)</p>
|
<p>Upload a new firmware file (upgrade_filaman_firmware_*.bin)</p>
|
||||||
<div class="update-form">
|
<div class="update-form">
|
||||||
<form id="firmwareForm" enctype='multipart/form-data' data-type="firmware">
|
<form id="firmwareForm" enctype='multipart/form-data' data-type="firmware">
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="update-section">
|
<div class="update-section">
|
||||||
<h2>2) Webpage Update</h2>
|
<h2>Webpage Update</h2>
|
||||||
<p>Upload a new webpage file (upgrade_filaman_website_*.bin)</p>
|
<p>Upload a new webpage file (upgrade_filaman_website_*.bin)</p>
|
||||||
<div class="update-form">
|
<div class="update-form">
|
||||||
<form id="webpageForm" enctype='multipart/form-data' data-type="webpage">
|
<form id="webpageForm" enctype='multipart/form-data' data-type="webpage">
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.5.12-beta7"
|
version = "1.5.7"
|
||||||
to_old_version = "1.5.0"
|
to_old_version = "1.5.0"
|
||||||
|
|
||||||
##
|
##
|
||||||
@@ -23,7 +23,10 @@ monitor_speed = 115200
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
tzapu/WiFiManager @ ^2.0.17
|
tzapu/WiFiManager @ ^2.0.17
|
||||||
https://github.com/me-no-dev/ESPAsyncWebServer.git#master
|
https://github.com/me-no-dev/ESPAsyncWebServer.git#master
|
||||||
|
#me-no-dev/AsyncTCP @ ^1.1.1
|
||||||
https://github.com/esphome/AsyncTCP.git
|
https://github.com/esphome/AsyncTCP.git
|
||||||
|
#mathieucarbou/ESPAsyncWebServer @ ^3.6.0
|
||||||
|
#esp32async/AsyncTCP @ ^3.3.5
|
||||||
bogde/HX711 @ ^0.7.5
|
bogde/HX711 @ ^0.7.5
|
||||||
adafruit/Adafruit SSD1306 @ ^2.5.13
|
adafruit/Adafruit SSD1306 @ ^2.5.13
|
||||||
adafruit/Adafruit GFX Library @ ^1.11.11
|
adafruit/Adafruit GFX Library @ ^1.11.11
|
||||||
@@ -33,6 +36,7 @@ lib_deps =
|
|||||||
digitaldragon/SSLClient @ ^1.3.2
|
digitaldragon/SSLClient @ ^1.3.2
|
||||||
|
|
||||||
; Enable SPIFFS upload
|
; Enable SPIFFS upload
|
||||||
|
#board_build.filesystem = spiffs
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
; Update partition settings
|
; Update partition settings
|
||||||
board_build.partitions = partitions.csv
|
board_build.partitions = partitions.csv
|
||||||
|
|||||||
837
src/api.cpp
837
src/api.cpp
File diff suppressed because it is too large
Load Diff
17
src/api.h
17
src/api.h
@@ -20,9 +20,7 @@ typedef enum {
|
|||||||
API_REQUEST_SPOOL_LOCATION_UPDATE,
|
API_REQUEST_SPOOL_LOCATION_UPDATE,
|
||||||
API_REQUEST_VENDOR_CREATE,
|
API_REQUEST_VENDOR_CREATE,
|
||||||
API_REQUEST_VENDOR_CHECK,
|
API_REQUEST_VENDOR_CHECK,
|
||||||
API_REQUEST_FILAMENT_CHECK,
|
API_REQUEST_FILAMENT_CHECK
|
||||||
API_REQUEST_FILAMENT_CREATE,
|
|
||||||
API_REQUEST_SPOOL_CREATE
|
|
||||||
} SpoolmanApiRequestType;
|
} SpoolmanApiRequestType;
|
||||||
|
|
||||||
extern volatile spoolmanApiStateType spoolmanApiState;
|
extern volatile spoolmanApiStateType spoolmanApiState;
|
||||||
@@ -32,9 +30,12 @@ extern bool octoEnabled;
|
|||||||
extern bool sendOctoUpdate;
|
extern bool sendOctoUpdate;
|
||||||
extern String octoUrl;
|
extern String octoUrl;
|
||||||
extern String octoToken;
|
extern String octoToken;
|
||||||
|
extern uint16_t createdVendorId; // ID of newly created vendor
|
||||||
|
extern uint16_t foundVendorId; // ID of found vendor
|
||||||
|
extern uint16_t foundFilamentId; // ID of found filament
|
||||||
extern bool spoolmanConnected;
|
extern bool spoolmanConnected;
|
||||||
|
|
||||||
bool checkSpoolmanInstance();
|
bool checkSpoolmanInstance(const String& url);
|
||||||
bool saveSpoolmanUrl(const String& url, bool octoOn, const String& octoWh, const String& octoTk);
|
bool saveSpoolmanUrl(const String& url, bool octoOn, const String& octoWh, const String& octoTk);
|
||||||
String loadSpoolmanUrl(); // Neue Funktion zum Laden der URL
|
String loadSpoolmanUrl(); // Neue Funktion zum Laden der URL
|
||||||
bool checkSpoolmanExtraFields(); // Neue Funktion zum Überprüfen der Extrafelder
|
bool checkSpoolmanExtraFields(); // Neue Funktion zum Überprüfen der Extrafelder
|
||||||
@@ -45,6 +46,12 @@ uint8_t updateSpoolLocation(String spoolId, String location);
|
|||||||
bool initSpoolman(); // Neue Funktion zum Initialisieren von Spoolman
|
bool initSpoolman(); // Neue Funktion zum Initialisieren von Spoolman
|
||||||
bool updateSpoolBambuData(String payload); // Neue Funktion zum Aktualisieren der Bambu-Daten
|
bool updateSpoolBambuData(String payload); // Neue Funktion zum Aktualisieren der Bambu-Daten
|
||||||
bool updateSpoolOcto(int spoolId); // Neue Funktion zum Aktualisieren der Octo-Daten
|
bool updateSpoolOcto(int spoolId); // Neue Funktion zum Aktualisieren der Octo-Daten
|
||||||
bool createBrandFilament(JsonDocument& payload, String uidString);
|
uint16_t checkVendor(String vendor); // Check if vendor exists, return ID
|
||||||
|
uint16_t createVendor(String vendor); // Create vendor, return ID
|
||||||
|
uint16_t checkFilament(); // Check if filament exists, return ID
|
||||||
|
bool createFilament(); // Create filament
|
||||||
|
uint16_t checkSpool(); // Check if spool exists, return ID
|
||||||
|
bool createSpool(); // Create spool
|
||||||
|
void createFilamentFabrik(JsonDocument payload);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ AMSData ams_data[MAX_AMS]; // Definition des Arrays;
|
|||||||
bool removeBambuCredentials() {
|
bool removeBambuCredentials() {
|
||||||
if (BambuMqttTask) {
|
if (BambuMqttTask) {
|
||||||
vTaskDelete(BambuMqttTask);
|
vTaskDelete(BambuMqttTask);
|
||||||
BambuMqttTask = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Preferences preferences;
|
Preferences preferences;
|
||||||
@@ -64,7 +63,6 @@ bool removeBambuCredentials() {
|
|||||||
bool saveBambuCredentials(const String& ip, const String& serialnr, const String& accesscode, bool autoSend, const String& autoSendTime) {
|
bool saveBambuCredentials(const String& ip, const String& serialnr, const String& accesscode, bool autoSend, const String& autoSendTime) {
|
||||||
if (BambuMqttTask) {
|
if (BambuMqttTask) {
|
||||||
vTaskDelete(BambuMqttTask);
|
vTaskDelete(BambuMqttTask);
|
||||||
BambuMqttTask = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bambuCredentials.ip = ip.c_str();
|
bambuCredentials.ip = ip.c_str();
|
||||||
@@ -595,7 +593,6 @@ void reconnect() {
|
|||||||
Serial.println("Disable Bambu MQTT Task after 5 retries");
|
Serial.println("Disable Bambu MQTT Task after 5 retries");
|
||||||
//vTaskSuspend(BambuMqttTask);
|
//vTaskSuspend(BambuMqttTask);
|
||||||
vTaskDelete(BambuMqttTask);
|
vTaskDelete(BambuMqttTask);
|
||||||
BambuMqttTask = NULL;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -684,7 +681,6 @@ void bambu_restart() {
|
|||||||
|
|
||||||
if (BambuMqttTask) {
|
if (BambuMqttTask) {
|
||||||
vTaskDelete(BambuMqttTask);
|
vTaskDelete(BambuMqttTask);
|
||||||
BambuMqttTask = NULL;
|
|
||||||
delay(10);
|
delay(10);
|
||||||
}
|
}
|
||||||
setupMqtt();
|
setupMqtt();
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ const uint8_t LOADCELL_DOUT_PIN = 16; //16;
|
|||||||
const uint8_t LOADCELL_SCK_PIN = 17; //17;
|
const uint8_t LOADCELL_SCK_PIN = 17; //17;
|
||||||
const uint8_t calVal_eepromAdress = 0;
|
const uint8_t calVal_eepromAdress = 0;
|
||||||
const uint16_t SCALE_LEVEL_WEIGHT = 500;
|
const uint16_t SCALE_LEVEL_WEIGHT = 500;
|
||||||
|
uint16_t defaultScaleCalibrationValue = 430;
|
||||||
// ***** HX711
|
// ***** HX711
|
||||||
|
|
||||||
// ***** TTP223 (Touch Sensor)
|
// ***** TTP223 (Touch Sensor)
|
||||||
|
|||||||
51
src/config.h
51
src/config.h
@@ -3,39 +3,36 @@
|
|||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
|
||||||
#define BAMBU_DEFAULT_AUTOSEND_TIME 60
|
#define BAMBU_DEFAULT_AUTOSEND_TIME 60
|
||||||
|
|
||||||
#define NVS_NAMESPACE_API "api"
|
|
||||||
#define NVS_KEY_SPOOLMAN_URL "spoolmanUrl"
|
|
||||||
#define NVS_KEY_OCTOPRINT_ENABLED "octoEnabled"
|
|
||||||
#define NVS_KEY_OCTOPRINT_URL "octoUrl"
|
|
||||||
#define NVS_KEY_OCTOPRINT_TOKEN "octoToken"
|
|
||||||
|
|
||||||
#define NVS_NAMESPACE_BAMBU "bambu"
|
#define NVS_NAMESPACE_API "api"
|
||||||
#define NVS_KEY_BAMBU_IP "bambuIp"
|
#define NVS_KEY_SPOOLMAN_URL "spoolmanUrl"
|
||||||
#define NVS_KEY_BAMBU_ACCESSCODE "bambuCode"
|
#define NVS_KEY_OCTOPRINT_ENABLED "octoEnabled"
|
||||||
#define NVS_KEY_BAMBU_SERIAL "bambuSerial"
|
#define NVS_KEY_OCTOPRINT_URL "octoUrl"
|
||||||
#define NVS_KEY_BAMBU_AUTOSEND_ENABLE "autosendEnable"
|
#define NVS_KEY_OCTOPRINT_TOKEN "octoToken"
|
||||||
#define NVS_KEY_BAMBU_AUTOSEND_TIME "autosendTime"
|
|
||||||
|
|
||||||
#define NVS_NAMESPACE_SCALE "scale"
|
#define NVS_NAMESPACE_BAMBU "bambu"
|
||||||
#define NVS_KEY_CALIBRATION "cal_value"
|
#define NVS_KEY_BAMBU_IP "bambuIp"
|
||||||
#define NVS_KEY_AUTOTARE "auto_tare"
|
#define NVS_KEY_BAMBU_ACCESSCODE "bambuCode"
|
||||||
#define SCALE_DEFAULT_CALIBRATION_VALUE 430.0f;
|
#define NVS_KEY_BAMBU_SERIAL "bambuSerial"
|
||||||
|
#define NVS_KEY_BAMBU_AUTOSEND_ENABLE "autosendEnable"
|
||||||
|
#define NVS_KEY_BAMBU_AUTOSEND_TIME "autosendTime"
|
||||||
|
|
||||||
#define BAMBU_USERNAME "bblp"
|
#define NVS_NAMESPACE_SCALE "scale"
|
||||||
|
#define NVS_KEY_CALIBRATION "cal_value"
|
||||||
|
#define NVS_KEY_AUTOTARE "auto_tare"
|
||||||
|
|
||||||
#define OLED_RESET -1 // Reset pin # (or -1 if sharing Arduino reset pin)
|
#define BAMBU_USERNAME "bblp"
|
||||||
#define SCREEN_ADDRESS 0x3CU // See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32
|
|
||||||
#define SCREEN_WIDTH 128U
|
#define OLED_RESET -1 // Reset pin # (or -1 if sharing Arduino reset pin)
|
||||||
#define SCREEN_HEIGHT 64U
|
#define SCREEN_ADDRESS 0x3CU // See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32
|
||||||
#define SCREEN_TOP_BAR_HEIGHT 16U
|
#define SCREEN_WIDTH 128U
|
||||||
#define SCREEN_PROGRESS_BAR_HEIGHT 12U
|
#define SCREEN_HEIGHT 64U
|
||||||
#define DISPLAY_BOOT_TEXT "FilaMan"
|
#define SCREEN_TOP_BAR_HEIGHT 16U
|
||||||
|
#define SCREEN_PROGRESS_BAR_HEIGHT 12U
|
||||||
|
#define DISPLAY_BOOT_TEXT "FilaMan"
|
||||||
|
|
||||||
#define WIFI_CHECK_INTERVAL 60000U
|
|
||||||
#define DISPLAY_UPDATE_INTERVAL 1000U
|
|
||||||
#define SPOOLMAN_HEALTHCHECK_INTERVAL 60000U
|
|
||||||
|
|
||||||
extern const uint8_t PN532_IRQ;
|
extern const uint8_t PN532_IRQ;
|
||||||
extern const uint8_t PN532_RESET;
|
extern const uint8_t PN532_RESET;
|
||||||
|
|||||||
152
src/main.cpp
152
src/main.cpp
@@ -97,8 +97,7 @@ int16_t lastWeight = 0;
|
|||||||
|
|
||||||
// WIFI check variables
|
// WIFI check variables
|
||||||
unsigned long lastWifiCheckTime = 0;
|
unsigned long lastWifiCheckTime = 0;
|
||||||
unsigned long lastTopRowUpdateTime = 0;
|
const unsigned long wifiCheckInterval = 60000; // Überprüfe alle 60 Sekunden (60000 ms)
|
||||||
unsigned long lastSpoolmanHealcheckTime = 0;
|
|
||||||
|
|
||||||
// Button debounce variables
|
// Button debounce variables
|
||||||
unsigned long lastButtonPress = 0;
|
unsigned long lastButtonPress = 0;
|
||||||
@@ -116,23 +115,17 @@ void loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Überprüfe regelmäßig die WLAN-Verbindung
|
// Überprüfe regelmäßig die WLAN-Verbindung
|
||||||
if (intervalElapsed(currentMillis, lastWifiCheckTime, WIFI_CHECK_INTERVAL))
|
if (intervalElapsed(currentMillis, lastWifiCheckTime, wifiCheckInterval))
|
||||||
{
|
{
|
||||||
checkWiFiConnection();
|
checkWiFiConnection();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Periodic display update
|
// Periodic display update
|
||||||
if (intervalElapsed(currentMillis, lastTopRowUpdateTime, DISPLAY_UPDATE_INTERVAL))
|
if (intervalElapsed(currentMillis, lastWifiCheckTime, 1000))
|
||||||
{
|
{
|
||||||
oledShowTopRow();
|
oledShowTopRow();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Periodic spoolman health check
|
|
||||||
if (intervalElapsed(currentMillis, lastSpoolmanHealcheckTime, SPOOLMAN_HEALTHCHECK_INTERVAL))
|
|
||||||
{
|
|
||||||
checkSpoolmanInstance();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Wenn Bambu auto set Spool aktiv
|
// Wenn Bambu auto set Spool aktiv
|
||||||
if (bambuCredentials.autosend_enable && autoSetToBambuSpoolId > 0)
|
if (bambuCredentials.autosend_enable && autoSetToBambuSpoolId > 0)
|
||||||
{
|
{
|
||||||
@@ -163,97 +156,94 @@ void loop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If scale is not calibrated, only show a warning
|
// Wenn Waage nicht Kalibriert
|
||||||
if (!scaleCalibrated)
|
if (scaleCalibrated == 3)
|
||||||
{
|
{
|
||||||
// Do not show the warning if the calibratin process is onging
|
oledShowMessage("Scale not calibrated!");
|
||||||
if(!scaleCalibrationActive){
|
vTaskDelay(5000 / portTICK_PERIOD_MS);
|
||||||
oledShowMessage("Scale not calibrated");
|
yield();
|
||||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
esp_task_wdt_reset();
|
||||||
}
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
// Ausgabe der Waage auf Display
|
||||||
|
if(pauseMainTask == 0)
|
||||||
{
|
{
|
||||||
// Ausgabe der Waage auf Display
|
if (mainTaskWasPaused || (weight != lastWeight && nfcReaderState == NFC_IDLE && (!bambuCredentials.autosend_enable || autoSetToBambuSpoolId == 0)))
|
||||||
if(pauseMainTask == 0)
|
|
||||||
{
|
{
|
||||||
if (mainTaskWasPaused || (weight != lastWeight && nfcReaderState == NFC_IDLE && (!bambuCredentials.autosend_enable || autoSetToBambuSpoolId == 0)))
|
(weight < 2) ? ((weight < -2) ? oledShowMessage("!! -0") : oledShowWeight(0)) : oledShowWeight(weight);
|
||||||
{
|
}
|
||||||
(weight < 2) ? ((weight < -2) ? oledShowMessage("!! -0") : oledShowWeight(0)) : oledShowWeight(weight);
|
mainTaskWasPaused = false;
|
||||||
}
|
}
|
||||||
mainTaskWasPaused = false;
|
else
|
||||||
|
{
|
||||||
|
mainTaskWasPaused = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Wenn Timer abgelaufen und nicht gerade ein RFID-Tag geschrieben wird
|
||||||
|
if (currentMillis - lastWeightReadTime >= weightReadInterval && nfcReaderState < NFC_WRITING)
|
||||||
|
{
|
||||||
|
lastWeightReadTime = currentMillis;
|
||||||
|
|
||||||
|
// Prüfen ob die Waage korrekt genullt ist
|
||||||
|
// Abweichung von 2g ignorieren
|
||||||
|
if (autoTare && (weight > 2 && weight < 7) || weight < -2)
|
||||||
|
{
|
||||||
|
scale_tare_counter++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mainTaskWasPaused = true;
|
scale_tare_counter = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Prüfen ob das Gewicht gleich bleibt und dann senden
|
||||||
// Wenn Timer abgelaufen und nicht gerade ein RFID-Tag geschrieben wird
|
if (abs(weight - lastWeight) <= 2 && weight > 5)
|
||||||
if (currentMillis - lastWeightReadTime >= weightReadInterval && nfcReaderState < NFC_WRITING)
|
|
||||||
{
|
{
|
||||||
lastWeightReadTime = currentMillis;
|
weigthCouterToApi++;
|
||||||
|
}
|
||||||
// Prüfen ob die Waage korrekt genullt ist
|
else
|
||||||
// Abweichung von 2g ignorieren
|
|
||||||
if (autoTare && (weight > 2 && weight < 7) || weight < -2)
|
|
||||||
{
|
|
||||||
scale_tare_counter++;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
scale_tare_counter = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Prüfen ob das Gewicht gleich bleibt und dann senden
|
|
||||||
if (abs(weight - lastWeight) <= 2 && weight > 5)
|
|
||||||
{
|
|
||||||
weigthCouterToApi++;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
weigthCouterToApi = 0;
|
|
||||||
weightSend = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// reset weight counter after writing tag
|
|
||||||
// TBD: what exactly is the logic behind this?
|
|
||||||
if (currentMillis - lastWeightReadTime >= weightReadInterval && nfcReaderState != NFC_IDLE && nfcReaderState != NFC_READ_SUCCESS)
|
|
||||||
{
|
{
|
||||||
weigthCouterToApi = 0;
|
weigthCouterToApi = 0;
|
||||||
|
weightSend = 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
lastWeight = weight;
|
|
||||||
|
|
||||||
// Wenn ein Tag mit SM id erkannte wurde und der Waage Counter anspricht an SM Senden
|
// reset weight counter after writing tag
|
||||||
if (activeSpoolId != "" && weigthCouterToApi > 3 && weightSend == 0 && nfcReaderState == NFC_READ_SUCCESS && tagProcessed == false && spoolmanApiState == API_IDLE)
|
// TBD: what exactly is the logic behind this?
|
||||||
|
if (currentMillis - lastWeightReadTime >= weightReadInterval && nfcReaderState != NFC_IDLE && nfcReaderState != NFC_READ_SUCCESS)
|
||||||
|
{
|
||||||
|
weigthCouterToApi = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
lastWeight = weight;
|
||||||
|
|
||||||
|
// Wenn ein Tag mit SM id erkannte wurde und der Waage Counter anspricht an SM Senden
|
||||||
|
if (activeSpoolId != "" && weigthCouterToApi > 3 && weightSend == 0 && nfcReaderState == NFC_READ_SUCCESS && tagProcessed == false && spoolmanApiState == API_IDLE) {
|
||||||
|
// set the current tag as processed to prevent it beeing processed again
|
||||||
|
tagProcessed = true;
|
||||||
|
|
||||||
|
if (updateSpoolWeight(activeSpoolId, weight))
|
||||||
{
|
{
|
||||||
// set the current tag as processed to prevent it beeing processed again
|
weightSend = 1;
|
||||||
tagProcessed = true;
|
|
||||||
|
|
||||||
if (updateSpoolWeight(activeSpoolId, weight))
|
|
||||||
{
|
|
||||||
weightSend = 1;
|
|
||||||
|
|
||||||
// Set Bambu spool ID for auto-send if enabled
|
|
||||||
if (bambuCredentials.autosend_enable)
|
|
||||||
{
|
|
||||||
autoSetToBambuSpoolId = activeSpoolId.toInt();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
oledShowIcon("failed");
|
|
||||||
vTaskDelay(2000 / portTICK_PERIOD_MS);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
oledShowIcon("failed");
|
||||||
|
vTaskDelay(2000 / portTICK_PERIOD_MS);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if(octoEnabled && sendOctoUpdate && spoolmanApiState == API_IDLE)
|
if(sendOctoUpdate && spoolmanApiState == API_IDLE){
|
||||||
|
autoSetToBambuSpoolId = activeSpoolId.toInt();
|
||||||
|
|
||||||
|
if(octoEnabled)
|
||||||
{
|
{
|
||||||
updateSpoolOcto(autoSetToBambuSpoolId);
|
updateSpoolOcto(autoSetToBambuSpoolId);
|
||||||
sendOctoUpdate = false;
|
|
||||||
}
|
}
|
||||||
|
sendOctoUpdate = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
esp_task_wdt_reset();
|
esp_task_wdt_reset();
|
||||||
|
|||||||
255
src/nfc.cpp
255
src/nfc.cpp
@@ -8,7 +8,6 @@
|
|||||||
#include "esp_task_wdt.h"
|
#include "esp_task_wdt.h"
|
||||||
#include "scale.h"
|
#include "scale.h"
|
||||||
#include "bambu.h"
|
#include "bambu.h"
|
||||||
#include "main.h"
|
|
||||||
|
|
||||||
//Adafruit_PN532 nfc(PN532_SCK, PN532_MISO, PN532_MOSI, PN532_SS);
|
//Adafruit_PN532 nfc(PN532_SCK, PN532_MISO, PN532_MOSI, PN532_SS);
|
||||||
Adafruit_PN532 nfc(PN532_IRQ, PN532_RESET);
|
Adafruit_PN532 nfc(PN532_IRQ, PN532_RESET);
|
||||||
@@ -21,8 +20,6 @@ String lastSpoolId = "";
|
|||||||
String nfcJsonData = "";
|
String nfcJsonData = "";
|
||||||
bool tagProcessed = false;
|
bool tagProcessed = false;
|
||||||
volatile bool pauseBambuMqttTask = false;
|
volatile bool pauseBambuMqttTask = false;
|
||||||
volatile bool nfcReadingTaskSuspendRequest = false;
|
|
||||||
volatile bool nfcReadingTaskSuspendState = false;
|
|
||||||
|
|
||||||
struct NfcWriteParameterType {
|
struct NfcWriteParameterType {
|
||||||
bool tagType;
|
bool tagType;
|
||||||
@@ -39,6 +36,12 @@ volatile nfcReaderStateType nfcReaderState = NFC_IDLE;
|
|||||||
// 6 = reading
|
// 6 = reading
|
||||||
// ***** PN532
|
// ***** PN532
|
||||||
|
|
||||||
|
|
||||||
|
// ##### Recycling Fabrik #####
|
||||||
|
bool isRecyclingFabrik(const char* brand) {
|
||||||
|
return strcmp(brand, "Recycling Fabrik") == 0;
|
||||||
|
}
|
||||||
|
|
||||||
// ##### Funktionen für RFID #####
|
// ##### Funktionen für RFID #####
|
||||||
void payloadToJson(uint8_t *data) {
|
void payloadToJson(uint8_t *data) {
|
||||||
const char* startJson = strchr((char*)data, '{');
|
const char* startJson = strchr((char*)data, '{');
|
||||||
@@ -60,6 +63,12 @@ void payloadToJson(uint8_t *data) {
|
|||||||
int max_temp = doc["max_temp"];
|
int max_temp = doc["max_temp"];
|
||||||
const char* brand = doc["brand"];
|
const char* brand = doc["brand"];
|
||||||
|
|
||||||
|
// Recycling Fabrik
|
||||||
|
if (isRecyclingFabrik(brand)) {
|
||||||
|
// TODO: Implement specific handling for Recycling Fabrik
|
||||||
|
Serial.println("Recycling Fabrik erkannt.");
|
||||||
|
}
|
||||||
|
|
||||||
Serial.println();
|
Serial.println();
|
||||||
Serial.println("-----------------");
|
Serial.println("-----------------");
|
||||||
Serial.println("JSON-Parsed Data:");
|
Serial.println("JSON-Parsed Data:");
|
||||||
@@ -203,173 +212,19 @@ uint8_t ntag2xx_WriteNDEF(const char *payload) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool decodeNdefAndReturnJson(const byte* encodedMessage, String uidString) {
|
bool decodeNdefAndReturnJson(const byte* encodedMessage) {
|
||||||
oledShowProgressBar(1, octoEnabled?5:4, "Reading", "Decoding data");
|
oledShowProgressBar(1, octoEnabled?5:4, "Reading", "Decoding data");
|
||||||
|
|
||||||
// Debug: Print first 32 bytes of the raw data
|
byte typeLength = encodedMessage[3];
|
||||||
Serial.println("Raw NDEF data (first 32 bytes):");
|
byte payloadLength = encodedMessage[4];
|
||||||
for (int i = 0; i < 32; i++) {
|
|
||||||
if (encodedMessage[i] < 0x10) Serial.print("0");
|
|
||||||
Serial.print(encodedMessage[i], HEX);
|
|
||||||
Serial.print(" ");
|
|
||||||
if ((i + 1) % 16 == 0) Serial.println();
|
|
||||||
}
|
|
||||||
Serial.println();
|
|
||||||
|
|
||||||
// Look for the NDEF TLV structure starting from the beginning
|
|
||||||
int tlvOffset = 0;
|
|
||||||
bool foundNdefTlv = false;
|
|
||||||
|
|
||||||
// Search for NDEF TLV (0x03) in the first few bytes
|
|
||||||
for (int i = 0; i < 16; i++) {
|
|
||||||
if (encodedMessage[i] == 0x03) {
|
|
||||||
tlvOffset = i;
|
|
||||||
foundNdefTlv = true;
|
|
||||||
Serial.print("Found NDEF TLV at offset: ");
|
|
||||||
Serial.println(tlvOffset);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!foundNdefTlv) {
|
|
||||||
Serial.println("No NDEF TLV found in tag data");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get the NDEF message length from TLV
|
|
||||||
uint16_t ndefMessageLength = 0;
|
|
||||||
int ndefRecordOffset = 0;
|
|
||||||
|
|
||||||
if (encodedMessage[tlvOffset + 1] == 0xFF) {
|
|
||||||
// Extended length format: next 2 bytes contain the actual length
|
|
||||||
ndefMessageLength = (encodedMessage[tlvOffset + 2] << 8) | encodedMessage[tlvOffset + 3];
|
|
||||||
ndefRecordOffset = tlvOffset + 4; // Skip TLV tag + 0xFF + 2 length bytes
|
|
||||||
Serial.print("NDEF Message Length (extended): ");
|
|
||||||
} else {
|
|
||||||
// Standard length format: single byte contains the length
|
|
||||||
ndefMessageLength = encodedMessage[tlvOffset + 1];
|
|
||||||
ndefRecordOffset = tlvOffset + 2; // Skip TLV tag + 1 length byte
|
|
||||||
Serial.print("NDEF Message Length (standard): ");
|
|
||||||
}
|
|
||||||
Serial.println(ndefMessageLength);
|
|
||||||
|
|
||||||
// Get pointer to NDEF record
|
|
||||||
const byte* ndefRecord = &encodedMessage[ndefRecordOffset];
|
|
||||||
|
|
||||||
// Parse NDEF record header
|
|
||||||
byte recordHeader = ndefRecord[0];
|
|
||||||
byte typeLength = ndefRecord[1];
|
|
||||||
|
|
||||||
Serial.print("NDEF Record Header: 0x");
|
|
||||||
Serial.println(recordHeader, HEX);
|
|
||||||
Serial.print("Type Length: ");
|
|
||||||
Serial.println(typeLength);
|
|
||||||
|
|
||||||
// Determine payload length (can be 1 or 4 bytes depending on SR flag)
|
|
||||||
uint32_t payloadLength = 0;
|
|
||||||
byte payloadLengthBytes = 1;
|
|
||||||
byte payloadLengthOffset = 2;
|
|
||||||
|
|
||||||
// Check if Short Record (SR) flag is set (bit 4)
|
|
||||||
if (recordHeader & 0x10) { // SR flag
|
|
||||||
payloadLength = ndefRecord[2];
|
|
||||||
payloadLengthBytes = 1;
|
|
||||||
payloadLengthOffset = 2;
|
|
||||||
} else {
|
|
||||||
// Long record format (4 bytes for payload length)
|
|
||||||
payloadLength = (ndefRecord[2] << 24) | (ndefRecord[3] << 16) |
|
|
||||||
(ndefRecord[4] << 8) | ndefRecord[5];
|
|
||||||
payloadLengthBytes = 4;
|
|
||||||
payloadLengthOffset = 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
Serial.print("Payload Length: ");
|
|
||||||
Serial.println(payloadLength);
|
|
||||||
Serial.print("Payload Length Bytes: ");
|
|
||||||
Serial.println(payloadLengthBytes);
|
|
||||||
|
|
||||||
// Check for ID field (if IL flag is set)
|
|
||||||
byte idLength = 0;
|
|
||||||
if (recordHeader & 0x08) { // IL flag
|
|
||||||
idLength = ndefRecord[payloadLengthOffset + payloadLengthBytes];
|
|
||||||
Serial.print("ID Length: ");
|
|
||||||
Serial.println(idLength);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Calculate offset to payload
|
|
||||||
byte payloadOffset = 1 + 1 + payloadLengthBytes + typeLength + idLength;
|
|
||||||
|
|
||||||
Serial.print("Calculated payload offset: ");
|
|
||||||
Serial.println(payloadOffset);
|
|
||||||
|
|
||||||
// Verify we have enough data
|
|
||||||
if (payloadOffset + payloadLength > ndefMessageLength) {
|
|
||||||
Serial.println("Invalid NDEF structure - payload extends beyond message");
|
|
||||||
Serial.print("Payload offset + length: ");
|
|
||||||
Serial.print(payloadOffset + payloadLength);
|
|
||||||
Serial.print(", NDEF message length: ");
|
|
||||||
Serial.println(ndefMessageLength);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Print the record type for debugging
|
|
||||||
Serial.print("Record Type: ");
|
|
||||||
for (int i = 0; i < typeLength; i++) {
|
|
||||||
Serial.print((char)ndefRecord[1 + 1 + payloadLengthBytes + i]);
|
|
||||||
}
|
|
||||||
Serial.println();
|
|
||||||
|
|
||||||
nfcJsonData = "";
|
nfcJsonData = "";
|
||||||
|
|
||||||
// Extract JSON payload with validation
|
for (int i = 2; i < payloadLength+2; i++)
|
||||||
uint32_t actualJsonLength = 0;
|
{
|
||||||
for (uint32_t i = 0; i < payloadLength; i++) {
|
nfcJsonData += (char)encodedMessage[3 + typeLength + i];
|
||||||
byte currentByte = ndefRecord[payloadOffset + i];
|
|
||||||
|
|
||||||
// Stop at null terminator or if we find the end of JSON
|
|
||||||
if (currentByte == 0x00) {
|
|
||||||
Serial.print("Found null terminator at position: ");
|
|
||||||
Serial.println(i);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Only add printable characters and common JSON characters
|
|
||||||
if (currentByte >= 32 && currentByte <= 126) {
|
|
||||||
nfcJsonData += (char)currentByte;
|
|
||||||
actualJsonLength++;
|
|
||||||
} else {
|
|
||||||
Serial.print("Skipping non-printable byte at position ");
|
|
||||||
Serial.print(i);
|
|
||||||
Serial.print(": 0x");
|
|
||||||
Serial.println(currentByte, HEX);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if we've reached the end of a JSON object
|
|
||||||
if (currentByte == '}') {
|
|
||||||
// Count opening and closing braces to detect complete JSON
|
|
||||||
int braceCount = 0;
|
|
||||||
for (uint32_t j = 0; j <= i; j++) {
|
|
||||||
if (ndefRecord[payloadOffset + j] == '{') braceCount++;
|
|
||||||
else if (ndefRecord[payloadOffset + j] == '}') braceCount--;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (braceCount == 0) {
|
|
||||||
Serial.print("Found complete JSON object at position: ");
|
|
||||||
Serial.println(i);
|
|
||||||
actualJsonLength = i + 1;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.print("Actual JSON length extracted: ");
|
|
||||||
Serial.println(actualJsonLength);
|
|
||||||
Serial.println("Decoded JSON Data:");
|
|
||||||
Serial.println(nfcJsonData);
|
|
||||||
|
|
||||||
// Trim any trailing whitespace or invalid characters
|
|
||||||
nfcJsonData.trim();
|
|
||||||
|
|
||||||
// JSON-Dokument verarbeiten
|
// JSON-Dokument verarbeiten
|
||||||
JsonDocument doc;
|
JsonDocument doc;
|
||||||
DeserializationError error = deserializeJson(doc, nfcJsonData);
|
DeserializationError error = deserializeJson(doc, nfcJsonData);
|
||||||
@@ -394,6 +249,8 @@ bool decodeNdefAndReturnJson(const byte* encodedMessage, String uidString) {
|
|||||||
Serial.println("SPOOL-ID gefunden: " + doc["sm_id"].as<String>());
|
Serial.println("SPOOL-ID gefunden: " + doc["sm_id"].as<String>());
|
||||||
activeSpoolId = doc["sm_id"].as<String>();
|
activeSpoolId = doc["sm_id"].as<String>();
|
||||||
lastSpoolId = activeSpoolId;
|
lastSpoolId = activeSpoolId;
|
||||||
|
|
||||||
|
Serial.println("Api state: " + String(spoolmanApiState));
|
||||||
}
|
}
|
||||||
else if(doc["location"].is<String>() && doc["location"] != "")
|
else if(doc["location"].is<String>() && doc["location"] != "")
|
||||||
{
|
{
|
||||||
@@ -408,15 +265,12 @@ bool decodeNdefAndReturnJson(const byte* encodedMessage, String uidString) {
|
|||||||
oledShowProgressBar(1, 1, "Failure", "Scan spool first");
|
oledShowProgressBar(1, 1, "Failure", "Scan spool first");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Brand Filament not registered to Spoolman
|
// Recycling Fabrik
|
||||||
else if ((!doc["sm_id"].is<String>() || (doc["sm_id"].is<String>() && (doc["sm_id"] == "0" || doc["sm_id"] == "")))
|
else if (isRecyclingFabrik(doc["type"].as<String>().c_str())) {
|
||||||
&& doc["brand"].is<String>() && doc["artnr"].is<String>())
|
// If no sm_id is present but the brand is Recycling Fabrik then
|
||||||
{
|
|
||||||
doc["sm_id"] = "0"; // Ensure sm_id is set to 0
|
|
||||||
// If no sm_id is present but the brand is Brand Filament then
|
|
||||||
// create a new spool, maybe brand too, in Spoolman
|
// create a new spool, maybe brand too, in Spoolman
|
||||||
Serial.println("New Brand Filament Tag found!");
|
Serial.println("Recycling Fabrik Tag found!");
|
||||||
createBrandFilament(doc, uidString);
|
createFilamentFabrik(doc);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -442,21 +296,19 @@ void writeJsonToTag(void *parameter) {
|
|||||||
Serial.println(params->payload);
|
Serial.println(params->payload);
|
||||||
|
|
||||||
nfcReaderState = NFC_WRITING;
|
nfcReaderState = NFC_WRITING;
|
||||||
|
vTaskSuspend(RfidReaderTask);
|
||||||
// First request the reading task to be suspended and than wait until it responds
|
vTaskDelay(50 / portTICK_PERIOD_MS);
|
||||||
nfcReadingTaskSuspendRequest = true;
|
|
||||||
while(nfcReadingTaskSuspendState == false){
|
|
||||||
vTaskDelay(100 / portTICK_PERIOD_MS);
|
|
||||||
}
|
|
||||||
|
|
||||||
//pauseBambuMqttTask = true;
|
//pauseBambuMqttTask = true;
|
||||||
// aktualisieren der Website wenn sich der Status ändert
|
// aktualisieren der Website wenn sich der Status ändert
|
||||||
sendNfcData();
|
sendNfcData();
|
||||||
vTaskDelay(100 / portTICK_PERIOD_MS);
|
vTaskDelay(100 / portTICK_PERIOD_MS);
|
||||||
|
Serial.println("CP 1");
|
||||||
// Wait 10sec for tag
|
// Wait 10sec for tag
|
||||||
uint8_t success = 0;
|
uint8_t success = 0;
|
||||||
String uidString = "";
|
String uidString = "";
|
||||||
for (uint16_t i = 0; i < 20; i++) {
|
for (uint16_t i = 0; i < 20; i++) {
|
||||||
|
Serial.println("CP 2");
|
||||||
uint8_t uid[] = { 0, 0, 0, 0, 0, 0, 0 }; // Buffer to store the returned UID
|
uint8_t uid[] = { 0, 0, 0, 0, 0, 0, 0 }; // Buffer to store the returned UID
|
||||||
uint8_t uidLength;
|
uint8_t uidLength;
|
||||||
// yield before potentially waiting for 400ms
|
// yield before potentially waiting for 400ms
|
||||||
@@ -464,6 +316,7 @@ void writeJsonToTag(void *parameter) {
|
|||||||
esp_task_wdt_reset();
|
esp_task_wdt_reset();
|
||||||
success = nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A, uid, &uidLength, 400);
|
success = nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A, uid, &uidLength, 400);
|
||||||
if (success) {
|
if (success) {
|
||||||
|
Serial.println("CP 3.1");
|
||||||
for (uint8_t i = 0; i < uidLength; i++) {
|
for (uint8_t i = 0; i < uidLength; i++) {
|
||||||
//TBD: Rework to remove all the string operations
|
//TBD: Rework to remove all the string operations
|
||||||
uidString += String(uid[i], HEX);
|
uidString += String(uid[i], HEX);
|
||||||
@@ -473,6 +326,8 @@ void writeJsonToTag(void *parameter) {
|
|||||||
}
|
}
|
||||||
foundNfcTag(nullptr, success);
|
foundNfcTag(nullptr, success);
|
||||||
break;
|
break;
|
||||||
|
}else{
|
||||||
|
Serial.println("CP 3.2");
|
||||||
}
|
}
|
||||||
|
|
||||||
yield();
|
yield();
|
||||||
@@ -535,12 +390,9 @@ void writeJsonToTag(void *parameter) {
|
|||||||
sendWriteResult(nullptr, success);
|
sendWriteResult(nullptr, success);
|
||||||
sendNfcData();
|
sendNfcData();
|
||||||
|
|
||||||
nfcReadingTaskSuspendRequest = false;
|
vTaskResume(RfidReaderTask);
|
||||||
pauseBambuMqttTask = false;
|
pauseBambuMqttTask = false;
|
||||||
|
|
||||||
free(params->payload);
|
|
||||||
delete params;
|
|
||||||
|
|
||||||
vTaskDelete(NULL);
|
vTaskDelete(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -550,7 +402,7 @@ void startWriteJsonToTag(const bool isSpoolTag, const char* payload) {
|
|||||||
parameters->payload = strdup(payload);
|
parameters->payload = strdup(payload);
|
||||||
|
|
||||||
// Task nicht mehrfach starten
|
// Task nicht mehrfach starten
|
||||||
if (nfcReaderState == NFC_IDLE || nfcReaderState == NFC_READ_ERROR || nfcReaderState == NFC_READ_SUCCESS) {
|
if (nfcReaderState == NFC_IDLE) {
|
||||||
oledShowProgressBar(0, 1, "Write Tag", "Place tag now");
|
oledShowProgressBar(0, 1, "Write Tag", "Place tag now");
|
||||||
// Erstelle die Task
|
// Erstelle die Task
|
||||||
xTaskCreate(
|
xTaskCreate(
|
||||||
@@ -571,16 +423,15 @@ void scanRfidTask(void * parameter) {
|
|||||||
Serial.println("RFID Task gestartet");
|
Serial.println("RFID Task gestartet");
|
||||||
for(;;) {
|
for(;;) {
|
||||||
// Wenn geschrieben wird Schleife aussetzen
|
// Wenn geschrieben wird Schleife aussetzen
|
||||||
if (nfcReaderState != NFC_WRITING && !nfcReadingTaskSuspendRequest && !booting)
|
if (nfcReaderState != NFC_WRITING)
|
||||||
{
|
{
|
||||||
nfcReadingTaskSuspendState = false;
|
|
||||||
yield();
|
yield();
|
||||||
|
|
||||||
uint8_t success;
|
uint8_t success;
|
||||||
uint8_t uid[] = { 0, 0, 0, 0, 0, 0, 0 }; // Buffer to store the returned UID
|
uint8_t uid[] = { 0, 0, 0, 0, 0, 0, 0 }; // Buffer to store the returned UID
|
||||||
uint8_t uidLength;
|
uint8_t uidLength;
|
||||||
|
|
||||||
success = nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A, uid, &uidLength, 500);
|
success = nfc.readPassiveTargetID(PN532_MIFARE_ISO14443A, uid, &uidLength, 1000);
|
||||||
|
|
||||||
foundNfcTag(nullptr, success);
|
foundNfcTag(nullptr, success);
|
||||||
|
|
||||||
@@ -597,18 +448,8 @@ void scanRfidTask(void * parameter) {
|
|||||||
|
|
||||||
oledShowProgressBar(0, octoEnabled?5:4, "Reading", "Detecting tag");
|
oledShowProgressBar(0, octoEnabled?5:4, "Reading", "Detecting tag");
|
||||||
|
|
||||||
//vTaskDelay(500 / portTICK_PERIOD_MS);
|
vTaskDelay(500 / portTICK_PERIOD_MS);
|
||||||
|
|
||||||
// create Tag UID string
|
|
||||||
String uidString = "";
|
|
||||||
for (uint8_t i = 0; i < uidLength; i++) {
|
|
||||||
//TBD: Rework to remove all the string operations
|
|
||||||
uidString += String(uid[i], HEX);
|
|
||||||
if (i < uidLength - 1) {
|
|
||||||
uidString += ":"; // Optional: Trennzeichen hinzufügen
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (uidLength == 7)
|
if (uidLength == 7)
|
||||||
{
|
{
|
||||||
uint16_t tagSize = readTagSize();
|
uint16_t tagSize = readTagSize();
|
||||||
@@ -638,7 +479,7 @@ void scanRfidTask(void * parameter) {
|
|||||||
vTaskDelay(pdMS_TO_TICKS(1));
|
vTaskDelay(pdMS_TO_TICKS(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!decodeNdefAndReturnJson(data, uidString))
|
if (!decodeNdefAndReturnJson(data))
|
||||||
{
|
{
|
||||||
oledShowProgressBar(1, 1, "Failure", "Unknown tag");
|
oledShowProgressBar(1, 1, "Failure", "Unknown tag");
|
||||||
nfcReaderState = NFC_READ_ERROR;
|
nfcReaderState = NFC_READ_ERROR;
|
||||||
@@ -664,7 +505,7 @@ void scanRfidTask(void * parameter) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!success && nfcReaderState != NFC_IDLE && !nfcReadingTaskSuspendRequest)
|
if (!success && nfcReaderState != NFC_IDLE)
|
||||||
{
|
{
|
||||||
nfcReaderState = NFC_IDLE;
|
nfcReaderState = NFC_IDLE;
|
||||||
//uidString = "";
|
//uidString = "";
|
||||||
@@ -673,28 +514,10 @@ void scanRfidTask(void * parameter) {
|
|||||||
Serial.println("Tag entfernt");
|
Serial.println("Tag entfernt");
|
||||||
if (!bambuCredentials.autosend_enable) oledShowWeight(weight);
|
if (!bambuCredentials.autosend_enable) oledShowWeight(weight);
|
||||||
}
|
}
|
||||||
// Reset state after successful read when tag is removed
|
|
||||||
else if (!success && nfcReaderState == NFC_READ_SUCCESS)
|
|
||||||
{
|
|
||||||
nfcReaderState = NFC_IDLE;
|
|
||||||
Serial.println("Tag nach erfolgreichem Lesen entfernt - bereit für nächsten Tag");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Add a longer pause after successful reading to prevent immediate re-reading
|
|
||||||
if (nfcReaderState == NFC_READ_SUCCESS) {
|
|
||||||
Serial.println("Tag erfolgreich gelesen - warte 5 Sekunden vor nächstem Scan");
|
|
||||||
vTaskDelay(5000 / portTICK_PERIOD_MS); // 5 second pause
|
|
||||||
}
|
|
||||||
|
|
||||||
// aktualisieren der Website wenn sich der Status ändert
|
// aktualisieren der Website wenn sich der Status ändert
|
||||||
sendNfcData();
|
sendNfcData();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
nfcReadingTaskSuspendState = true;
|
|
||||||
Serial.println("NFC Reading disabled");
|
|
||||||
vTaskDelay(1000 / portTICK_PERIOD_MS);
|
|
||||||
}
|
|
||||||
yield();
|
yield();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,9 +17,8 @@ uint8_t weigthCouterToApi = 0;
|
|||||||
uint8_t scale_tare_counter = 0;
|
uint8_t scale_tare_counter = 0;
|
||||||
bool scaleTareRequest = false;
|
bool scaleTareRequest = false;
|
||||||
uint8_t pauseMainTask = 0;
|
uint8_t pauseMainTask = 0;
|
||||||
bool scaleCalibrated;
|
uint8_t scaleCalibrated = 1;
|
||||||
bool autoTare = true;
|
bool autoTare = true;
|
||||||
bool scaleCalibrationActive = false;
|
|
||||||
|
|
||||||
// ##### Funktionen für Waage #####
|
// ##### Funktionen für Waage #####
|
||||||
uint8_t setAutoTare(bool autoTareValue) {
|
uint8_t setAutoTare(bool autoTareValue) {
|
||||||
@@ -48,10 +47,6 @@ void scale_loop(void * parameter) {
|
|||||||
Serial.println("Scale Loop started");
|
Serial.println("Scale Loop started");
|
||||||
Serial.println("++++++++++++++++++++++++++++++");
|
Serial.println("++++++++++++++++++++++++++++++");
|
||||||
|
|
||||||
vTaskDelay(pdMS_TO_TICKS(500));
|
|
||||||
scale.tare();
|
|
||||||
vTaskDelay(pdMS_TO_TICKS(500));
|
|
||||||
|
|
||||||
for(;;) {
|
for(;;) {
|
||||||
if (scale.is_ready())
|
if (scale.is_ready())
|
||||||
{
|
{
|
||||||
@@ -93,13 +88,7 @@ void start_scale(bool touchSensorConnected) {
|
|||||||
// NVS lesen
|
// NVS lesen
|
||||||
Preferences preferences;
|
Preferences preferences;
|
||||||
preferences.begin(NVS_NAMESPACE_SCALE, true); // true = readonly
|
preferences.begin(NVS_NAMESPACE_SCALE, true); // true = readonly
|
||||||
if(preferences.isKey(NVS_KEY_CALIBRATION)){
|
calibrationValue = preferences.getFloat(NVS_KEY_CALIBRATION, defaultScaleCalibrationValue);
|
||||||
calibrationValue = preferences.getFloat(NVS_KEY_CALIBRATION);
|
|
||||||
scaleCalibrated = true;
|
|
||||||
}else{
|
|
||||||
calibrationValue = SCALE_DEFAULT_CALIBRATION_VALUE;
|
|
||||||
scaleCalibrated = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// auto Tare
|
// auto Tare
|
||||||
// Wenn Touch Sensor verbunden, dann autoTare auf false setzen
|
// Wenn Touch Sensor verbunden, dann autoTare auf false setzen
|
||||||
@@ -114,6 +103,18 @@ void start_scale(bool touchSensorConnected) {
|
|||||||
|
|
||||||
scale.begin(LOADCELL_DOUT_PIN, LOADCELL_SCK_PIN);
|
scale.begin(LOADCELL_DOUT_PIN, LOADCELL_SCK_PIN);
|
||||||
|
|
||||||
|
if (isnan(calibrationValue) || calibrationValue < 1) {
|
||||||
|
calibrationValue = defaultScaleCalibrationValue;
|
||||||
|
scaleCalibrated = 0;
|
||||||
|
|
||||||
|
oledShowMessage("Scale not calibrated!");
|
||||||
|
for (uint16_t i = 0; i < 50000; i++) {
|
||||||
|
yield();
|
||||||
|
vTaskDelay(pdMS_TO_TICKS(1));
|
||||||
|
esp_task_wdt_reset();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
oledShowProgressBar(6, 7, DISPLAY_BOOT_TEXT, "Tare scale");
|
oledShowProgressBar(6, 7, DISPLAY_BOOT_TEXT, "Tare scale");
|
||||||
for (uint16_t i = 0; i < 2000; i++) {
|
for (uint16_t i = 0; i < 2000; i++) {
|
||||||
yield();
|
yield();
|
||||||
@@ -124,7 +125,7 @@ void start_scale(bool touchSensorConnected) {
|
|||||||
if (scale.wait_ready_timeout(1000))
|
if (scale.wait_ready_timeout(1000))
|
||||||
{
|
{
|
||||||
scale.set_scale(calibrationValue); // this value is obtained by calibrating the scale with known weights; see the README for details
|
scale.set_scale(calibrationValue); // this value is obtained by calibrating the scale with known weights; see the README for details
|
||||||
//scale.tare();
|
scale.tare();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Display Gewicht
|
// Display Gewicht
|
||||||
@@ -151,8 +152,6 @@ uint8_t calibrate_scale() {
|
|||||||
uint8_t returnState = 0;
|
uint8_t returnState = 0;
|
||||||
float newCalibrationValue;
|
float newCalibrationValue;
|
||||||
|
|
||||||
scaleCalibrationActive = true;
|
|
||||||
|
|
||||||
vTaskSuspend(RfidReaderTask);
|
vTaskSuspend(RfidReaderTask);
|
||||||
vTaskSuspend(ScaleTask);
|
vTaskSuspend(ScaleTask);
|
||||||
|
|
||||||
@@ -229,7 +228,6 @@ uint8_t calibrate_scale() {
|
|||||||
esp_task_wdt_reset();
|
esp_task_wdt_reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
scaleCalibrated = true;
|
|
||||||
returnState = 1;
|
returnState = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -264,7 +262,6 @@ uint8_t calibrate_scale() {
|
|||||||
vTaskResume(ScaleTask);
|
vTaskResume(ScaleTask);
|
||||||
pauseBambuMqttTask = false;
|
pauseBambuMqttTask = false;
|
||||||
pauseMainTask = 0;
|
pauseMainTask = 0;
|
||||||
scaleCalibrationActive = false;
|
|
||||||
|
|
||||||
return returnState;
|
return returnState;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,9 +15,8 @@ extern uint8_t weigthCouterToApi;
|
|||||||
extern uint8_t scale_tare_counter;
|
extern uint8_t scale_tare_counter;
|
||||||
extern uint8_t scaleTareRequest;
|
extern uint8_t scaleTareRequest;
|
||||||
extern uint8_t pauseMainTask;
|
extern uint8_t pauseMainTask;
|
||||||
extern bool scaleCalibrated;
|
extern uint8_t scaleCalibrated;
|
||||||
extern bool autoTare;
|
extern bool autoTare;
|
||||||
extern bool scaleCalibrationActive;
|
|
||||||
|
|
||||||
extern TaskHandle_t ScaleTask;
|
extern TaskHandle_t ScaleTask;
|
||||||
|
|
||||||
|
|||||||
@@ -48,15 +48,9 @@ void onWsEvent(AsyncWebSocket *server, AsyncWebSocketClient *client, AwsEventTyp
|
|||||||
} else if (type == WS_EVT_PONG) {
|
} else if (type == WS_EVT_PONG) {
|
||||||
Serial.printf("WebSocket Client #%u pong\n", client->id());
|
Serial.printf("WebSocket Client #%u pong\n", client->id());
|
||||||
} else if (type == WS_EVT_DATA) {
|
} else if (type == WS_EVT_DATA) {
|
||||||
|
String message = String((char*)data);
|
||||||
JsonDocument doc;
|
JsonDocument doc;
|
||||||
DeserializationError error = deserializeJson(doc, (char*)data, len);
|
deserializeJson(doc, message);
|
||||||
//String message = String((char*)data);
|
|
||||||
//deserializeJson(doc, message);
|
|
||||||
|
|
||||||
if (error) {
|
|
||||||
Serial.println("JSON deserialization failed: " + String(error.c_str()));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (doc["type"] == "heartbeat") {
|
if (doc["type"] == "heartbeat") {
|
||||||
// Sende Heartbeat-Antwort
|
// Sende Heartbeat-Antwort
|
||||||
|
|||||||
Reference in New Issue
Block a user