0b73882f
Update BMX280Sensor by
2019-04-10 12:46:26 +0300
24c48268
Default to one BMX280 sensor by
2019-04-10 12:43:28 +0300
40a8717e
Merge pull request #1679 from Niek/dev by
2019-04-08 23:46:46 +0200
60abd560
Merge branch 'dev' of github.com:xoseperez/espurna into dev by
2019-04-08 12:57:22 +0200
d00c2b5e
Fix energy storage when units different from joules by
2019-04-08 12:57:11 +0200
29d8e8fc
Merge remote-tracking branch 'upstream/dev' into dev by
2019-04-05 11:32:02 +0200
903ceb1e
Use local includes for NtpClient wrapper by
2019-04-03 18:39:32 +0300
eb504e5f
Fix Travis failing with INFLUXDB_SUPPORT by
2019-04-03 18:38:52 +0300
67324874
MAX6675: default pins and SENSOR_SUPPORT dependency (#1646, #1666) by
2019-04-04 21:51:06 +0300
b3abd0d6
Send RF MQTT message with retain off by
2019-04-04 16:45:45 +0200
edef1631
Merge pull request #1665 from mcspr/cse7766-count by
2019-03-29 13:52:44 +0100
976be218
Merge branch 'dev' of github.com:xoseperez/espurna into dev by
2019-03-29 13:50:56 +0100
51703f6e
Fix some issues with 2.5 (#1565) by
2019-03-29 13:50:07 +0100
0a8b2aba
Merge pull request #1664 from mcspr/pio/silence-uart by
2019-03-29 13:46:27 +0100
594e9788
fix cse7766 magnitude count by
2019-03-29 15:43:28 +0300
20269fca
Still not compiling with 2.5 by
2019-03-29 13:24:33 +0100
32615a43
Merge remote-tracking branch 'origin/dev' into pio/silence-uart by
2019-03-29 15:21:13 +0300
8cc389fc
no need to conditionally redefine symbols by
2019-03-29 15:19:29 +0300
504b45a8
Fix compile typo by
2019-03-29 13:15:35 +0100
b74e02ea
Merge pull request #1647 from CraigMarkwardt/bmx280-second-sensor by
2019-03-29 13:05:12 +0100
fa449082
fix typo and link order by
2019-03-29 12:24:51 +0300
76563d47
Add relevant hardware by
2019-03-29 11:10:34 +0300
f2ad3715
special dummy printf to disable Serial using some boards by
2019-03-29 11:05:11 +0300
175fcbf6
Support for WPS in core build. Using UNUSED macro to prevent warnings by
2019-03-29 07:53:39 +0100
769d677d
Merge pull request #1662 from Niek/relay-mqtt-reporting by
2019-03-29 05:52:59 +0100
89a17313
Fix building without MQTT_SUPPORT by
2019-03-27 20:51:44 +0100
0f8f3a1d
Change from BMX280_ADDRESS2 notation to BMX280_NUMBER for number of sensors by
2019-03-26 09:35:56 -0400
b5748c9c
Up to two BMX280 sensors are allowed on a single I2C bus, with addresses 0x76 and 0x77. Currently espurna only supports one of them. by
2019-03-26 09:29:05 -0400
21de702b
Fix dupplicate key in platformio.ini by
2019-03-25 20:10:31 +0100
b00b159e
Do not check line-end-style in web UI builder (#1657) by
2019-03-25 13:46:25 +0100
e037dd15
Merge pull request #1642 from mcspr/ntp/async-state by
2019-03-25 12:43:30 +0100
a9b9a11b
Merge branch 'mcspr-webui/switch-typo' into dev by
2019-03-25 12:41:37 +0100
9c3a6e65
Merge branch 'webui/switch-typo' of https://github.com/mcspr/espurna into mcspr-webui/switch-typo by
2019-03-25 12:41:28 +0100
8f479810
Merge branch 'foxel-sync_first' into dev by
2019-03-25 12:39:47 +0100
f40b6216
Merge branch 'sync_first' of https://github.com/foxel/espurna into foxel-sync_first by
2019-03-25 12:39:35 +0100
019dc359
Merge pull request #1641 from irmishappy/patch-1 by
2019-03-25 12:26:50 +0100
59e8fc21
Merge pull request #1650 from ColinShorts/dev by
2019-03-25 12:25:48 +0100
5d5e9155
Merge pull request #1603 from ElderJoy/thermostat by
2019-03-25 12:23:11 +0100
fe67fb61
Merge pull request #1645 from Niek/relay-mqtt-reporting by
2019-03-25 11:57:37 +0100
cf4d220e
Merge pull request #1648 from CraigMarkwardt/sensor-custom-decimals by
2019-03-25 11:34:23 +0100
7c930669
Merge pull request #1649 from mcspr/event-sensor/multiple-gpio-intr by
2019-03-25 11:30:54 +0100
dcdc0ba4
Merge pull request #1656 from InduPrakash/dev by
2019-03-25 11:24:14 +0100
d1c852ee
Fix for #1653 by
2019-03-25 05:05:06 -0500
83dc3912
Use mqttForward() instead by
2019-03-25 10:34:25 +0100
c3a0a701
Adding support for Generic GU10 from #1549 by
2019-03-23 09:53:45 +0000
6c2d191d
Merge pull request #1 from xoseperez/dev by
2019-03-23 09:43:28 +0000
38a950c2
fix comment about clock cycles by
2019-03-23 09:25:38 +0300
79c62632
Event sensor: do not detach existing interrupts by
2019-03-23 07:38:31 +0300
920c205d
spaces by
2019-03-23 06:41:55 +0300
58d911d3
Merge remote-tracking branch 'origin/dev' into webui/switch-typo by
2019-03-23 06:39:38 +0300
8d52078b
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 by
2019-03-22 12:07:36 -0400
e4ed2439
sensors - allow a second BMX280 sensor by
2019-03-22 11:15:07 -0400
88135a67
Added in relayToggle() as well by
2019-03-22 13:53:00 +0100
0987e019
Allow to configure all LEDs from UI (#1429) by
2019-03-21 22:31:11 +0100
13fb5fa9
Using espurna.io as CORS domain by
2019-03-21 22:30:13 +0100
546c8f09
Update Copyright notice by
2019-03-21 17:17:33 +0100
1f2577a4
Update README.md by
2019-03-21 17:01:29 +0100
a072ada7
Add option to disable relay reporting to MQTT by
2019-03-21 12:40:38 +0100
ad2ecc45
Generate sync interval exactly once by
2019-03-21 05:57:57 +0300
49442740
WebUI: selector typo by
2019-03-21 05:14:11 +0300
7bff68b7
dummy return value to fix warning by
2019-03-21 04:35:53 +0300
91cbba34
Update NTP by
2019-03-21 03:33:51 +0300
3b21e596
Merge branch 'dev' of github.com:xoseperez/espurna into dev by
2019-03-20 21:01:26 +0100
72da0012
update GREEN_ESP8266RELAY button1 mode by
2019-03-20 20:21:25 +0200
b9029020
CSE7766: Add reactive power calculation (#1591) by
2019-03-18 08:22:17 +0100
0686e048
Cleaning up arduino.h file by
2019-03-15 09:00:44 +0100
da1c4f49
Split core configurations between non-core modules and ui modules by
2019-03-15 08:36:09 +0100
ec4883a4
Update README.md (#1623) by
2019-03-13 14:05:30 +0100
b0d47b4c
Fix relay provider setting of Xiaomi Smart Desk Lamp (#1627) by
2019-03-13 14:05:10 +0100
870f3114
Merge remote-tracking branch 'xoseperez/dev' into thermostat by
2019-03-10 19:24:21 +0200
ea5bd90c
Added LITESUN LA-WF3 support. (#1618) by
2019-03-09 20:56:45 -0500
33945e4c
Added Teckin SP20 Power Plug. (#1611) by
2019-03-09 16:06:38 -0800
1507c9e5
relay: mqttGroupSync is no longer bool by
2019-03-09 16:59:49 +0300
8de61598
Fix ESP.eraseConfig() when using Core 2.3.0 (#1595, #1616) by
2019-03-09 16:57:52 +0300
4405b419
Pin ArduinoJson version (#1613) by
2019-03-08 14:20:29 +0300
add499e2
Update custom.js by
2019-03-08 01:57:53 +0200
cb582b71
Update custom.js by
2019-03-08 01:42:19 +0200
376205c9
Merge branch 'dev' into thermostat by
2019-03-08 01:35:36 +0200
ec39ac5c
Fix conflicts: by
2019-03-08 01:02:11 +0200
07ba3ff2
domoticz: fix basic switch nvalue by
2019-03-07 11:21:37 +0300
bf705b28
SYNC_FIRST mode by
2019-03-05 22:39:37 +0700
9955a67d
Merge pull request #1468 from foxel/lightfox-dual by
2019-03-05 19:26:04 +0100
dfef2499
Merge pull request #1607 from tsymbaliuk/dev by
2019-03-05 19:11:50 +0100
609e047f
Merge remote-tracking branch 'xoseperez/dev' into lightfox-dual by
2019-03-05 22:44:29 +0700
2832dc75
Allow to set relative brightness and relative color in mireds through command using +N and -N notation by
2019-03-03 09:48:04 +0200
b878c713
Support for Digoo/Oxaoxe NX-SP202 (#1502) by
2019-03-04 19:40:49 +0100
b0ee48ed
HAMA outlet model number 00176552 (#1598) by
2019-03-03 22:26:52 +0100
af07494f
Add thermostat module by
2019-03-02 15:50:46 +0200
e62d0df9
MH-Z19 auto-calibration setting (#1580 , #1592) by
2019-03-01 21:35:36 +0200
3018b9ff
domoticz: fix always true relay match condition by
2019-02-27 17:42:29 +0300
886af1ad
domoticz: less debugging for lights code by
2019-02-27 17:41:18 +0300
5c0abca7
Version 1.13.6-dev by
2019-02-27 01:04:48 +0100
9cc2c4e1
Update README.md by
2019-02-27 01:03:42 +0100
83195fdf
(tag: 1.13.5)
Update README.md by
2019-02-27 01:02:11 +0100
906ec9bf
Version 1.13.5 by
2019-02-27 01:01:41 +0100
eedab0d0
Merge pull request #1584 from xoseperez/mcspr-patch-1 by
2019-02-27 00:58:45 +0100
85795ae2
Merge pull request #1585 from CraigMarkwardt/patch-1 by
2019-02-27 00:58:26 +0100
6fc1f197
Better documentation of BMX280 settings by
2019-02-26 13:12:38 -0500
d87f6124
Send brightness to websocket by
2019-02-26 16:03:04 +0300
ec7e5848
Update changelog 2019-02-26 by
2019-02-26 09:07:34 +0100