This reverts commit 44d539d713, reversing changes made to 96e193d7c4.
44d539d713
96e193d7c4
Goal of this change is to prevent a overflow in the command queue by flooding it with MQTT commands and therefor also prevent the reading of the inverter data. To achieve this it is now possible to specify a insert type for each queue element.
The queue will be maybe filled from within another thread (mqtt/web) and handled from the main loop