topic2k

Results 58 comments of topic2k

"Come in, door is open" 😄 (as we are in RC mode, i think that's something for 0.5.1)

I like the idea of having dockable panes and toolbars, but i'm not sure if we should implement the use of agw.aui. I would like to hear what others think,...

Hej K, it's a while since i looked at it. I think i found the solution to "my" 😉 problem. Replace ```python self.auiManager = auiManager = aui.AuiManager() auiManager.SetManagedWindow(self) ``` with...

From the source code: `A class similar to :class:'AuiManager' but with a Dummy Center Pane (**DCP**).`

Yes, that's an option. I already thought about that but didn't say it because i thought you wanted all be dockable/floatable. Then i would suggest to fix the logctrl ```python...

Seamless sounds good 😃 Sorry to say that i found another small thing. Maybe it comes from my testing, but if i have the following perspective info in my config.py,...

uh, can't remember. I checked out the branch and still have the problem as in my previous comment. But that is a wx error.

script/ci-custom -> Lint Custom: > Error: POST:1:1: lint: Constant CONF_IRQ_PIN is defined in 4 files. Please move all definitions of the constant to const.py (Uses: esphome/components/ade7953/sensor.py, esphome/components/as3935/__init__.py, esphome/components/vl53l1x/sensor.py, esphome/components/xpt2046/__init__.py) Not...

@jimtng : this PR works for me to get distances. On my working tree i have a version with threshold values, so i get 0/1 (false/true) if the distance is...

Hi, while i was integrating my comxline into Homeassistant i made a few changes to get it working. [compare](https://github.com/eavanvalkenburg/pysiaalarm/compare/master...topic2k:pysiaalarm:tnt_cxl?expand=1) [my fork/branch](https://github.com/topic2k/pysiaalarm/tree/tnt_cxl) i hope this helps