-
Notifications
You must be signed in to change notification settings - Fork 13
Does it work for you? #7
Comments
Just hooked this up tonight on my RT-340. Looking good so far. |
Got an email yesterday from Dan who says it's working with his RT-700. |
Didn't see this 'issue' before I sent my email or I would have posted here. It's working good for me so far. I've only done a little test last night to turn on and off the grill and watch the graph/values change on my mobile. One thing I noticed was when I turned off the grill, the fan didn't run to clear the firepot like normal. This is probably because I didn't let it get to temp and run it for a while. I'll use it later in the week for a real cook and see how it behaves. |
As you can imagine, I turned mine on and off many times during development. I saw the same thing with the fan only continuing to run after it had actually been on long enough to warm up. |
Seems to work fine on mine. I'd really like to figure out how to detect when the alarm on temp probe a/b is hit so I can broadcast to google home. Thanks for all you have done so far! |
@mclever an automation using a template trigger something like below should fire when the probe temp is within 5 degrees of the target. Probably need to wrap that in a test to ensure the unit is powered on; i.e. not
|
I am having problems getting it connected to my RT-700. I tried with an IP I got from the logs on my phone and with an IP I got from my router. Also, used the deviceID and localKey I got from the logs on my phone. In the UI the status for the entities all show unavailable. Do I have to be connected to the network in the same way the device is, for example 2ghz vs 5ghz vs network cable? Are there ways to troubleshoot the connection? |
If you can ping the IP of the recteq from the HA box then I would assume the issue is not the network. You may want to fiddle with the tuyapower command line tool to see if you can communicate with it. |
I tried the tuyapower but couldn't find any devices when I was wired or on wifi. I also tested pinging the device from inside the HA container and I got a response. |
You could enable more detailed logging. # /root/config/configuration.yaml
logger:
default: info
logs:
custom_components.recteq: debug
pytuya: debug |
Works brilliantly with my RT-590, thanks! :) |
I am interested in hearing from folks using this integration and how good or bad it's working. Post here please.
The text was updated successfully, but these errors were encountered: