minscof

Results 6 issues of minscof

I test the script and an error occurs vhen the connection fails. Here are the logs `Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/eq3bt/connection.py", line 36, in __enter__ self._conn.connect(self._mac) File "/usr/local/lib/python3.7/dist-packages/bluepy/btle.py",...

bug
help wanted

**Describe Your Problem:** I have door sensor in homebridge, but they are not synchronised with GSH and so they are missing in google home Is this feature still avalaible ?...

question

Hello John, I have a warning message in Homeassistant with mqtt integration because the tempmirror has no unit defined. If I replace line 47 in file ebusd-2.1.x/en/vaillant/_templates.csv tempmirror,UIN,,, by tempmirror,UIN,,°C,temperature...

I have 4 tuya bulbs. When I active theses bulbs, nodered fails and stops. I have this message in the log : [error] TypeError: Cannot read properties of undefined (reading...

I can't get the player.status method working : I always get undefined This is the code I use : `chromecasts.update() chromecasts.on('update', function (player) { console.log('player on : ', player) setTimeout(function()...

### The problem ## Description When Home Assistant starts, the `climate_template` integration crashes with a `TypeError` if the template returns `None` for the current temperature. This happens because the code...