Tobias Diedrich
|
fdcbf9de95
|
Publish ESP heap and temperature details on MQTT
I noticed that some useful ESP stats are missing on the MQTT feed, so this adds:
- ESP temperature
- ESP heap stats (size, free, minFree, maxAlloc)
|
2024-09-21 22:39:48 +02:00 |
|
Thomas Basler
|
7bc1a17fac
|
Move task initialization from init method to constructor
This saves flash
|
2024-01-20 11:24:57 +01:00 |
|
Thomas Basler
|
e95afbf2cc
|
Use references instead of pointers whenver possible
|
2023-12-12 13:26:07 +01:00 |
|
Thomas Basler
|
efe0b6b383
|
Remove not required casts
|
2023-12-11 18:44:02 +01:00 |
|
Thomas Basler
|
5c501f879f
|
Migrate MqttHandleDtu to TaskScheduler
|
2023-11-23 22:35:05 +01:00 |
|
Thomas Basler
|
b85c53f476
|
Split config struct into different sub structs
|
2023-11-19 14:53:26 +01:00 |
|
Thomas Basler
|
b3e41c957b
|
Feature: Publish BSSID via MQTT
|
2023-06-08 19:56:44 +02:00 |
|
Thomas Basler
|
de2b7ab2d2
|
Check that all RF modules as in idle mode before sending mqtt packages
|
2023-04-15 10:55:47 +02:00 |
|
Thomas Basler
|
8404dd57a7
|
Add a HoymilesRadio base class
This enables to have multiple radio implementations while the inverter classes just refere to the base class
|
2023-04-15 10:55:47 +02:00 |
|
Thomas Basler
|
aab72fd0d8
|
Move mqtt dtu topic publishing to separate class
|
2022-12-14 19:32:24 +01:00 |
|