ixi
ixi
When is this happening? Not sure but if I remember correctly ElasticHQ has a delete index sometime ago. But can't find it now :-(
A question; I've checked those functions you pointed out, added some "prints" (also tried printing via logger if print was disabled) just to see how they execute with the simulator...
@dhoomakethu When setting `simulating` to true. I assume that runs the simulation similar to GUI, I was hoping for some prints to show somehow? Or is it not running? Also,...
As I checked in `main.py`, these four data models for the different register types > self.data_model_coil > self.data_model_discrete_inputs > self.data_model_input_registers > self.data_model_holding_registers Were never initialized thus simulating seems impossible. That...