Commit Graph

198 Commits

Author SHA1 Message Date
d02008b7ca MAIN page item added to HTML footer. (#1115) 2024-03-08 00:12:26 +01:00
95c30dd800 Add HTTP basic authentication (#996)
* add http basic auth

* add feature check for basic auth process

* fix http basic auth build for unsupported platforms (W800, W600)

* fix includes in http_basic_auth

* fix basic auth invocations when unavailable

* add http basic auth allow checks to http_fns

* remove unnecessary checks

* add my_strnicmp export

* silence warning

* update web password config ui

* update submodules

* add base64 lib to boufallo.mk for BL602

* add safe mode http basic auth bypass flag

* fix bl602 build with http auth bypass flag

* disable shared led driver

---------

Co-authored-by: Tester23 <openshwprojects@gmail.com>
2023-12-13 15:19:11 +01:00
e130cfddbe Respond to POSTs as well as GETs in /cm handler (#900)
* add method to parse args from body instead of just url

* Allow /cm to POST and PUT as well as GET

* forgot to ensure didn't misparse non GET/PUT/POST in /cm requests

---------

Co-authored-by: Tim Connors <tconnors@rather.puzzling.org>
2023-08-16 08:15:48 +02:00
043f341683 IOR_KP18058_CLK IOR_KP18058_DAT 2023-07-25 08:16:03 +02:00
52524bc6c5 hue - p2, unfinished 2023-06-26 13:21:31 +02:00
808f65c8ad add smoke percent channel type and add bat_relay_n 2023-05-20 20:26:36 +02:00
696dc6fa5a support "None" pin 2023-05-05 12:16:53 +02:00
133ad88ff1 footer update, remove old flash tool 2023-04-27 14:16:17 +02:00
2fdb3b56f8 remove old uart tool 2023-04-27 13:52:47 +02:00
6e22209ee4 NTP_SendRequest: Unable to send message - retry quickly after reboot 2023-04-25 11:34:04 +02:00
48acf3c825 tm1638 driver 2023-04-24 16:11:49 +02:00
567c5756b4 ability to set GN6932_STB pins 2023-04-24 13:09:33 +02:00
c96b696089 ip test1 2023-04-18 00:08:10 +02:00
f5e245a75f adc button (multiple buttons on adc) driver 2023-04-14 21:57:32 +02:00
28556c06c7 Adding SGP Air Sensor I2C Driver (#769)
* Adding new driver for SGP30

* correct tasmota detection for SGP

* Correct mqtt publish

* Adding dependency in drv_tuyaMCU for bl0602
2023-04-14 08:37:12 +02:00
99438ea05f for a test - door sensor pin with pull down? 2023-04-11 21:03:03 +02:00
e5416d83a9 add requested BL0937_SEL_n - inverted SEL 2023-04-02 11:18:44 +02:00
141af2f514 remove old quickconfig 2023-03-26 15:40:55 +02:00
9346b55f4d TM1637 display driver p2 2023-03-03 16:16:11 +01:00
55022a1a54 Changing behaviour of battery driver (#697)
To provide Zero configuration for End User :
  - 2 new pins BAT_ADC and BAT_Relay
  - Autostart of driver if pins associated
  - change vdivider default value to 2.29 Seems like default for 2AA battery sensor
2023-02-26 16:42:40 +01:00
df7d1878f6 shorter role name - it was breaking app CSS! 2023-02-24 18:45:33 +01:00
4265f67303 deep sleep door sensor driver? 2023-02-24 15:09:15 +01:00
d6db57c577 smart ledd button 2023-02-22 15:18:01 +01:00
263a3df18a Added Bridge Driver for polarized relays. Teardown: TONGOU TO-Q-SY1-JWT (#662)
* Added Bridge Driver for polarized relays. Teardown: TONGOU TO-Q-SY1-JWT

* W600/W800 logging bug fix

* EnergyMetering
- negative values correction.
- Enenrgy metering must continue with high precission values can not be skipped.
  In case of negative values zero value must be used for calculation
  Energy is calculated as power/time. Timing calculation is measured between sampels.
  If skipping samples, timing calculation it then incorrect as well as energy calculation

* Logical filterring and correction for peaks in measuremed values.

---------

Co-authored-by: valeklubomir <valeklubomir@gmail.com>
2023-02-13 13:07:34 +01:00
6ac2d75868 http page add cmds link 2023-01-30 22:54:42 +01:00
c28f3fd4bf unfinished wemo 2023-01-23 16:35:24 +01:00
9a2735cccf confusing pin naming ERROR fixed (one name was missing...) SM2235 2023-01-20 12:55:19 +01:00
bd84eb4878 SM2235 driver - not tested, but based on the datasheet and SM2135 code 2023-01-15 23:09:31 +01:00
d42c1652d6 Adding SHT3X Driver (#607)
Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
2023-01-15 20:06:06 +01:00
5428f29393 Consolidate styles (#608)
* Moved repeated styles to css

* Updated startup section

* Fixed pin configuration message

* Fixed indentation
2023-01-15 15:55:34 +01:00
ec1a054508 CHT8305 driver - please test 2023-01-10 02:12:27 +01:00
ab653c595d Same shortcut icon 3 times smaller (#591)
Replaces the web server shortcut icon with the same one 3 times smaller (264 bytes) in gif format instead of png (748 bytes).
2023-01-07 15:21:12 +01:00
b2ac33f890 fix that strange bug where reefreshing on config page was moving back to index... very annoying, it should be fixed sooner. Also fix statusOK test for Windows 2022-12-29 14:11:25 +01:00
f1fb1fde60 DHT sensors interface 2022-12-26 18:34:14 +01:00
b2876bfd62 removed old stub 2022-12-17 21:39:03 +01:00
87f2ec0b13 unit test for long command and accept long commands 2022-12-17 18:07:35 +01:00
35cd7440b5 add special button kind - ScriptOnly, it's a button that has no hardcoded functionality, it just sends events 2022-12-11 19:48:02 +01:00
3d44a996a7 more automatic tests for MQTT topics; add potentiometer mechanism to simulator; allow simulator to set ADC values on Windows; fix adc strange variable types on BK7231; fix cleaning pin roles between simulator scenes; add windows-only debug macro $channelstates 2022-12-08 08:35:40 +01:00
41fc87b1f3 temperature change hold button (same could be done with script but we are user friendly) 2022-12-05 09:00:30 +01:00
c6195917aa SM16703P pin type... 2022-11-24 15:50:44 +01:00
ffc266531e JSON and Tasmota HTTP unit testing... 2022-11-17 09:42:19 +01:00
7d957962d3 tokenizer quick fix and memset; http fix for selftest 2022-11-16 18:13:41 +01:00
c7aa0216fb MAX_HEADERS use macro instead of number 2022-11-16 18:06:34 +01:00
7700a694a0 Merge pull request #446 from iprak/kelvin
Kelvin temperature
2022-11-11 14:08:32 +01:00
ea59c22153 Merge pull request #414 from iprak/shortcut_icon
Shortcut icon
2022-11-11 13:06:58 +01:00
4b8a47e844 Reverted escaping 2022-11-11 04:45:35 -06:00
2961bc9470 Tasmota Control basic support and Windows fixes 2022-11-10 11:22:22 +01:00
ef83601bb0 Accepting kelvin 2022-11-08 20:50:25 -06:00
b60c1a232d Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 2022-11-07 21:06:46 +01:00
53bd847dd4 some compile fixes for the upcoming port... 2022-11-07 21:06:29 +01:00