Commit Graph

16945 Commits

Author SHA1 Message Date
barbudor 90eb8e0c70 allow DHT_MAX_SENSORS to be overridden 2022-10-21 21:25:57 +02:00
Theo Arends e347665148 Add 2 CSs 2022-10-21 15:10:21 +02:00
Theo Arends 47456a54ee Prep ADE7953 using SPI 2022-10-21 15:06:52 +02:00
Theo Arends 549e6d9c18 Add USE_SHIFT595 to tasmota32.bin 2022-10-21 13:40:01 +02:00
Theo Arends 6d4f36164f
Merge pull request #16860 from curzon01/patch-1
Update CHANGELOG.md
2022-10-19 14:01:33 +02:00
Norbert Richter bee7c09098
Update CHANGELOG.md 2022-10-19 13:56:07 +02:00
Theo Arends a57fb5e50e
Merge pull request #16859 from curzon01/dev-neopool
Update xsns_83_neopool.ino
2022-10-19 13:45:32 +02:00
Norbert Richter b4dfd87912
Update NeoPool register desc 2022-10-19 10:46:08 +02:00
Norbert Richter 2fa0a6edf3
Add MBV_TIMER_OFFMB_TIMER_ENABLE countdown keys 2022-10-19 10:46:08 +02:00
Norbert Richter 3fb19a633a
Rework register const 2022-10-19 10:46:08 +02:00
Norbert Richter 720b3f7c9b
Change json unlocalized 2022-10-19 10:46:08 +02:00
Norbert Richter 1e2f2385b8
Add filtration toggle 2022-10-19 10:46:07 +02:00
Theo Arends 100e95f2cf Update xdrv_02_9_mqtt.ino 2022-10-19 10:44:08 +02:00
Theo Arends 753f4bee31 Change compiling with reduced boards manifests
Change compiling with reduced boards manifests in favour of Autoconfig (#16848)
2022-10-19 10:21:31 +02:00
Theo Arends a9bff109b0
Merge pull request #16848 from Jason2866/boards_refac
Reduce Boards manifests
2022-10-18 19:58:31 +02:00
Theo Arends f5621b786d
Merge pull request #16858 from Staars/webcam_widget
MI32 legacy: add webcam widget to dashboard
2022-10-18 19:58:12 +02:00
Christian Baars 970f85037b add webcam widget to dashboard 2022-10-18 19:27:24 +02:00
Jason2866 c445a88176
Merge branch 'development' into boards_refac 2022-10-18 17:52:17 +02:00
Jason2866 279b3494ed
Merge pull request #16857 from Jason2866/rm_webcam_lib
remove webcam lib
2022-10-18 17:49:59 +02:00
Jason2866 f77a5c96f6
remove webcam lib 2022-10-18 17:30:39 +02:00
Theo Arends 2104256b74 Add DS18x20 support on up to four GPIOs
Add DS18x20 support on up to four GPIOs by md5sum-as (#16833)
2022-10-18 16:36:45 +02:00
Theo Arends df24aef75c
Merge pull request #16833 from md5sum-as/development
Adding support multiple GPIO for DS18x20 sensors. Aliases of DS18x20 optimization.
2022-10-18 15:40:32 +02:00
Theo Arends 7b6f724685 Update changelogs 2022-10-18 15:34:07 +02:00
Jason2866 402a311d14 rm not needed `*.h` files from lib 2022-10-18 11:53:50 +00:00
s-hadinger 329f0e6b1c
Merge pull request #16852 from s-hadinger/lvgl_fix_get_text
LVGL fix get text
2022-10-18 10:29:17 +02:00
Stephan Hadinger 1d34a80f65 Fix only for returned string 2022-10-18 10:04:04 +02:00
Stephan Hadinger f87324f874 LVGL fix get text 2022-10-18 09:55:08 +02:00
Theo Arends 68f8b684a3
Merge pull request #16850 from christiankarsch/development
Added stop-condition before start-condition
2022-10-17 21:17:17 +02:00
Christian Karsch 4ba3b58ea8
Added stop-condition before start-condition
Bp5758d does not support repeated-start-condition.
Therefore it overwrite the next register ('current range setup' of red-channel)

A stop-condition is always needed before next start-condition
2022-10-17 21:01:25 +02:00
Theo Arends a9ba035474 refactor NTP fraction 2022-10-17 17:59:18 +02:00
Jason2866 9487465517 s3cdc safeboot 2022-10-17 16:49:55 +02:00
Theo Arends 0be740850a
Merge pull request #16847 from LeonPoon/development
Support nanos in rtc for sync from ntp
2022-10-17 16:48:05 +02:00
Jason2866 c7a2d04972 fix [env:tasmota32s3] 2022-10-17 16:15:27 +02:00
Jason2866 b8d594b868 fix [env:tasmota32s3cdc] 2022-10-17 16:12:18 +02:00
Jason2866 724b0342c7
Reduce Boards manifests
## Description:

by using the 4MB default safeboot partition scheme layout. Tasmota will increase the FS partition with
the new Autoresize feature introduced with PR #16838 #16842

So it is possible to reduce the boards mainifest since it is no more needed to have different ones for boards with different flash sizes. Added generic S3 Flash / PSRAM boards variants. Removed all S3 boards specific variants. Configuration is done via Autoconfig. For a few special use cases maybe an [env] needs to be defined. Examples for are in file `platformio_tasmota_cenv_sample.ini`

@s-hadinger @arendst @staars please test. Since it is a major change how the firmwares are build, there is maybe something i overlooked. So i do not check all below.

## Checklist:
  - [x] The pull request is done against the latest development branch
  - [x] Only relevant files were touched
  - [ ] Only one feature/fix was added per PR and the code change compiles without warnings
  - [ ] The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9
  - [ ] The code change is tested and works with Tasmota core ESP32 V.2.0.5
  - [x] I accept the [CLA](https://github.com/arendst/Tasmota/blob/development/CONTRIBUTING.md#contributor-license-agreement-cla).

_NOTE: The code change must pass CI tests. **Your PR cannot be merged unless tests pass**_
2022-10-17 16:04:11 +02:00
Leon Poon 18fdc4a176 support nanos in rtc for sync from ntp
so that all tm1637 6-digit clocks tick simultaneously at real second boundary.
2022-10-17 21:45:29 +08:00
Theo Arends f998a457db Disable SspmPowerOnState for v1.0.0 main 2022-10-17 15:41:46 +02:00
Jason2866 6b1deb5e5e
Revert "refac (#16845)" (#16846)
This reverts commit bc4fb77db0.
2022-10-17 15:38:30 +02:00
Jason2866 bc4fb77db0
refac (#16845)
* Update sensor.h

* Update esp_camera.h

* refactor boards manifests

* fix s3 safebooot env

* fix env
2022-10-17 15:37:26 +02:00
Theo Arends 065396ff73 Bump version v12.2.0.1 2022-10-17 11:25:22 +02:00
Theo Arends d4559fea5a Prep release v12.2 2022-10-17 10:34:48 +02:00
s-hadinger 714e3210fa
Merge pull request #16842 from s-hadinger/flash_32_128
Support for Flash size 32/64/128 MB in Partition Wizard and auto-resize
2022-10-16 18:44:58 +02:00
Stephan Hadinger eb3de9c73a Support for Flash size 32/64/128 MB in Partition Wizard and auto-resize 2022-10-16 18:32:46 +02:00
Theo Arends 2cda2e2ce7
Merge pull request #16816 from Jason2866/webcam
rm Domoticz / ad Counter in `env: webcam`
2022-10-16 15:05:10 +02:00
Theo Arends f07a90bd4a
Merge pull request #16837 from barbudor/ina219_any_shunt_value
INA219 enhancement : any shunt value
2022-10-16 15:04:34 +02:00
Theo Arends 411a7f0788 Update xdrv_86_esp32_sonoff_spm.ino 2022-10-16 15:03:05 +02:00
Theo Arends 480fae6804 Add command ``SspmPowerOnState<relay> 0|1|2``
Add command ``SspmPowerOnState<relay> 0|1|2`` to set Sonoff SPM 4Relay module v1.2.0 power on state overruling tasmota  global power on state. 0 = Off, 1 = On, 2 = Saved state (#13447)
2022-10-16 12:57:17 +02:00
s-hadinger 0bd57a3787
Merge pull request #16838 from s-hadinger/resize_fr_bootcount_0
Resize FS to max at initial boot
2022-10-16 12:38:45 +02:00
Stephan Hadinger 39a05984ca Automatically resize FS to max flash size at initial boot (ESP32x) 2022-10-16 12:19:08 +02:00
Stephan Hadinger 5e03066883 Resize FS to max at initial boot 2022-10-16 11:49:30 +02:00