Theo Arends
8e3540d58d
Merge pull request #7405 from to-scho/hotfix/shutter_calibration_command_add_response
...
Add response to ShutterCalibration command
2020-01-02 14:40:25 +01:00
Theo Arends
7ca423da92
Merge pull request #7406 from to-scho/hotfix/shutter_pos_to_percentage_fix
...
Wrong shutter percentage reporting
2020-01-02 14:39:19 +01:00
Theo Arends
7ea9204425
Add some info to Prometheus file
2020-01-02 14:17:49 +01:00
to-scho
a9a5c33327
Wrong shutter percentage reporting
...
With calibrated shutters and ShutterPosition<x> 100 the resulting position may not be 100. This is due to 2 issues. a) percentage is calculated wrong from position due to numerical precision. b) real_position and subsequently position after movement is slightly smaller than max_position.
a) is fixed here by avoiding calculation when position is equal to calibration point
b) open, not fixed here. Issue further depends on start_position which makes it hard to reproduce. Maybe 'stop_position_delta=20' results is real_position not reaching max_position.
2020-01-02 12:46:12 +01:00
to-scho
f2a89605af
Add response to ShutterCalibration command
...
When ShutterCalibration<x> is called without any arguments no response was given before that allows to read out setting like for other commands. Workaround was to call ShutterRelay<x> <y>.
2020-01-02 12:37:07 +01:00
Theo Arends
01b5df9651
Add optional support for Prometheus
...
Add optional support for Prometheus using file xsns_91_prometheus.ino (#7216 )
2020-01-01 17:17:10 +01:00
Hadinger
579a76ced6
Fix Improved fade linearity with gamma correction
2020-01-01 16:11:36 +01:00
Theo Arends
287b3b97f1
Fix some display issues
...
- Fix LCD line and column positioning (#7387 )
- Fix Display handling of hexadecimal escape characters (#7387 )
2020-01-01 15:13:58 +01:00
Theo Arends
b05301b149
Refactor change
2019-12-31 17:24:47 +01:00
Theo Arends
c13b755a59
Fix addition of backlog to IF clause
...
Fix addition of backlog to IF clause (#7342 )
2019-12-31 17:17:30 +01:00
Theo Arends
5281725b9b
Raise max valid load from 3.68 to 4kW
...
Raise max valid load from 3.68 to 4kW (#7155 )
2019-12-31 15:34:27 +01:00
Theo Arends
8aa9109656
Happy New Year
...
Happy New Year
2019-12-31 14:23:34 +01:00
Bohdan Kmit
df9781d71e
Use symbolic chars in WebUI for Ukrainian language (µ,Ω,³,₂)
2019-12-31 15:12:27 +02:00
localhost61
9e1a595d58
Use symbolic chars in WebUI for all languages (µ,Ω,³,₂)... but keep MHZ
2019-12-30 19:57:09 +01:00
Theo Arends
1e06976eee
Merge pull request #7039 from ahoiahoi/domoticz-shutter
...
domoticz blinds -> tasmota support
2019-12-30 17:00:38 +01:00
Theo Arends
a6cecfcb79
Add support for ADC0 Current Transformer
...
- Bump version to 8.1.0.2
- Add support for ``AdcParam`` parameters to control ADC0 Current Transformer Apparent Power formula by Jodi Dillon (#7100 )
2019-12-30 16:42:53 +01:00
Staars
5d10b92c54
change height to altitude
2019-12-30 16:20:21 +01:00
Theo Arends
1526a59162
Refactor HotPlug
2019-12-30 14:23:37 +01:00
Theo Arends
3fabf6d2f9
Merge pull request #7368 from BASM/hotplug
...
HotPlug for sensors support added
2019-12-30 12:48:51 +01:00
Jason2866
2d99eca6e8
u in µ and m3 in m³
2019-12-30 12:03:14 +01:00
Leonid Muravjev
ed5330169a
HotPlug for sensors support added
2019-12-29 23:10:53 +03:00
Theo Arends
6bba9df362
Merge pull request #7370 from Staars/ubx
...
add error checking for init and loops
2019-12-29 20:48:20 +01:00
Staars
6c189b40bf
add error checking for init
2019-12-29 19:41:31 +01:00
Jason2866
b7d2045c21
Wrong spelling Particles
2019-12-29 17:26:45 +01:00
gemu2015
858103e082
support for hm17 (v110) and hm10 (V609)
2019-12-29 16:49:36 +01:00
Theo Arends
df944ed058
Fix Serial initialization regression
...
Fix Serial initialization regression from previous fix
2019-12-29 13:27:48 +01:00
Theo Arends
d627de5d76
Merge pull request #7364 from stefanbode/patch-9
...
Fixed infinite loop bug
2019-12-29 10:32:29 +01:00
stefanbode
ddbca8e393
Update xdrv_27_shutter.ino
...
Fix infinite loop for shutter
2019-12-29 16:19:26 +07:00
Theo Arends
0c9c41b10f
Merge pull request #7361 from s-hadinger/white_more_fixes
...
More White fixes
2019-12-29 08:53:00 +01:00
stefanbode
9974d29726
Update xdrv_27_shutter.ino
...
Minor fix in recognizing stepper
2019-12-29 13:04:34 +07:00
Adrian Scillato
8e2b60d3b9
Merge pull request #7362 from ascillato/patch-1
...
Update Spanish Translation
2019-12-28 19:51:22 -03:00
Adrian Scillato
fd5c087106
Update Spanish Translation
2019-12-28 19:23:38 -03:00
Hadinger
1f57af1d12
More White fixes
2019-12-28 22:59:20 +01:00
Jason2866
990ee2e0bc
Translate Script
2019-12-28 22:44:55 +01:00
Hadinger
e089ded193
Fix `White` added to light status ( #7142 )
2019-12-28 22:32:08 +01:00
Bohdan Kmit
7a49f523e7
Make scripter configuration interface localizable
...
Add tasmota-script build environment and travis entry
2019-12-28 22:32:26 +02:00
stefanbode
daf3d27c9a
Update xdrv_27_shutter.ino
...
Try to bugfix
2019-12-28 23:24:52 +07:00
Theo Arends
6a06d35626
Add command `SetOption79 0/1`
...
Add command ``SetOption79 0/1`` to enable reset of counters at teleperiod time by Andre Thomas (#7355 )
2019-12-28 16:33:51 +01:00
Andre Thomas
4a9271aced
Update xsns_01_counter.ino
2019-12-28 17:26:15 +02:00
Andre Thomas
436cf830b9
Add support for resetting counters on tele_period
...
Add support for resetting counters on tele_period if SetOption78 is enabled.
2019-12-28 16:49:57 +02:00
Andre Thomas
aefb3fb9de
Reserve SetOption79
...
Used to enable resetting of the counter values to zero after telemetry data was transmitted.
2019-12-28 16:47:30 +02:00
Theo Arends
ab167b0974
Add more crash dump information
2019-12-28 14:54:26 +01:00
Hadinger
eabac5e466
Zigbee attribute decoder for Xiaomi Aqara Cube
2019-12-28 13:59:01 +01:00
Hadinger
4d9c551083
Add WDT crash status
2019-12-28 13:14:51 +01:00
Theo Arends
5f62b59f05
Refactor DS1624 driver
2019-12-28 11:35:44 +01:00
Theo Arends
7295b66310
Add DS1624 support
2019-12-28 10:42:00 +01:00
Theo Arends
b56ef33412
Merge pull request #7348 from bkmit/development
...
Improved Ukrainian translation, renamed localization to proper uk-UA name
2019-12-28 10:30:23 +01:00
Hadinger
3f9018658c
Better gamma curve
2019-12-28 09:58:30 +01:00
Bohdan Kmit
1ba2239804
Improved Ukrainian translation, renamed localization to proper uk-UA name
2019-12-28 01:20:23 +02:00
Theo Arends
179c08c109
Merge pull request #7347 from s-hadinger/gamma_10
...
Change Lights: simplified gamma correction and 10 bits internal computation
2019-12-27 21:37:51 +01:00