Commit Graph

2367 Commits

Author SHA1 Message Date
Xose Pérez
5d5e9155e5 Merge pull request #1603 from ElderJoy/thermostat
Add thermostat module
2019-03-25 12:23:11 +01:00
Xose Pérez
fe67fb61af Merge pull request #1645 from Niek/relay-mqtt-reporting
Add option to disable relay reporting to MQTT
2019-03-25 11:57:37 +01:00
Xose Pérez
cf4d220ee0 Merge pull request #1648 from CraigMarkwardt/sensor-custom-decimals
Sensors can determine precision of their magnitudes
2019-03-25 11:34:23 +01:00
Xose Pérez
7c930669dd Merge pull request #1649 from mcspr/event-sensor/multiple-gpio-intr
Event sensor: do not detach existing interrupts
2019-03-25 11:30:54 +01:00
Indu Prakash
d1c852eee5 Fix for #1653 2019-03-25 05:05:06 -05:00
Niek van der Maas
83dc391208 Use mqttForward() instead 2019-03-25 10:34:25 +01:00
Max Prokhorov
38a950c294 fix comment about clock cycles 2019-03-23 09:25:38 +03:00
Max Prokhorov
79c6263284 Event sensor: do not detach existing interrupts 2019-03-23 07:38:31 +03:00
Craig Markwardt
8d52078bcb Modify BaseSensor so that each sensor knows number of decimals to represent its magnitude types; update sensor.ino to take advantage of this knowledge; sensors BMX280 and Dallas OneWire are updated with this knowledge; tested with BME280 and Dallas DS18B20 sensors 2019-03-22 12:22:06 -04:00
Niek van der Maas
88135a67b3 Added in relayToggle() as well 2019-03-22 13:53:00 +01:00
Xose Pérez
0987e01950 Allow to configure all LEDs from UI (#1429) 2019-03-21 22:31:11 +01:00
Xose Pérez
13fb5fa929 Using espurna.io as CORS domain 2019-03-21 22:30:13 +01:00
Xose Pérez
546c8f09b2 Update Copyright notice 2019-03-21 17:17:33 +01:00
Xose Pérez
1f2577a4ef Update README.md 2019-03-21 17:01:29 +01:00
Niek van der Maas
a072ada7ae Add option to disable relay reporting to MQTT 2019-03-21 12:40:38 +01:00
Xose Pérez
3b21e59635 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2019-03-20 21:01:26 +01:00
AlbertWeterings
b9029020a5 CSE7766: Add reactive power calculation (#1591)
* Add reactive power calculation and bring output to in line with HLW8012 sensor based units

* Update CSE7766Sensor.h
2019-03-18 10:22:17 +03:00
Xose Pérez
0686e048a9 Cleaning up arduino.h file 2019-03-15 09:00:44 +01:00
Xose Pérez
da1c4f4947 Split core configurations between non-core modules and ui modules 2019-03-15 08:36:09 +01:00
Ctrl-F4
b0d47b4cd7 Fix relay provider setting of Xiaomi Smart Desk Lamp (#1627)
fixes #1621
2019-03-13 16:05:10 +03:00
Dmitry Blinov
870f311414 Merge remote-tracking branch 'xoseperez/dev' into thermostat 2019-03-10 19:24:21 +02:00
Zebble
ea5bd90cc7 Added LITESUN LA-WF3 support. (#1618)
* Added LITESUN LA-WF3 support.

Support for LITESUN LA-WF3 / Costco Charging Essentials wall socket.

* Added LITESUN LA-WF3 support.

Support for LITESUN LA-WF3 / Costco Charging Essentials wall socket.

* LITESUN_LA_WF3 hardware.h

* LITESUN_LA_WF3 platformio.ini
2019-03-10 04:56:45 +03:00
brmo
33945e4ca8 Added Teckin SP20 Power Plug. (#1611)
* Added Teckin SP20 Power Plug

* Added Teckin SP20 to hardware
2019-03-10 03:06:38 +03:00
Max Prokhorov
1507c9e5d5 relay: mqttGroupSync is no longer bool 2019-03-09 16:59:49 +03:00
Max Prokhorov
8de61598f6 Fix ESP.eraseConfig() when using Core 2.3.0 (#1595, #1616) 2019-03-09 16:57:52 +03:00
Max Prokhorov
4405b419e1 Pin ArduinoJson version (#1613) 2019-03-08 14:20:29 +03:00
Dmitry Blinov
add499e245 Update custom.js 2019-03-08 01:57:53 +02:00
Dmitry Blinov
cb582b711d Update custom.js 2019-03-08 01:42:19 +02:00
Dmitry Blinov
376205c9bb Merge branch 'dev' into thermostat
# Conflicts:
#	code/espurna/config/webui.h
#	code/espurna/data/index.all.html.gz
#	code/espurna/data/index.light.html.gz
#	code/espurna/data/index.rfbridge.html.gz
#	code/espurna/data/index.rfm69.html.gz
#	code/espurna/data/index.sensor.html.gz
#	code/espurna/data/index.small.html.gz
#	code/espurna/espurna.ino
#	code/espurna/static/index.all.html.gz.h
#	code/espurna/static/index.light.html.gz.h
#	code/espurna/static/index.rfbridge.html.gz.h
#	code/espurna/static/index.rfm69.html.gz.h
#	code/espurna/static/index.sensor.html.gz.h
#	code/espurna/static/index.small.html.gz.h
#	code/espurna/web.ino
#	code/gulpfile.js
#	code/html/index.html
2019-03-08 01:35:36 +02:00
Dmitry Blinov
ec39ac5c88 Fix conflicts:
1. Add thermostat to the espurna_modules in progmem.h
2. Add thermostat to webui, gulp, html, js.
3. in general.h MQTT_USE_JSON returned to 0 by default and 1 if thermostat enabled.
2019-03-08 01:02:11 +02:00
Max Prokhorov
07ba3ff2d5 domoticz: fix basic switch nvalue
fixes #1606

When ON domoticz sends:
value >= 1 for lights
value == 1 for basic switches
2019-03-07 11:21:37 +03:00
Xose Pérez
9955a67dbb Merge pull request #1468 from foxel/lightfox-dual
LightFox dual support
2019-03-05 19:26:04 +01:00
Andrey F. Kupreychik
609e047f95 Merge remote-tracking branch 'xoseperez/dev' into lightfox-dual 2019-03-05 22:44:29 +07:00
tsymbaliuk
2832dc7552 Allow to set relative brightness and relative color in mireds through command using +N and -N notation 2019-03-05 00:08:33 +02:00
Xose Pérez
b878c71306 Support for Digoo/Oxaoxe NX-SP202 (#1502) 2019-03-04 19:40:49 +01:00
markusrudolf
b0ee48edf9 HAMA outlet model number 00176552 (#1598)
* Implemented HAMA outlet model number 00176552. There is a identical one looking exactly the same but with different part number

Signed-off-by: Markus Rudolf <info@markusrudolf.de>
2019-03-04 00:26:52 +03:00
Dmitry Blinov
af07494f00 Add thermostat module 2019-03-03 12:17:34 +02:00
Eugene Schava
e62d0df9be MH-Z19 auto-calibration setting (#1580 , #1592) 2019-03-01 22:35:36 +03:00
Max Prokhorov
3018b9ffe7 domoticz: fix always true relay match condition 2019-03-01 22:33:58 +03:00
Max Prokhorov
886af1ad07 domoticz: less debugging for lights code 2019-03-01 22:33:58 +03:00
Xose Pérez
5c0abca719 Version 1.13.6-dev 2019-02-27 01:04:48 +01:00
Xose Pérez
906ec9bfd4 Version 1.13.5 2019-02-27 01:01:41 +01:00
Xose Pérez
eedab0d020 Merge pull request #1584 from xoseperez/mcspr-patch-1
Send brightness to websocket
2019-02-27 00:58:45 +01:00
CraigMarkwardt
6fc1f19720 Better documentation of BMX280 settings 2019-02-26 13:12:38 -05:00
Max Prokhorov
d87f6124c9 Send brightness to websocket
fixup 868d153f lights status refactor
2019-02-26 16:03:04 +03:00
Xose Pérez
5bb852834e Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579) 2019-02-26 08:49:53 +01:00
Xose Pérez
dbb34e4e77 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2019-02-26 05:00:18 +01:00
Xose Pérez
92e10943bb Avoid websocket ping back on fw upgrade via web UI form (#1574) 2019-02-26 05:00:07 +01:00
Xose Pérez
dd6e446320 Merge pull request #1547 from abmantis/ha_discovery_devices
Add unique id and device for better HA UI integration
2019-02-26 04:30:36 +01:00
Xose Pérez
0512fdd6f6 Merge pull request #1576 from mcspr/wifi/sleep-setting
Set wifi sleep mode from settings
2019-02-26 03:33:46 +01:00