Hector Martin
Hector Martin
To me the idea of "one-shot" alert grouping (wait, collect alerts, notify, start from scratch for any further alerts) makes sense as a general feature potentially useful for other notification...
Just to show what I mean, this is what `circa` decodes from my remote in auto mode increasing the temperature offset from 0 to +5 (in .5 increments): ``` 80.5%...
For referece, this is roughly the logic required for generating the codes for one of my units (not all features added, but most): ```python def code(hvac_mode, swing_mode, fan_mode, temp, cleaning_enabled):...
The codes definitely work, I've done this kind of thing before and other projects exist that generate aircon codes programmatically like this. What I'm trying to do is add support...
I've started working on this here: https://github.com/marcan/SmartIR This branch also adds support for cross-controller compatibility, so you can use code files with different controllers (as long as circa knows how...
I have now updated the above branch with a full PoC that works on one of my aircons (Daikin ARC478A30 remote, which works for over 100 aircon models). The device...
I added support for a Toshiba aircon that I have, which uses essentially the same codes as 1260 (with minor differences in interpretation). [this](https://github.com/marcan/SmartIR/blob/master/codes/climate/1260.json) is the 1260 code file and...
You could generate the codes for the current version, but it would be harder to maintain (Where do you keep the generator code, a separate repo? Who makes sure the...
> How to make a file like this https://github.com/marcan/SmartIR/blob/master/codes/climate/11260.py You use circa to parse codes like this: python -m circa decode broadlink: For example, for the first code in 1260.json:...
(I probably have some LEDs around I could wire up in a pinch, but probably not any more useful than @dratini0's light curtains and I haven't used this code in...