Commit Graph

17015 Commits

Author SHA1 Message Date
Anton
b2adcdcee5
Adding protocol for DOOYA 2700AC remote
Adding protocol for DOOYA 2700AC remote (used with DT82TV curtain motors)
This remote uses 40-bit code
PR #17139 is needed to support it in decimal format of RfSend command (JSON format works as is)
2022-11-19 01:56:17 -05:00
Anton
52faed8c08
Bugfix: RfSend command to support bits>32 for decimal command format 2022-11-19 01:40:24 -05:00
s-hadinger
eac0bbc1d9
Merge pull request #17137 from s-hadinger/malloc_fix_2
Avoid crash if malloc fails take 2
2022-11-18 21:58:59 +01:00
Stephan Hadinger
774decee21 Avoid crash if malloc fails take 2 2022-11-18 17:27:09 +01:00
Theo Arends
783631903d Add user control over Serial Bridge buffers
- Add optional define ``SERIAL_BRIDGE_BUFFER_SIZE`` to set Serial Bridge internal buffer size (Default ESP8266 = 256, ESP32 = 800)
- Add command ``SSerialBuffer 256..SERIAL_BRIDGE_BUFFER_SIZE`` to change serial bridge rx buffer size (#17120)
2022-11-18 16:21:54 +01:00
Theo Arends
69f903618d Fix intermittent wifi AP starts 2022-11-18 14:31:49 +01:00
Theo Arends
0674f9b0b6 Add command `SSerialBuffer 64..256`
Add command ``SSerialBuffer 64..256`` to change software serial bridge receive buffer size from default (64) to max local buffer size (256) (#17120)
2022-11-18 13:00:59 +01:00
s-hadinger
3a20159dd5
Merge pull request #17128 from arendst/revert-17124-malloc_fix
Revert "Avoid crash if malloc fails"
2022-11-18 07:43:54 +01:00
s-hadinger
cb234a2694
Revert "Avoid crash if malloc fails" 2022-11-18 07:43:38 +01:00
s-hadinger
d46f6ea6b0
Merge pull request #17127 from s-hadinger/zigbee_plugin_default
Zigbee add default plugin in flash
2022-11-18 00:34:47 +01:00
Stephan Hadinger
7e9e7b8e3e Zigbee add default plugin in flash 2022-11-18 00:21:01 +01:00
s-hadinger
24126efc4d
Merge pull request #17126 from s-hadinger/zigbee_fix_autoresponder
Fix Zigbee auto-responder frame direction
2022-11-18 00:12:08 +01:00
Stephan Hadinger
d1c71ca91b Fix Zigbee auto-responder frame direction 2022-11-18 00:04:54 +01:00
s-hadinger
50565f4e65
Merge pull request #17124 from s-hadinger/malloc_fix
Avoid crash if malloc fails
2022-11-17 21:31:01 +01:00
s-hadinger
c2ec0d5fd1
Merge pull request #17121 from s-hadinger/ssdp_unishox
Include Wemo SSDP presentationURL in Unishox
2022-11-17 20:41:25 +01:00
Stephan Hadinger
e144b57b53 Avoid crash if malloc fails 2022-11-17 20:29:31 +01:00
Stephan Hadinger
c607a67024 Include Wemo SSDP presentationURL in Unishox 2022-11-17 20:26:00 +01:00
Theo Arends
619c5431d7 Add Wemo SSDP presentationURL
Add Wemo SSDP presentationURL for easy access using Windows Networks Other Device device double click (#17084)
As implemented only works when USE_UNISHOX_COMPRESSION is disabled.
2022-11-17 17:54:42 +01:00
Theo Arends
16b796ccd5 Fix emulation regression from ArtNet implementation 2022-11-17 17:30:44 +01:00
Theo Arends
9e65dd51e9
Merge pull request #17114 from curzon01/modbus
Fix generic modbus single phase register output
2022-11-17 15:21:36 +01:00
Norbert Richter
0cd97d3890
Fix generic modbus single phase register output 2022-11-17 15:14:28 +01:00
Theo Arends
d1c7ee882b Reset energy today at midnight (#16791) 2022-11-17 14:58:16 +01:00
Theo Arends
e578171a16 Update changelogs 2022-11-17 12:47:09 +01:00
Theo Arends
d4bfd88256
Merge pull request #17112 from curzon01/DS18x20_ESP32_parasite_power
Add DS18x20 parasitic power usage on ESP32
2022-11-17 12:42:25 +01:00
Norbert Richter
b149da46c6
Add DS18x20 parasitic power usage on ESP32 2022-11-17 12:24:11 +01:00
Theo Arends
acca26f9cd
Merge pull request #17108 from curzon01/patch1
Fix linker error using #undef USE_WS2812 for ESP32
2022-11-17 12:06:36 +01:00
Theo Arends
34ededb9d8 Add comment for future use 2022-11-17 12:01:09 +01:00
Theo Arends
91953e2658
Merge pull request #17103 from joba-1/rgx-preserve-ap-connections-on-sta-reconnect
preserve AP connections if STA side reconnects
2022-11-17 11:50:26 +01:00
Theo Arends
a924e41ff3 Bump version v12.2.0.5
- Fixed ModbusBridge baudrates over 76500 baud (#17106)
- Bump version v12.2.0.5
2022-11-17 11:44:51 +01:00
Norbert Richter
be7581b377
Fix linker error using undef USE_WS2812 for ESP32 2022-11-17 11:13:40 +01:00
s-hadinger
c304319f5d
Merge pull request #17105 from s-hadinger/artnet_fix
Fix ArtNet crash
2022-11-16 21:43:41 +01:00
Stephan Hadinger
7344fd54dc Fix ArtNet crash 2022-11-16 21:24:57 +01:00
joba-1
552c44425b
Merge branch 'arendst:development' into rgx-preserve-ap-connections-on-sta-reconnect 2022-11-16 19:41:59 +01:00
s-hadinger
35fca6c816
Merge pull request #17104 from s-hadinger/esp32_artnet
Add ArtNet to Tasmota32 precompiled
2022-11-16 19:08:49 +01:00
Stephan Hadinger
5f0b92568e Add ArtNet to Tasmota32 precompiled 2022-11-16 18:41:07 +01:00
joba-1
4eb0bf80dc preserve AP connections if STA side reconnects 2022-11-16 17:28:03 +01:00
Jason2866
04b6034909
action-gh-release@v1.2
fix deprecation warning "Node12"
2022-11-16 16:43:25 +01:00
Theo Arends
f044ccdeec Remove commands ArtNetStop and ArtNetStart 2022-11-16 16:26:12 +01:00
Theo Arends
a0e7191d4e Add command ArtNet
- Fix ArtNetStop
2022-11-16 16:15:31 +01:00
Theo Arends
99378308f7 Update changelogs 2022-11-16 14:26:49 +01:00
Theo Arends
56a71c3ca9
Merge pull request #17092 from joba-1/rgx-portmap
add command RgxPort to setup port forwarding
2022-11-16 14:17:55 +01:00
s-hadinger
0f5a7e4a77
Merge pull request #17096 from s-hadinger/zigbee_doc
Zigbee doc
2022-11-16 14:03:21 +01:00
Stephan Hadinger
56e06b7fc5 Fix command name bug 2022-11-16 13:45:59 +01:00
Stephan Hadinger
a26e634408 Doc is off by default 2022-11-16 13:44:06 +01:00
Stephan Hadinger
0b18c60ba2 Zigbee ZbProbe for unknown devices and doc helper 2022-11-16 13:43:36 +01:00
Theo Arends
229c2cce06 Revert Art-Net to ArtNet 2022-11-16 10:55:56 +01:00
Theo Arends
b92d5ab12c Fix ArtNet compilation on ESP32 2022-11-16 10:47:55 +01:00
s-hadinger
d8d191b1c7
Merge pull request #17095 from s-hadinger/berry_udp_close
Rename to udp.close()
2022-11-16 09:06:09 +01:00
Stephan Hadinger
0849b6e5ef Rename to udp.close() 2022-11-16 08:33:13 +01:00
s-hadinger
1162c36fb2
Merge pull request #17094 from s-hadinger/berry_udp_stop
Berry add ``udp->stop()`` method
2022-11-15 23:41:41 +01:00