* send values using mqtt

* only send command 0x80 to inverter, all replies 0x01, 0x02, 0x03 and 0x84 are received
This commit is contained in:
lumapu 2022-04-22 20:16:29 +02:00
parent c00be7bb35
commit 58d79beb8c
3 changed files with 52 additions and 14 deletions

View file

@ -15,7 +15,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 11
#define VERSION_PATCH 12
//-------------------------------------