Page 1 of 1

Request: AirconWithMe configurable pollinginterval

Posted: Tuesday 19 December 2023 0:15
by joostvanderlinde
I am using the AirconWithMe plugin for some time to control my Mitsubishi Heavy Industries airco/heatpump.
Works like a charm, but I notice that the data from the AirconWithMe is updated every 30 seconds. because I want to minimize the traffic on my network, I´d like to change this. Of course I can update the hard-coded value in the sources, but then I´d have to maintain my own codebase just for this....

Therefore I´d like to submit this request: Can anyone capable make the pollinginterval of the AirconWithMe plugin configurable (eg. via Hardware / AirconWithMe Wifi Airco Module / Setup, similar to other plugins so that the user can set it to something else?

Re: Request: AirconWithMe configurable pollinginterval

Posted: Tuesday 19 December 2023 9:32
by waltervl
Seems to be hardcoded here: https://github.com/domoticz/domoticz/pull/4357
It is a pity in my opinion.

Re: Request: AirconWithMe configurable pollinginterval

Posted: Tuesday 19 December 2023 12:03
by joostvanderlinde
Yeah, found that as well.
Hence my question if 'someone' could change the hardcoded constant into a hardware setup item. . . .
My programming skills are rather limited once it goes beyond backend (and 'simple') Python coding....

Re: Request: AirconWithMe configurable pollinginterval

Posted: Tuesday 19 December 2023 13:05
by waltervl
Perhaps contact the persons (LarsenDX, RDols) who programmed the change in Github.