Theo Arends
a0c7db7f7c
Add Mqtt log level text
...
Add Mqtt log level text
2019-10-03 14:27:01 +02:00
Theo Arends
0580ceb0b6
Add support for Chint DDSU666 Modbus energy meter
...
Add support for Chint DDSU666 Modbus energy meter by Pablo Zerón
2019-10-03 14:18:04 +02:00
Theo Arends
aeaea9f0b8
Merge pull request #6555 from pablozg/ddsu666
...
add support to chint ddsu666
2019-10-03 14:02:11 +02:00
Theo Arends
aebe37c890
Fix PulseTime command responses
...
Fix PulseTime command responses
2019-10-03 13:11:43 +02:00
pablozg
9e71109549
add support to chint ddsu666
2019-10-03 10:06:51 +02:00
Theo Arends
cbb3f9e0af
Change command PulseTime JSON message
...
Change command PulseTime JSON message format and allow display of all pulsetimer information (#6519 )
2019-10-03 10:02:57 +02:00
Theo Arends
913a809242
Bump version 6.6.0.15
...
Bump version 6.6.0.15
2019-10-03 09:58:23 +02:00
Federico Leoni
11d4cd9058
Update my_user_config.h
2019-10-02 16:58:52 -03:00
Federico Leoni
4eef80e4d9
Update xdrv_12_home_assistant.ino
2019-10-02 13:16:14 -03:00
Theo Arends
bc55237154
Fix domoticz core 2.3.0 compilation error
...
Fix domoticz core 2.3.0 compilation error
2019-10-02 17:39:27 +02:00
Theo Arends
7735f95058
Merge branch 'development' into serial_iarm_send
2019-10-02 17:33:51 +02:00
Theo Arends
8c34b9edbd
Change command handling
...
* Change command SetOption43 to make it more general. Now supports PS_16_DZ driver too (#6547 )
* Change command handling by moving buffers up in chain solving MQTTlog support (#6524 )
* Change detection of non-MQTT commands by allowing non-space characters as delimiter (#6540 )
2019-10-02 16:45:53 +02:00
Theo Arends
97de80bba1
Merge pull request #6547 from shantur/ps_16_dz-dimmer-max
...
Ps 16 dz dimmer max
2019-10-02 16:13:40 +02:00
gemu2015
da2b2efae0
update scripter hue without devices
2019-10-02 13:38:05 +02:00
Theo Arends
bac30bbe1b
Try to catch domoticz test
...
Try to catch domoticz test (#6529 )
2019-10-02 12:51:37 +02:00
Shantur Rathore
39b201898d
PS_16_DZ: Implement SetOption43 (Dimmer Max) for PS_16_DZ dimmers. Fixes #6544
2019-10-02 11:28:44 +01:00
Shantur Rathore
f946ebaf7b
Dimmer: Change SetOption43 (Dimmer Max) generic instead of Tuya only
2019-10-02 11:11:50 +01:00
Theo Arends
37fc7d2259
Add command SetOption71 for DDS238-2
...
Add command SetOption71 0/1 to switch between different Modbus Active Energy registers on DDS238-2 energy meters (#6531 )
2019-10-02 11:24:51 +02:00
Jason2866
6379677218
Shutter and PC8574
2019-10-02 10:39:14 +02:00
Stephan Hadinger
838e571d10
Fix TasmotaSerial: move serial send to IRAM for high speed baud rates
2019-10-01 22:58:08 +02:00
Adrian Scillato
c7308e2dff
Updated Spanish Translation
2019-10-01 17:05:58 -03:00
Theo Arends
d9aeb95503
Update xdrv_27_shutter.ino
2019-10-01 17:20:43 +02:00
Theo Arends
ea7718c810
Fix ShutterClose Index display
...
Fix ShutterClose Index display (#6535 )
2019-10-01 17:19:37 +02:00
Theo Arends
be4867e7f6
Fix compilation error
...
Fix compilation error
2019-10-01 16:45:53 +02:00
Theo Arends
aa5b5e891e
Add initial support for PCF8574 I2C I/O Expander
...
Add initial support for PCF8574 I2C I/O Expander (currently output only) by Stefan Bode
2019-10-01 16:33:39 +02:00
Theo Arends
92c2196e73
Fix possible I2C init errors
...
Fix possible I2C init errors
2019-10-01 16:21:39 +02:00
Theo Arends
c311632b7a
Merge pull request #6533 from andrethomas/mcp230xx
...
Mcp230xx
2019-10-01 14:36:22 +02:00
Theo Arends
f847763ad1
Update xdrv_01_webserver.ino
2019-10-01 10:49:42 +02:00
Andre Thomas
26fc172df4
Update _changelog.ino
2019-10-01 08:54:44 +02:00
Andre Thomas
9884cfaf16
MCP230xx Add sensor29 pin,2 for toggle
2019-10-01 08:49:40 +02:00
Andre Thomas
dea255db26
MCP230xx: Prevent inadvertent pinmode change
...
We've added support for sensor29 pin,0/1 for OFF/ON but the current code would allow the pinmode to be changed without specifying a default state e.g. sensor29 pin,3 would cause the pinmode to be changed to input even if it was previously configured for output (pinmode 5/6)
This change prevents these instances by enforcing the configuration rules as outlined in the wiki e.g.
sensor29 pin,pinmode,pullup/default state (if used for output)
2019-09-30 21:31:23 +02:00
Theo Arends
d7d0316769
Fix open/close to limits
...
Fix open/close to limits (#6516 )
2019-09-30 19:27:54 +02:00
Andre Thomas
b38a8bd8eb
MCP230xx - Add sensor29 pin,1 and sensor29 pin,0
...
MCP230xx - Add sensor29 pin,1 and sensor29 pin,0 as an alternative to sensor29 pin,ON and sensor29 pin,OFF respectively.
2019-09-30 17:26:07 +02:00
Andre Thomas
bed26fd121
MCP230xx - Add 1 and 0 as option for ON and OFF
...
MCP230xx - Add 1 and 0 as option for ON and OFF
2019-09-30 17:19:15 +02:00
Theo Arends
9cc4bc67ba
Refactor shutter code
...
Refactor shutter code
2019-09-30 11:34:33 +02:00
Theo Arends
7689534cf5
Refactor shutter support
...
Refactor shutter support (#6516 )
2019-09-30 11:21:43 +02:00
Theo Arends
f2ed754f11
Merge pull request #6515 from Staars/chirp
...
support for i2c-moisture-sensor AND Chirp!-sensor
2019-09-30 11:02:47 +02:00
Theo Arends
2fe54c9b38
Merge pull request #6523 from gemu2015/sml-update
...
sml fix obis dump mode
2019-09-30 11:01:47 +02:00
gemu2015
62cda21cec
sml fix obis dump mode
2019-09-30 10:53:16 +02:00
gemu2015
8f2ba87ced
Update xdrv_10_scripter.ino
2019-09-30 10:41:04 +02:00
gemu2015
768c264d04
Update xdrv_20_hue.ino
2019-09-30 10:31:13 +02:00
gemu2015
6eb3c74689
scripter update
2019-09-30 10:25:02 +02:00
Staars
e6824ff903
remove #define USE_CHIRP
2019-09-29 18:38:14 +02:00
Staars
6da17ccb6b
last fixes for the Chirp-sensor
2019-09-29 18:35:02 +02:00
Theo Arends
e90f67bbbb
Add driver JSON if available
...
Add driver JSON if available
2019-09-29 18:11:36 +02:00
Theo Arends
e40475b563
Add initial support for shutters
...
Add initial support for shutters by Stefan Bode (#288 )
2019-09-29 18:00:01 +02:00
Theo Arends
728d162be8
Merge pull request #6512 from s-hadinger/fix_6508
...
Fix 6508
2019-09-29 17:11:51 +02:00
Stephan Hadinger
9ce32790db
Fix 6508
2019-09-29 16:06:18 +02:00
Stephan Hadinger
d86cd34905
Add Zigbee more support - collect endpoints and clusters, added ZigbeeDump command
2019-09-29 15:38:26 +02:00
Staars
ab70dd2755
various fixes for the Chirp-sensor
2019-09-29 13:27:50 +02:00