handling of reactive power limit

This commit is contained in:
Andreas Schiffler 2022-08-08 10:38:12 +02:00
parent 72732ebd2a
commit 406e7fdb8f
2 changed files with 4 additions and 3 deletions

View file

@ -169,7 +169,7 @@ class HmRadio {
int cnt = 0;
mTxBuf[10] = cmd; // cmd --> 0x0b => Type_ActivePowerContr, 0 on, 1 off, 2 restart, 12 reactive power, 13 power factor
mTxBuf[10 + (++cnt)] = 0x00;
if (cmd == ActivePowerContr){
if (cmd >= ActivePowerContr && cmd <= PFSet){
// 4 bytes control data
// Power Limit fix point 10 eg. 30 W --> 0d300 = 0x012c
// -1 = 0xffff --> no limit