This seems so easy, but is kicking my butt.
I have just purchased a Konnected Pro. I am running the ESP ethernet firmware. I can see the board in ESP home. I can communicate with it without issue there. In the konnected.yaml: (Default conf / but calling out a few things)
I have the ethernet type of RTL8201
Under Ethernet I have have manual IP conf, and it is on the same subnet, etc. There is no issue there.
I have an entry for api: (with encryption, key, and a non-standard port)
and entries for logger: / ota: / and webserver
The board shows online in the esphome web UI.
I know there have been many changes and I am getting confused where the old intergration vs. the new ESP versions go.
I see entities for my sensors etc. in HA. I do see an entry for alarm.control.panel but the only entity is for my wireless doorbell. I am not able to find a way to control my Konnected Alarm panel.
I thought I may be still needing the konnected.io intergration but when I enter the IP address and port I get a failed to connect and the log shows an entry like:
Exception trying to get panel status: 400, message=“Expected HTXX/:\n\n b’\x01’\n ^”, url=‘htXX://xxx.xxx.xxx.xxx:x/status’ (where X is the expected IP and port why is there only one / after http? )
Exception trying to get panel status: Cannot connect to host konnected:23625 ssl:default [DNS server returned answer with no data]
If I try to go to mykonnectIP:myport/status I am not able to connect. I see the port as active when the config loads and it shows as open in NMAP. I did try to hit it once with konnect (it does resolve to the correct IP. - and I believe I have IP v6 turned off in the HA setup. - most of my important devices are static v4.)
so my questions are:
- Do I still need the konnect.io integration with the ESP firmware and having it online there?
- If yes, Is there something needed in the konnect.yaml file that’s missing in order for me to connect? (it did ask me for the enc key and it was correct)
- Is this a DNS/mDNS issue and can I flush it or correct it?
- I’m missing something - probably simple. What’s the sauce?
tyia.
j