Commit Graph

1486 Commits

Author SHA1 Message Date
Theo Arends 93e855ace7 Fix compile error
Fix compile error (#3618)
2018-08-28 12:39:51 +02:00
Theo Arends 55b43734d8 6.1.1.13 - Fixes
6.1.1.13 20180828
 * Fix 6.1.1.12 regression of Mem and Var default handling (#3618)
 * Optimizations
2018-08-28 11:10:32 +02:00
Theo Arends f8666c0410 Some requested additions
* Add optional MQTT_TELE_RETAIN to Energy Margins message (#3612, 3614)
 * Add Individual HSBColorX commands (#3430, #3615)
 * Add RuleX debug options 8,9,10 (StopOnError) to control RuleX execution status after an exception restart (#3607)
2018-08-28 10:26:33 +02:00
Theo Arends e4006757b1
Merge pull request #3615 from ascillato/patch-2
Added Individual HSBCOLOR Commands for HomeKit
2018-08-28 10:04:32 +02:00
Theo Arends 93b0c57ce9
Merge pull request #3614 from ascillato/patch-1
Added Optional Retain Flag for Energy Margins
2018-08-28 10:03:34 +02:00
Adrian Scillato aa79874013
Added Individual HSBCOLOR Commands for HomeKit
Added individual HSBCOLOR commands for better integration to HomeKit and OpenHab.

Usage:

HSBCOLOR1 <x> to set Hue
HSBCOLOR2 <x> to set Saturation
HSBCOLOR3 <x> to set Brightness

Still is supported previous command HSBCOLOR <hue>,<sat>,<bri>
2018-08-27 22:46:04 -03:00
Adrian Scillato e20c2b056a
Added Optional Retain Flag for Energy Margins
Request #3612
2018-08-27 18:35:23 -03:00
Theo Arends 23155aa15e Refresh RF-Bridge-EFFM8BB1
Refresh RF-Bridge-EFFM8BB1.hex firmwares
2018-08-27 18:33:13 +02:00
Theo Arends 04c81e31d1 Fix Sonoff Bridge data length
Fix Sonoff Bridge data reception when using Portisch EFM8 firmware and in data buffer length (#3605)
2018-08-27 18:16:28 +02:00
Theo Arends 9b54ab9038 Some optimizations
Some optimizations
2018-08-27 16:07:23 +02:00
Theo Arends d4931f7b11 Fix handling default names Pt.2
Fix handling default names Pt.2
2018-08-27 14:53:09 +02:00
Theo Arends 9978381c94 Fix handling deafult names
Fix handling use of default names when using names starting with shortcut character (#3392, #3600)
2018-08-27 13:06:22 +02:00
Theo Arends d69e88b50b 6.1.1.12 - Add debounce time
6.1.1.12 20180827
 * Add commands ButtonDebounce 40..1000 and SwitchDebounce 40..1000 to have more control over debounce timing. Default is 50mS (#3594)
2018-08-27 12:01:20 +02:00
Theo Arends 1b8adc2eef
Merge pull request #3608 from ascillato/patch-1
Add time parameters as variable comparison
2018-08-27 10:09:56 +02:00
Adrian Scillato f70e4ab783
Added time parameters as variable comparison
Added %sunrise%, %sunset%, %uptime% and %time% to be used in rules comparison like:

on Time#Initialized do backlog event checksunrise=%time%; event checksunset=%time% endon
on event#checksunset>%sunset% do power3 1 endon
on event#checksunrise<%sunrise% do power3 1 endon
2018-08-27 04:59:17 -03:00
Theo Arends 2228ae46c0
Merge pull request #3606 from andrethomas/development
Update MCP230xx flash usage information
2018-08-27 09:43:59 +02:00
Theo Arends 5e1e901010
Merge pull request #3604 from ascillato/patch-1
KNX: Automatic Multicast Library Selection
2018-08-27 09:43:22 +02:00
Theo Arends e7b9af79fe
Merge pull request #3603 from ascillato/patch-2
Platformio - Added Optional Configurations
2018-08-27 09:42:44 +02:00
andrethomas 44c62fde40
Update MCP230xx flash usage information
Update MCP230xx flash usage information
2018-08-27 08:12:33 +02:00
Adrian Scillato 2b0745ed6c
Added Optional Configurations 2018-08-27 02:54:11 -03:00
Adrian Scillato 84a715dc9b
KNX: Automatic Multicast Library Selection 2018-08-27 02:27:41 -03:00
Adrian Scillato 960c2e32fc
KNX: Automatic Multicast Library Selection 2018-08-27 02:26:21 -03:00
Adrian Scillato 3d50c87c9d
Added Optional Configurations 2018-08-27 02:18:10 -03:00
Theo Arends ea43540b43 Update WS2812 driver
Update WS2812 driver for new state time
2018-08-26 17:32:49 +02:00
Theo Arends bbd2529914 Sleep fixes part 2 and 3 of 3
* Change scheduler phase 2/3 - Fixed when sleep is enabled: Blinktime (#3581)
 * Change scheduler phase 3/3 - Some sensor update timings: AdcEvery 200 -> 250, Senseair 300 -> 250, SDM120 300 -> 250, SDM630 300 -> 250
2018-08-26 17:10:18 +02:00
Theo Arends f090050e69 6.1.1.11 - Sleep fixes part 1
6.1.1.11 20180826
 * Change scheduler phase 1 - Fixed when sleep is enabled: Uptime, Delay, PulseTime and TelePeriod (#3581)
2018-08-26 15:42:35 +02:00
Theo Arends a434051be1
Merge pull request #3597 from andrethomas/development
MCP230xx - Resolve compiler warnings
2018-08-26 14:05:32 +02:00
andrethomas 45abaabb1e MCP230xx - Resolve compiler warnings 2018-08-26 13:38:43 +02:00
Theo Arends df157872a6
Merge pull request #3595 from Frogmore42/development
add upload_resetmethod to all targets
2018-08-26 10:11:40 +02:00
Neel Malik e70ef8336e back to alphabetical 2018-08-25 15:15:27 -07:00
Neel Malik a61b0599d9 Make Travis try again 2018-08-25 15:12:39 -07:00
Neel Malik b00658ace8 add upload_resetmethod to all targets 2018-08-25 14:49:59 -07:00
Theo Arends c5769094c9
Merge pull request #3593 from ascillato/patch-1
Added command PUBLISH2 to send retained MQTT msg
2018-08-25 23:26:29 +02:00
Theo Arends fccb77f93a
Merge pull request #3589 from andrethomas/development
MCP230xx - Extend sensor29 commands
2018-08-25 23:25:39 +02:00
Theo Arends 33e9953671
Merge pull request #3592 from ascillato/patch-2
Updated Troubleshooting Template
2018-08-25 23:25:03 +02:00
Adrian Scillato 314db26f54
Added command PUBLISH2 to send retained MQTT msg
Solves #2861, #2851 and #3428
2018-08-25 17:46:34 -03:00
Adrian Scillato 9eb49bf8a5
Updated Troubleshooting Template 2018-08-25 17:02:40 -03:00
andrethomas 455bf1f3c1 MCP230xx - Extend sensor29 commands 2018-08-25 21:15:41 +02:00
Theo Arends cb8dec9622
Merge pull request #3586 from ascillato/patch-1
Format Correction in Support Information
2018-08-25 15:54:34 +02:00
Adrian Scillato 3a473ce606
Format Correction in Support Information 2018-08-25 10:53:13 -03:00
Theo Arends 86c3cf094c
Merge pull request #3584 from ascillato/patch-2
Add Chat Channel Link to ReadMe and Troubleshooting Template
2018-08-25 15:27:29 +02:00
Adrian Scillato 8193f3ab37
Bug Report - Update format 2018-08-25 10:24:09 -03:00
Adrian Scillato 6796a2970c
Added Discord Chat Channel 2018-08-25 10:19:30 -03:00
Adrian Scillato 47c931fc84
Added Discord Chat Channel 2018-08-25 10:15:24 -03:00
Theo Arends 4defda2f1a Rewrite some GPIO options
Rewrite GPIO options ButtonXn, SwitchXn and CounterXn to select INPUT mode instead of INPUT_PULLUP
2018-08-25 13:08:06 +02:00
Theo Arends 1c14015f63 Update feature list
Update feature list
2018-08-25 12:26:36 +02:00
Theo Arends 48668bce7b 6.1.1.10 - Disable core 2.4.2 sleep
Disable wifi sleep for both Esp8266/Arduino core 2.4.1 and 2.4.2 to solve device freeze caused by Espressif SDK bug (#3554)
2018-08-25 11:59:21 +02:00
Theo Arends 21e731f69d Fix MCP230XX regression
Fix MCP230XX functional regression (#3579)
2018-08-25 11:38:32 +02:00
Theo Arends 134dabe2ac
Merge pull request #3579 from andrethomas/development
MCP230xx - For the love of brackets :))
2018-08-24 22:54:41 +02:00
andrethomas e59fec0fea MCP230xx - For the love of brackets :)) 2018-08-24 21:24:43 +02:00