Stefan Allius
95954fa84e
S allius/issue134 ( #135 )
...
* add polling invertval and method ha_remove()
* add client_mode arg to constructors
- add PollingInvervall
* hide some topics in client mode
- we hide topics in HA by sending an empty register
MQTT topic during HA auto configuration
* add client_mode value
* update class diagram
* fix modbus close handler
- fix empty call and cleanup que
- add unit test
* don't sent an initial 1710 msg in client mode
* change HA icon for inverter status
* increase test coverage
* accelerate timer tests
2024-07-27 19:37:40 +02:00
Stefan Allius
c6eecb4791
add missing testcases
2024-05-30 19:32:53 +02:00
Stefan Allius
530687039d
Add Modbus_Command counter
2024-05-01 11:57:32 +02:00
Stefan Allius
f4aa7004e5
increase test coverage for infos.py by to 100%
2024-04-14 17:52:02 +02:00
Stefan Allius
2ade04e6cc
move common info tests form test_infos_g3 to test_infos
2024-04-14 16:01:30 +02:00
Stefan Allius
c1e114447a
rename unit test files for GEN3
2024-04-14 14:39:01 +02:00
Stefan Allius
97da24c839
add missing tests
2024-04-07 22:44:53 +02:00
Stefan Allius
8fc8a29be2
clear daily energy production at midnight
2024-04-06 00:04:25 +02:00
Stefan Allius
fbbf698666
fix unit tests
2024-04-01 20:06:25 +02:00
Stefan Allius
695d8a8906
count AT commands in home assiatant
2024-03-31 23:56:18 +02:00
Stefan Allius
f69b02aaeb
add unit test for solarman V5
2024-03-31 00:59:57 +01:00
Stefan Allius
738dd708ac
refactor ha_confs() interface
2024-03-29 19:21:59 +01:00
Stefan Allius
5853518afe
fix test for Infos class
2024-03-29 10:49:55 +01:00
Stefan Allius
21e46ae456
refactor info class
2024-03-28 20:56:13 +01:00
Stefan Allius
cef28b06cd
add ha couter for 'Internal SW Exceptions'
2023-12-24 11:49:26 +01:00
Stefan Allius
670424451d
- Fixed detection of the connected inputs/MPPTs
...
- Add data acquisition interval
- Add number of connections
- Add communication type
2023-12-10 15:14:21 +01:00
Stefan Allius
3b75c45344
OTA update ( #29 )
...
* add pv module configuration
* add OTA start message counter
* add OTA start message counter
* fix test_statistic_counter
2023-11-22 18:33:56 +01:00
Stefan Allius
00ddcc138f
add tests for int64 datatype in controller msg
2023-11-17 23:21:34 +01:00
Stefan Allius
b079318c4b
fix syntax error
2023-11-03 18:26:43 +01:00
Stefan Allius
165f94828f
adapt unit tests
2023-11-01 21:18:25 +01:00
Stefan Allius
cfe64b1eae
add Unknown_Ctrl error counter
2023-10-28 00:09:19 +02:00
Stefan Allius
0c9f953476
don't initialize must_incr values with zero
...
- when the connection is just established by the inverter.
sometimes the inverters send invalid data with the value zero.
In this case, we no longer initialize the must_incr values,
to avoid sending invalid data to the mqtt broker and the
Home Assistant
2023-10-26 20:23:53 +02:00
Stefan Allius
9264faaf3d
avoid resetting daily generation counters
2023-10-21 21:38:36 +02:00
Stefan Allius
f96091affd
Increase test coverage for the Infos class to 100%
2023-10-21 16:46:49 +02:00
Stefan Allius
311b36aaf1
avoid resetting total generation counters
2023-10-20 21:51:02 +02:00
Stefan Allius
03aa0c5747
adapt tests
2023-10-15 23:13:43 +02:00
Stefan Allius
4d5da5a91f
fix unit tests, which were broken since version 0.3.0
2023-10-12 23:36:46 +02:00
Stefan Allius
88cdcabd6f
use abbreviation 'ic' for icon
2023-10-09 19:58:37 +02:00
Stefan Allius
242653da72
check MQTT componet and new icons
2023-10-01 21:54:59 +02:00
Stefan Allius
6a6a89d6d3
fix unit test for multiple ha devices
2023-09-30 16:09:35 +02:00
Stefan Allius
a016e6c3e2
add unit tests
2023-09-24 22:47:43 +02:00