Skip to content

Commit

Permalink
add dev fw 11ddde3, fix transformer ratio with mqtt json not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
remne committed Sep 8, 2024
1 parent fbb039c commit 5abbb2f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 16 deletions.
Binary file added blobs/11ddde3.bin
Binary file not shown.
15 changes: 4 additions & 11 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@
"latest": "f934567",
"blobs": [
{
"build": "602fe98",
"build_date": "20240822",
"build": "11ddde3",
"build_date": "20240908",
"status": "Development",
"changelog": "- Passwords handling changed to 'set and forget'.<br/>- CSRF token in critical internal REST APIs.</br>- Possibility to flash other firmwares than P1IB official firmwares OTA removed.<br/>- Bump ESP-IDF to v5.3<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/602fe98.bin"
"changelog": "- Fix transformer ratio not applied when mqtt json format is enabled.<br/>- Passwords handling changed to 'set and forget'.<br/>- CSRF token in critical internal REST APIs.</br>- Possibility to flash other firmwares than P1IB official firmwares OTA removed.<br/>- Bump ESP-IDF to v5.3<br/>- Wi-Fi password length limited to 64 chars.<br/>- Add authentication on factory reset API.",
"blob": "blobs/11ddde3.bin"
},
{
"build": "f934567",
"build_date": "20240625",
"status": "Stable",
"changelog": "- MQTT password length increased to 64 chars.<br/>- Items re-arranged in settings ui.<br/>- Improved Wi-Fi mesh support (bssid selectable).<br/>- Transformer ratio constant support.<br/>- Additional broken STAR meter support.</br><br/><br/><b>Note. This version breaks compatibility with the homey app.</b>",
"blob": "blobs/f934567.bin"
},
{
"build": "aae1e85",
"build_date": "20240212",
"status": "Stable",
"changelog": "- Telegram interval measurement.<br/>- Add additional main fuse values.<br/>- Fix issue when AP SSID is hidden.<br/>- Increase mqtt password length.<br/>- Add ethernet support (P1IB-eth).<br/>- improve STAR-meters corrupt data compensation.<br/>- Improve wifi/mqtt connection/reconnect behavior.<br/>- HA auto discovery UI switch.<br/>- JSON payload improvements.<br/>",
"blob": "blobs/aae1e85.bin"
}
]
}
Binary file added webflash/dev_11ddde3/boot_app0.bin
Binary file not shown.
Binary file added webflash/dev_11ddde3/bootloader_dio_40m.bin
Binary file not shown.
Binary file added webflash/dev_11ddde3/firmware.bin
Binary file not shown.
Binary file added webflash/dev_11ddde3/partitions.bin
Binary file not shown.
10 changes: 5 additions & 5 deletions webflash/manifest_dev.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "P1IB Development",
"version": "602fe98",
"version": "11ddde3",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{
"path": "dev_602fe98/bootloader_dio_40m.bin",
"path": "dev_11ddde3/bootloader_dio_40m.bin",
"offset": 4096
},
{
"path": "dev_602fe98/partitions.bin",
"path": "dev_11ddde3/partitions.bin",
"offset": 32768
},
{
"path": "dev_602fe98/boot_app0.bin",
"path": "dev_11ddde3/boot_app0.bin",
"offset": 57344
},
{
"path": "dev_602fe98/firmware.bin",
"path": "dev_11ddde3/firmware.bin",
"offset": 65536
}
]
Expand Down

0 comments on commit 5abbb2f

Please sign in to comment.