Thomas Basler
|
69b675bc64
|
BREAKING CHANGE: Structure WebAPI /api/livedata/status changed
The different inverter data are now in a subobject called "inverters".
This is required to extend the API by other data then the inverter values
|
2022-11-01 15:04:05 +01:00 |
|
Thomas Basler
|
f2a08ba503
|
Rename FLD_PCT to FLD_PF and assign UNIT_NONE
|
2022-10-31 00:43:07 +01:00 |
|
Thomas Basler
|
c999197dae
|
Optimize performance by passing strings as const reference
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
3a0ba86c9c
|
HASS Auto Discovery: Publish binary sensor reachable and producing
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
6403521e31
|
HASS Auto Discovery: Publish numbers to set limit
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
96170c08b8
|
HASS Auto Discovery: Publish buttons for on/off/restart
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
a7f571a581
|
HASS: Move create of device object so separate method
|
2022-10-29 11:22:56 +02:00 |
|
Thomas Basler
|
359d513cfd
|
Generate DTU ID dynamicly based on ESP chipID
|
2022-10-20 22:25:51 +02:00 |
|
Thomas Basler
|
ca51aab236
|
Move getChipId to separate class
|
2022-10-20 21:55:41 +02:00 |
|
Thomas Basler
|
cf727d4ff9
|
Added API to change the access point password
|
2022-10-13 19:44:16 +02:00 |
|
Thomas Basler
|
d2feac7a00
|
Migrate config from binary blob to json
|
2022-10-12 19:46:21 +02:00 |
|
Thomas Basler
|
3816320f1e
|
Implemented WebAPI to get status of last power command
|
2022-10-04 18:48:21 +02:00 |
|
Thomas Basler
|
14bad84031
|
Added WebAPI to control inverter power
|
2022-10-04 18:12:55 +02:00 |
|
Thomas Basler
|
ba2d6ab6d1
|
Implement callback to subscribe to topics
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
d57a5f7ea6
|
Added web api to set limit
|
2022-09-30 18:34:30 +02:00 |
|
Thomas Basler
|
89e5f7e393
|
Added API to set and get the current time
|
2022-09-20 19:44:24 +02:00 |
|
Thomas Basler
|
e61d47b8a2
|
Added webapi endpoints to download/upload end delete configuration
|
2022-09-17 01:46:14 +02:00 |
|
Thomas Basler
|
0d880cb61e
|
Use uint32_t, rather than the C type unsigned long
|
2022-09-13 22:39:08 +02:00 |
|
Thomas Basler
|
46367c4fa9
|
Added webapi to fetch current inverter limit
|
2022-09-09 18:43:21 +02:00 |
|
Thomas Basler
|
f5328100b6
|
Fixed hostname generation and hostname assignment
|
2022-09-06 18:44:26 +02:00 |
|
Thomas Basler
|
31e56f6c2b
|
Code hardening: introduce const keyword
|
2022-09-05 21:41:45 +02:00 |
|
battifreund
|
b4137d4da9
|
Option for expire_after
|
2022-08-31 23:35:28 +02:00 |
|
Thomas Basler
|
217fddf405
|
Added small dialog to show inverter info (firmware version etc.)
|
2022-08-11 16:42:50 +02:00 |
|
Thomas Basler
|
991838ae2c
|
Added reactive power output and display
|
2022-08-10 20:40:26 +02:00 |
|
Thomas Basler
|
35a72acf34
|
Fix #71: Extend mqtt hostname from 31 characters to 128 characters
|
2022-08-10 18:59:30 +02:00 |
|
helgeerbe
|
4435fbcdad
|
Add support for MQTT TLS
To support TLS its necessary to use another MQTT library.
The new lib is a drop-in replacement for the async-mqtt-client.
|
2022-08-06 00:14:44 +02:00 |
|
Thomas Basler
|
3f8ee18de9
|
Added api endpoint to get livedata in json format with get request
|
2022-07-20 20:54:57 +02:00 |
|
Thomas Basler
|
184183e979
|
Move websocket stuff to liveview class
|
2022-07-20 19:36:07 +02:00 |
|
Thomas Basler
|
c022b8696b
|
Implemented serveal global network functions which are independent of the medium (wifi / ethernet)
|
2022-07-19 21:53:04 +02:00 |
|
Thomas Basler
|
c7aa22ce6c
|
Renamed WifiSettings to NetworkSettings and implemented first ethernet initialization
|
2022-07-19 21:27:36 +02:00 |
|
Thomas Basler
|
526137da98
|
Publish HASS config when deleting, editing or adding a inverter
|
2022-07-18 23:34:32 +02:00 |
|
Thomas Basler
|
1124a9aaa1
|
Implemented first version of Home Assistant Auto Discovery
|
2022-07-18 22:28:03 +02:00 |
|
Thomas Basler
|
db0e0c67ce
|
Simplify MqttPublishing
* Moved all fields to an array
* Moved target topic generation to separate method
|
2022-07-18 19:13:58 +02:00 |
|
Thomas Basler
|
bb52d24c25
|
Implemented public getPrefix method to get the mqtt topic prefix
|
2022-07-18 19:08:38 +02:00 |
|
Thomas Basler
|
37aac48a19
|
Change License to GPLv2 as the RF24 lib uses GPL-2.0-only
|
2022-07-15 18:05:58 +02:00 |
|
Thomas Basler
|
f7eb54fa41
|
First version of webapi for event log
|
2022-07-08 18:22:35 +02:00 |
|
Thomas Basler
|
c28087ec86
|
Fix #21: Display DC power in Live Data overview
|
2022-07-07 19:05:50 +02:00 |
|
Thomas Basler
|
8b939f9418
|
Rename variables to match code style
|
2022-07-06 19:25:30 +02:00 |
|
Axel Hinrichs
|
401e6739cd
|
[WebApi] rate limit ws cleanup (1/s)
|
2022-07-05 23:42:07 +02:00 |
|
Thomas Basler
|
cf273c93e7
|
Fixed 404 error when pressing refresh in webapp
|
2022-07-01 23:32:11 +02:00 |
|
Thomas Basler
|
d5f32d8325
|
Fixes (#8). Power values on CH0 are published twice
The larger value was DC the smaller one AC. Now the values are published to different topics
|
2022-07-01 18:36:43 +02:00 |
|
Thomas Basler
|
10974ade3e
|
Adjust config
* Allow wifi passwords length of 64 chars
* Added max channel power
|
2022-06-22 21:00:44 +02:00 |
|
Thomas Basler
|
70b9f9fdba
|
Fix default DTU serial number
|
2022-06-22 20:59:13 +02:00 |
|
Thomas Basler
|
46d88c6520
|
Improoved websocket handling
|
2022-06-17 13:29:21 +02:00 |
|
Thomas Basler
|
7e0807bda6
|
Added cnfig parameter to set mqtt publish interval
|
2022-06-16 14:57:12 +02:00 |
|
Thomas Basler
|
af00158e14
|
First version of very simple websocket api
|
2022-06-16 01:44:42 +02:00 |
|
Thomas Basler
|
92abfdfaa6
|
Separated WebApi into different files
|
2022-06-15 23:46:22 +02:00 |
|
Thomas Basler
|
cae47a142a
|
Implemented periodic called loop method in webapi
|
2022-06-15 22:53:05 +02:00 |
|
Thomas Basler
|
c9e603b2de
|
Replace EVERY_N_SECONDS with millis
EVERY_N_SECONDS is not updated without a reboot of the controller
|
2022-06-15 22:15:02 +02:00 |
|
Thomas Basler
|
e3ded34020
|
Publish inverter stats only if values are updated
|
2022-06-15 21:50:49 +02:00 |
|