Theo Arends
6c934ca8f6
Merge pull request #5139 from emontnemery/hass_status_sensor
...
Add HASS status sensor + improve HASS discovery
2019-02-06 20:29:04 +01:00
Theo Arends
f2a1e61c89
Merge pull request #5138 from Jason2866/patch-3
...
Core 2.5.0 Release
2019-02-06 20:27:04 +01:00
Erik
3281055438
Add HASS status sensor
2019-02-06 20:07:28 +01:00
Jason2866
b430a22e0c
Core 2.5.0 Release
...
Changed core 2.5.0 beta3 to Release.
2019-02-06 19:57:11 +01:00
Theo Arends
ee2660b2bc
Update xdrv_10_rules.ino
...
Move const to flash
2019-02-05 17:45:35 +01:00
Theo Arends
3cb39bec24
Merge pull request #5122 from laurentdong/development
...
Enhencement: Add new compare operators ("==", "!=" ,">=" and "<=") for rule
2019-02-05 17:10:56 +01:00
Laurent Dong
09732c9f2d
Add new compare operators ("==", "!=" ,">=" and "<=") for rule
...
Introduce new compare operators for rules and did some optimization as well.
The new "==" operator act as a real number comparison instead of the previous "=" operator which is doing string comparison which result in FALSE for "1 + 1 = 2". For example:
rule1 on event#test do backlog var1 1;add1 1; event CompareWith2=2 endon on event#CompareWith2=%var1% do ledpower on endon
ledpower off
rule1 on
event test
2019-02-05 09:34:17 -05:00
Theo Arends
c998760deb
Update TasmotaSerial to 2.3.0
...
Update TasmotaSerial to 2.3.0
2019-02-05 15:05:40 +01:00
Theo Arends
9c8af6428e
Update xdrv_08_serial_bridge.ino
...
Fix regression
2019-02-05 14:13:53 +01:00
Theo Arends
adecf6a9ce
Fixes and Tuning
...
Fixes and Tuning
2019-02-05 12:21:31 +01:00
Theo Arends
e9ad78c616
Update xnrg_04_mcp39f501.ino
...
Fix Exception 9 (Buffer overflow)
2019-02-05 10:13:22 +01:00
Gabor Simon
9b3a204ae5
Merge branch 'development' into sm16716
2019-02-04 22:14:05 +04:00
Theo Arends
b839d7e80e
Add user configuration of MCP39F501
...
Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
2019-02-04 18:18:47 +01:00
Theo Arends
48faabc1cf
Revert "Add user configuration of MCP39F501"
...
This reverts commit c340e2b8bd
.
2019-02-04 18:17:50 +01:00
Theo Arends
c340e2b8bd
Add user configuration of MCP39F501
...
Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
2019-02-04 18:17:17 +01:00
Theo Arends
16ec25bdff
Prep for user config
...
Prep CSE7766 (S31 and PowR2) and MCP39F501 (Shelly2) for user configuration
2019-02-04 14:57:20 +01:00
Gabor Simon
e23d4201c1
Merge branch 'development' into sm16716
2019-02-04 16:48:49 +04:00
Theo Arends
d061d5abb8
Add user configuration
...
Add user configuration of HLW8012 and HJL-01/BL0937 Energy Monitoring
2019-02-04 12:53:10 +01:00
Theo Arends
8ea0b44a8a
Add credits and descriptions
...
Add credits and descriptions
2019-02-04 11:41:51 +01:00
Theo Arends
7b8a8a0cc6
Merge pull request #5105 from jziolkowski/development
...
decode-status.py update to 6.4.1.14
2019-02-04 11:24:49 +01:00
jziolkowski
b39adddf0c
decode-status.py update to 6.4.1.14
2019-02-04 01:04:42 +01:00
Theo Arends
6ee3d1abc6
Fix IR local echo
...
Fix IR local echo
2019-02-03 18:45:20 +01:00
Theo Arends
54aaaf50c9
6.4.1.14 Add diag info to status 3
...
6.4.1.14 20190203
* Add SetOption32 until SetOption49 diagnostic information to Status 3 report as replacement for second property value in SetOption property name
* Add Resolution property to Status 3 report providing previous SetOption second value property
2019-02-03 12:38:41 +01:00
Theo Arends
fc5059bb84
Merge pull request #5097 from curzon01/development
...
v2.1.0020
2019-02-03 11:22:27 +01:00
Norbert Richter
d0072118f3
v2.1.0020
...
decode-config.py: adapt settings
- add Sensor15 (SensorBits1)
2019-02-03 11:03:11 +01:00
Gabor Simon
654826f78d
Merge branch 'development' into sm16716
2019-02-03 10:54:23 +04:00
Theo Arends
ee5aed07d8
Merge pull request #5086 from netpok/device-waga
...
Device waga
2019-02-02 16:11:47 +01:00
Theo Arends
0c747a7499
Split module and GPIO ajax list
...
Split module and GPIO ajax list
2019-02-02 15:16:35 +01:00
Gabor Simon
3d13490736
Merge pull request #2 from kueblc/sm16716
...
Final fixes, cleanup, and optimizations
2019-02-02 11:36:00 +04:00
Colin Kuebler
35060dfa45
Measured impact of USE_SM16716 on binary filesize
2019-02-01 20:12:13 -05:00
Colin Kuebler
d7b8a6453d
Added preprocessor constant for LT_SM16716 for improved code readability
...
Note that this differs from other LT_* in that it's not an enum
Ensure the SM16716 codepath is only taken when the top half of light_type is LT_SM16716
2019-02-01 19:41:12 -05:00
Colin Kuebler
6d19a9c998
Generalize the SYF05 a tiny bit so it can be easily adapted to similar bulbs
2019-02-01 19:28:16 -05:00
netpok
4dc1d2f260
Fix led polarity
2019-02-02 01:10:35 +01:00
Colin Kuebler
817d0af598
No need (and pointless) to call SM16716_Init until color updates, iff using sel pin
2019-02-01 17:37:37 -05:00
Colin Kuebler
99b027852b
Fixed first color command failing; need to wait for chip to power up
2019-02-01 17:33:21 -05:00
Theo Arends
91e5a82e98
Merge pull request #5088 from andrethomas/development
...
MHZ19: Allow enable and disable of ABC
2019-02-01 17:53:50 +01:00
andrethomas
7e56dc538d
MHZ19: Allow enable and disable of ABC
2019-02-01 18:46:37 +02:00
netpok
b927237aad
Fix LED numbering
2019-02-01 15:01:45 +01:00
netpok
b2109c3eab
Merge branch 'development' into device-waga
2019-02-01 14:56:28 +01:00
netpok
1bb22c06a6
Update SP10 descriptions
2019-02-01 14:55:33 +01:00
netpok
edb0cf8f69
Add WAGA life CHCZ02MB device
2019-02-01 14:54:35 +01:00
Theo Arends
de41a88bec
Fix stop flash rotate functionality
...
Fix stop flash rotate functionality
2019-02-01 14:05:55 +01:00
Colin Kuebler
25856c323a
Track sm16716 select pin state so we don't waste cycles continuously enabling/disabling color
...
Added some comments; disabled sm16716 debug messages by default
Removed delay after setting select pin; didn't seem to help anyway
2019-02-01 00:59:53 -05:00
Gabor Simon
737cd7a2d0
Merge branch 'sm16716' of https://github.com/gsimon75/Sonoff-Tasmota into sm16716
2019-02-01 04:38:15 +00:00
Gabor Simon
ef40aff62a
Added SM16716_SEL pin to SYF05 template, enabled SM16716 support
2019-02-01 04:37:22 +00:00
Gabor Simon
bbce19a74e
Merge branch 'development' into sm16716
2019-02-01 08:27:35 +04:00
Gabor Simon
b553b4a5e5
Merge pull request #1 from kueblc/sm16716
...
Integrate with xdrv_04_light.ino
2019-02-01 07:28:58 +04:00
Kevin Baluha
8be3da63e1
add functionality to use multiple ads1115's on one i2cbus
2019-01-31 20:13:23 -07:00
Colin Kuebler
04f1ed1659
Implemented sm16716 select
...
If SM16716_SEL is specified, it will toggle it on/off depending on whether or not there is color data
2019-01-31 17:17:01 -05:00
Theo Arends
79e001caae
Merge pull request #5071 from netpok/device-sp10
...
Add Tuya SP10
2019-01-31 21:14:17 +01:00