206355b3ec
group restore/interim fix
2019-09-14 06:53:04 +03:00
4b1be34561
modbus retry issue, core fixes (cold restore issues)
2019-08-29 16:35:56 +03:00
549bd6527c
TOGGLE input re-intrrable issue fixed double toggling
2019-08-29 01:06:07 +03:00
90965aad85
commands are case insensetive now
...
new commands for HVAC/Thermostates
core logic fixes: Group channel logic& stats
RGBx color change cmd will turn chan on
Modbus fm driver shutdown on alarm deadlock fixed
hsv bit flag in channels RAM profile added
MQTT send empty command for OH fixed
ON for thermostat causes HEAT string to stat topic (to be compatible
with homekit & home assistant)
2019-08-21 23:20:43 +03:00
a001bd9e35
HomeKit (HomeBridge) compatible thermostat now.
...
Small bugfixes & cleanup
2019-08-13 23:26:17 +03:00
209cba2352
getFlag/setFlag/clearFlag added (cmd ext refactoring)
2019-08-13 12:30:58 +03:00
1e06556fe5
pre-sendStatus routine refactoring commit
2019-08-13 03:37:02 +03:00
94810689c2
Split connand and value topics. 1st attempt
2019-08-10 23:20:23 +03:00
fa1127190c
just working adddress led
2019-08-01 20:03:37 +03:00
fb64394571
driver status, setup, stop
2019-07-19 13:52:52 +03:00
a24e56e941
generic output channel and first example on SPI LED
2019-07-19 01:11:48 +03:00
5c4b1512bb
abstract ch defs
2019-07-16 22:00:11 +03:00
c78891a423
modbus pooling/tomeout fix
2019-07-14 01:44:06 +03:00
088a4b0397
channels abstraction changed
2019-07-14 01:11:23 +03:00
1919d3c210
simple analog mapping fix (& binaries)
2019-06-29 16:35:45 +03:00
ea67d46810
minor fix & binaries
2019-06-27 10:32:13 +03:00
e6f8e3f9d0
Fix & binaries
2019-06-27 00:21:51 +03:00
3542ba1a6a
analog mapping return float value now
...
noize parameter working against input of mapping translation
2019-06-26 23:35:55 +03:00
d7e4181377
ESP8266 EEPROM commit for CLI commands pwd, get, ip added
2019-06-16 23:26:35 +03:00
fda79ea55f
static ip is working again
2019-06-15 01:13:51 +03:00
20fa427377
EEPROM alligned
2019-06-11 15:32:23 +03:00
b5c6c3a618
Default modbus serial param to N81
...
Optimized DUE flash saving routine
2019-06-11 15:17:45 +03:00
cf4f688b4b
firmware upload scripts for osx
...
some debug code removed
2019-06-09 02:04:18 +03:00
ea088ca47d
M5STACK platform added
2019-06-01 11:37:28 +03:00
1303c106b5
First sucsessfull working build on NRF52840+Wiznet5500
2019-05-12 18:09:39 +03:00
dc4215deaf
Publish while MQTT connection pending caused hungs/WDT sometime - fixed
...
Default set 0 to all DMX out channels (include unused)
2019-05-04 18:49:03 +03:00
3708311e07
Critical: hdc1080 sensor stack overflow fixed
2019-05-01 22:36:58 +03:00
bd47e11a47
ESP compilation fixed
2019-04-30 15:12:41 +03:00
7cb0492a30
Now MQTT compatible with test.mosquitto.org free broker (empty User vs NULL user)
...
Few analog-in fixes. ESP32 compilation broken due doard definition
changed. Trying to workaround it
2019-04-30 12:51:57 +03:00
29a95f79c0
fix
2019-04-26 03:59:47 +03:00
5d0fe62f71
fix
2019-04-26 03:23:42 +03:00
fb3d532e2f
MAC generaton for DUE changed (more enthropy)
...
http config URI MUST start with /cnf now
2019-04-26 03:19:56 +03:00
4c65015327
thermostat & status submit interval increased
2019-04-25 19:17:50 +03:00
fd19c42cf0
Critical thermostat initialization bug fixed
2019-04-24 13:05:21 +03:00
9d59d6cf60
Lighthub hardware v2.1 added as platformio environment
2019-04-21 11:54:04 +03:00
03ea4dddd1
NodeRed Dashbord color picker compatible parser now
...
(tolerant to MQTT payload arrays like here):
[myhome/in/kuh/set] hsv(65, 100%, 86%)
Item=kuh Sub=1 Cmd=0 Par= <65> <100> <86>
2019-04-09 00:48:20 +03:00
1d8485391e
Wifi manager timeout decreased to 30 sec if wifi disconnected after normal operation
...
(Timeout after cold reboot stay 180 sec)
2019-04-07 00:50:00 +03:00
2c2657799d
Environment nrf52840 [SUCCESS]
...
Environment esp32 [SUCCESS]
Environment due [SUCCESS]
Environment megaatmega2560 [SUCCESS]
Environment esp8266 [SUCCESS]
Environment megaatmega2560-net [SUCCESS]
Environment due-5500 [SUCCESS]
Environment controllino [SUCCESS]
Environment stm32 [SUCCESS]
2019-04-07 00:43:48 +03:00
5d46dd5807
few cleanup
2019-04-07 00:12:13 +03:00
3d598a1217
More stability: MQTT Publish suppressed if input Loop invoked from ethernet Idle (reentrance issue? low-memory for stack?)
...
Side effects - some MQTT publishings may lost
Watchdog enabled when MQTT connection pending
2019-04-06 23:53:59 +03:00
ebc908a3a1
Post-merge fix: no local item control without emit tag, i2c scan fixed and removed
...
significant stability improvements: config re-load cleanup, MQTT submit
only if connected (ESPx very sensetive on it)
new: negative relay pin# - output invertion
2019-04-06 22:53:36 +03:00
8bf3c86a92
Manually merged pull request "Is dev #39
...
anklimov:develop from livello:is-dev
-Domotics fixed
-i2c bus scan
-Soft reboot on most platforms (except NRF & STM32)
2019-04-02 12:06:50 +03:00
e65241e201
Wifi Fix
2019-04-02 01:31:38 +03:00
eb29e4f227
Add some WIFI respawning & relability improvements for ESPx
...
MEGA compilation error fixed
2019-04-01 01:58:29 +03:00
dc16a663ec
More control and relability
2019-03-31 11:18:45 +03:00
9b1c2e5889
ccs811 & hdc1080 integration done
...
mqtt publish to abstrchin added
http connection error threating for ESPx, DUE, STM fixed
ESP8266 pin conflict between sensor WAK and DMX OUT fixed
DHT begin added
2019-03-30 20:20:32 +03:00
b30b9346fb
Input modularity deployed (see lighthub/modules)
...
CCS811 & HDC1080 almost developed as Input module
Inputs core refactored
2019-03-25 02:04:48 +03:00
db29ee566c
ESP8266 fix (autoretrieve conf if 404)
...
flash (aJson update required)
2019-03-24 03:01:18 +03:00
8b56ea4378
MAC address setup refactored (for ESPx and DUE - embedded addresses by default)
2019-03-24 01:46:10 +03:00
8b9584f975
STM32 fix&slim, Wifi manager ESP32, compiled binaries updated for all platforms
2019-03-23 22:26:58 +03:00