Commit Graph

202 Commits

Author SHA1 Message Date
mathieu ec2e28a5b6 Merge pull request 'scd4x' (#1) from scd4x into master
Reviewed-on: #1
2023-11-28 23:12:28 +01:00
Mathieu Maret 06f94a2ee7 SCD4X is disabled by default 2023-11-28 23:10:50 +01:00
Mathieu Maret ccfc148e31 SCD4X: add information on html page 2023-11-28 22:57:29 +01:00
Mathieu Maret 346d7927d8 SCD4X: Setup and MQTT 2023-11-27 23:47:53 +01:00
Mathieu Maret 0f8c14e51e Add basic sensor files for SCD4x 2023-11-27 23:32:45 +01:00
Mathieu Maret a6281c5581 BME680: remove uneeded includes 2023-11-27 23:32:13 +01:00
Mathieu Maret efc7331f25 Default cfg for BMP280 2023-04-17 22:01:21 +02:00
Mathieu Maret 5bef410167 Add BMP280 support 2023-04-14 09:23:32 +02:00
Mathieu Maret f9985cc2c1 Fix wifi reconnect on wifi on/off 2023-03-28 14:27:45 +02:00
Mathieu Maret ef446ebd19 Teleinfo: pull data at every loop
to avoid overflow in libteleinfo
2023-03-28 14:05:14 +02:00
Mathieu Maret 5987bc28de Teleinfo: fix signature 2023-03-28 14:01:46 +02:00
Mathieu Maret 0847e89960 Display more teleinfo information 2022-09-25 00:09:04 +02:00
Mathieu Maret 7cac6f89f1 make sampling periode configurable 2022-09-10 23:18:52 +02:00
Mathieu Maret 7b1d9ae63e Avoid some mqtt server connection
Do not check subscription when we do not subscribe
2022-09-10 22:48:37 +02:00
Mathieu Maret 73d6e17dc1 Merge branch 'teleinfo' 2022-09-10 21:53:45 +02:00
Mathieu Maret 1b52a80b15 Fix teleinfo configuration 2022-09-10 21:53:06 +02:00
Mathieu Maret cbce043f30 BME680 fix hPA unit 2022-09-07 22:58:44 +02:00
Mathieu Maret e68eec8955 Increase Wifi connection time before reconfig 2022-09-07 22:58:23 +02:00
Mathieu Maret 8f471fc0bf WIP: working teleinfo 2021-02-18 23:50:54 +01:00
Mathieu Maret 8fed8bedf4 Add missing files 2021-02-18 15:51:49 +01:00
Mathieu Maret 9110ae3589 Add teleinfo module 2021-02-18 00:25:45 +01:00
Mathieu Maret e60b8ef8ae Fix some possible redefinition 2021-02-16 21:19:20 +01:00
Mathieu Maret 1cd02f0fbc Merge branch 'bme680_bsec' into 'master'
Bme680 bsec

See merge request Mathieu/Domotique!2
2020-07-28 19:54:04 +02:00
Mathieu Maret 0e3afa391b Add check on EEPROM size 2020-07-28 19:51:57 +02:00
Mathieu Maret 976a9a8053 Add bme680 bsec 2020-07-28 19:51:57 +02:00
Mathieu Maret fc6020e703 Add instruction to install Bosch Sensortec Environmental Cluster library 2020-07-28 16:57:03 +02:00
Mathieu Maret cd117f342c more const 2020-03-09 22:38:43 +01:00
Mathieu Maret 5f5bd1b8ae display bme information on webpage + refacto 2020-02-28 23:40:35 +01:00
Mathieu Maret c476f38428 improve default configuration 2020-02-28 17:16:56 +01:00
Mathieu Maret 0c9e8b977b Bme fixes 2020-02-28 17:16:39 +01:00
Mathieu Maret 1b33362577 Update deps description 2020-02-28 17:03:49 +01:00
Mathieu Maret 9f14016abf Add bme680 sensor 2020-02-27 00:07:30 +01:00
Mathieu Maret 817f777418 Fix Wifi connecting 2019-06-04 23:52:25 +02:00
Mathieu Maret 9ac0f2edb8 Fix MqttBatchPublish 2019-06-04 23:18:17 +02:00
Mathieu Maret fea3b73f54 WebServer: improve Setup
Keep password.
Fix ip mode previous state
2019-06-03 00:07:12 +02:00
Mathieu Maret ac6ab8969c Fix static IP EEPROM save 2019-06-03 00:05:21 +02:00
Mathieu Maret 850391ccce Readmes update branch to use 2019-05-14 23:45:20 +02:00
Mathieu Maret caf88dcd98 Mqtt: use batch publish to generalize code
And fix indentation
2019-05-14 23:44:46 +02:00
Mathieu Maret eab447abc6 Merge branch 'bssid_channel' into 'master'
Can store BSSID and CHANNEL

See merge request Mathieu/Domotique!1
2019-04-28 14:49:17 +02:00
Mathieu Maret fc3fa2fc45 Can store BSSID and CHANNEL
This allow faster network connection.
Could be usefull for battery powered application
2018-12-19 22:36:19 +01:00
Mathieu 4121965de7 Add build status in desciption 2017-04-18 15:22:46 +02:00
Mathieu Maret a1e40b150f Remove the /otamode link in index 2017-04-08 14:10:39 +02:00
Mathieu 7839671bf8 Merge branch 'web_ota' into 'master'
Add the possibility to upload OTA by http

Closes #2

See merge request !8
2017-03-29 23:25:17 +02:00
Mathieu Maret 66e153e527 Add link to home page for http OTA
Remove link for regular ota mode
Fix #2
2017-03-29 23:19:42 +02:00
Mathieu Maret fa042404b2 Add the possibility to upload OTA by http 2017-03-29 21:55:14 +02:00
Mathieu abbfec48c9 Update Readme.md to use mqtt fork 2017-03-08 15:28:46 +01:00
Mathieu f31c5f3854 Merge branch 'mqtt_retain' into 'master'
Mqtt retain

See merge request !7
2017-03-08 15:26:33 +01:00
Mathieu b370a109f6 Use Adafruit_MQTT fork that support retains 2017-03-08 15:12:56 +01:00
Mathieu Maret 1166ef1a79 MQTT publisher can set retain flag
Add this flag for IP adress publisher
2017-03-06 23:30:21 +01:00
Mathieu b574bfbc55 Delete TODO.md.
Move information into gitlab board
2017-01-31 17:50:37 +01:00