Igor Nikonov

Results 14 comments of Igor Nikonov

I have Ftxz model. I can confirm unofficial api works for newest firmware. For my 2 conditioners power consumption metering does not work (returns zero in each position). By the...

By the way I checked special modes http://192.168.1.162/aircon/set_special_mode?set_spmode=0&spmode_kind=1 and http://192.168.1.162/aircon/set_special_mode?set_spmode=0&spmode_kind=2 returns ret=OK,adv=

@zerros it looks weird. On my remote control for AC power consumption exists - since last start and total. But Api does not support. I wanted updates would help with...

code snippet FYI ~~~ ObjectMapper mapper = new ObjectMapper(); mapper.registerModule( new AfterburnerModule() ); mapper.setVisibility( PropertyAccessor.FIELD, JsonAutoDetect.Visibility.ANY ); String json = mapper.writeValueAsString( (OpenAPI) object ); ~~~ removing any of mapper settings...

I would try to put just a sign instead of encoded '-', for instance you have to use 2020-06-16T10:46:49.392-02:00

Our tests are based on idea that some thread puts object to s3, another one reads/verifies whether it exists. Sometimes that scenario fails due to illegal response - object does...

yep. resources names are always the same and issue appears when NO parallel requests are coming

BTW I remove synch and put on sync(latch) upon all public methods