Allister Maguire

Results 9 comments of Allister Maguire

Hey @sebr, not sure if this is helpful, but moisture is part of the landscape object which you can get with the get_landscape() function. You need to calculate it, percentage...

Hi @sebr, that is a good point. I did not consider that as it is already broken for me, I already had multiple orphaned entities which I needed to clean...

I am going to have to rebase this one. I noticed that it includes my naming changes for zones and sensors. I have submitted PR #102 which is possibly more...

I have rebased and tidy up the code so it is more readable. I have also limited the change to Smart Watering programs, but it is still breaking. The only...

I have updated this PR so that it shouldn't be a breaking change. Now that it is using config entries I can migrate the Unique ID for the Smart Watering...

I am running version 2022.10.2 without any issues. I am running off a forked version with some changes, but nothing that should make it work while this one doesn't. I...

Hi @kdeyev, I have had a look and I was mistaken, I assumed 'available_water' could be used to retrieve level as well as set it, but that is not the...

I haven't checked the latest version/s, but I haven't seen anyone else raise this issue. Not sure if most people mainly run the smart hose timers vs the irrigation controllers...

Hi @Koenkk, this is also a similar issue for the ZNCLDJ12LM, line 2626 in `src/lib/lumi.ts`. Should be 'stopped' and not 'stop'? ``` if (['ZNCLDJ12LM', 'ZNCLDJ14LM'].includes(model.model)) lookup = {0: 'closing', 1:...