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
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
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
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
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
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
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
Xose Pérez
0e49920115
Merge pull request #1578 from mcspr/rfb/fixup
...
rfbridge: fix webui codes parsing
2019-02-26 03:33:05 +01:00
Max Prokhorov
61411b2002
rfbridge: fix webui codes parsing
2019-02-25 17:57:06 +03:00
Max Prokhorov
3d8c1bc5d3
Fix PZEM004TSensor pointer use
2019-02-25 17:26:03 +03:00
Max Prokhorov
5db1523e20
Fix warning
2019-02-25 16:18:55 +03:00
Max Prokhorov
3c1cfbfdbe
Set wifi sleep mode from settings
2019-02-25 09:01:09 +03:00
Max Prokhorov
a02eb5c4ab
Revert loopDelay dependency on wifi sleep mode
2019-02-25 09:01:09 +03:00
Xose Pérez
2dc74c3eb1
Fix BSSIDs in scan output ( #1567 )
2019-02-25 06:35:21 +01:00
Xose Pérez
a7aa8363e4
Fix RFBridge not showing codes in web UI as per @mcspr suggested change ( #1571 )
2019-02-25 06:30:05 +01:00
Xose Pérez
24b3aee840
Merge branch 'dev' of github.com:xoseperez/espurna into dev
2019-02-25 06:28:04 +01:00
Xose Pérez
1e831a0dd8
Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor ( #1573 )
2019-02-25 06:27:29 +01:00
Xose Pérez
c94984b360
Merge pull request #1569 from mcspr/bump
...
Version 1.13.5-dev
2019-02-25 06:14:20 +01:00