Avishay

Results 11 comments of Avishay

What device are you trying to detect? Does it appear in Device Manager? Does it gets assigned with a COM port number?

Can you please share your full OS details (build number, edition etc.)? I have several Win 10 installation and they work without any issue. ‫בתאריך יום ו׳, 14 בדצמ׳ 2018...

I have no idea why it behaves that way. I'll try to look at it.

Just ran into the issue myself, similar setup (CherryPy + ws4py). This is my WebSocket class: ``` python class XXWebSocket(WebSocket): def opened(self): cherrypy.log("VBWebSocket opened") self.send(TextMessage('blah blah '), False) ``` The...

#73906 handles this case exactly, it has just been merged.

It has been merged to the "next" branch, so I suppose it's going to be in the next version, but I'm not sure. ‫בתאריך יום ב׳, 31 באוק׳ 2022 ב-8:20...

I just checked this section in my configuration and it passes without any problem. Can you attach your entire file? Can you double check that the error is indeed caused...

I managed to reproduce. It can be solved by adding quotation marks around the word `off` : ``` hvac_mode_register: address: 12 values: "off": 0 cool: 7 heat: 3 ``` I...

That's possible, but it would break the current yaml. I understand there are not much users to this feature yet, but would it be acceptable? ‫בתאריך שבת, 5 בנוב׳ 2022...