Gabriel Wieskamp
Gabriel Wieskamp
Turn on debugging and see if it is from the new API.... I have just been ignoring for the last 2 months, but you are not alone. ``` 2024-02-26 14:23:21.776...
Mine does the same thing no matter the name... ``` 2023-11-22 19:39:09.575 ERROR (MainThread) [homeassistant.components.sensor] Error adding entities for domain sensor with platform fordpass Traceback (most recent call last): File...
No matter what I try - I couldn't get it mapped. ``` - entity: timer.recycler content_template: '{{display_name}} done at {{finishes_at}}' exclude_states: - idle ```
Also note - It only discovered for a second... ``` 2020-04-22 15:54:31 DEBUG (MainThread) [aiosenseme.discovery] Listening on 10.0.16.100 2020-04-22 15:54:31 DEBUG (MainThread) [aiosenseme.discovery] Discovery broadcast on 10.0.16.100 2020-04-22 15:54:32 DEBUG...
Here is the output, not really any help though. > DEBUG:aiosenseme.discovery:Added coroutine callback > DEBUG:aiosenseme.discovery:Listening on 10.0.16.100 > DEBUG:aiosenseme.discovery:Discovery broadcast on 10.0.16.100 > DEBUG:aiosenseme.discovery:Discovery broadcast on 10.0.16.100 > DEBUG:aiosenseme.discovery:Discovery broadcast...
Here is my setup: - I'm running on a pi 4 (4GB) - vEnv of Python 3.7.3 - 10.0.16.0/16 is my IOT VLAN - 10.0.16.100 is the IP of home...
Both ports advertised are open: ``` root@net:~ # nmap f4patio -p 31415,31416 Starting Nmap 7.70 ( https://nmap.org ) at 2020-04-22 20:23 CDT Nmap scan report for f4patio (10.0.16.111) Host is...
Interestingly enough, I can netcat into the port: ``` root@ham:/opt/homeassistant/bin # nc f4patio 31415 ??"??????now??*??????????8???????????"??????now????????????8???????????"??????now????????????8????????? ``` Every time you nee "now...", I was turning on & off the fan. I...
Is there any way I can side step discovery and go straight to the fan on port 31415 just to test the i6 fan? I'm looking through the code now,...
Dude, you are awesome... So I ran it twice, the first time light/fan was off, the second time, both were on, but the same result. ``` DEBUG:aiosenseme.fan:Gabe: Connecting DEBUG:aiosenseme.fan:Gabe: Connected...