Iâve created an issue to track this on the async_upnp_client repo. It is due to the ssdp component searching for devices on your network (once per minute), and one (or more) of the devices responding in an unexpected way.
Iâm fine with having an official Tuya integration that requires the cloud. But leave the original FOSS Tuya integration there as well. Let us choose which one we want to use.
Fortunately, everything worked for me once I set up the API and edited all my dashboards.
Anyone else does have issues with ESPhome encryption? I did add it to my device and the reconfiguration message shows in HA but adding the key to the integration somewhat does not work. I always get an âCanât connect to ESP. Please make sure your YAML file contains an âapi:â line.â error message and cannot connect encrypted whatsoever.
Last reset missing
The following entities have state class 'measurement' but 'last_reset' is missing:
sensor.gasverbrauch
It worked fine before. Also when manually editing these attributes to the sensor system complains that the unit ao measurement is wrong but it is not. Itâs definitely set to mÂł which should work fine⌠but somehow does not. Anyone else has similar problems?
This new Tuya integration is an interesting subject. Tuya generally has a weird tier based device model. They produce devices for hundreds of brands as a white label producer, but each brand has to define what tier (level of integration) they are paying for.
SmartThings does an integration model where the producer has to provide and maintain the code for the integration. The first Tuya brand was Globe Suite which was integrated to SmartThings. You could add Globe Suite devices to the original Tuya branded app and control them there, or add other (Tuya) branded devices to the Globe Suite app (skinned Tuya app) and control them.
But when the Globe Suite integration was added to SmartThings, it has turned out that only the Globe Suite branded devices were pulled from the API to the SmartThings system. Of course later on Tuya released a Tuya branded integration for SmartThings as well, but that doesnât change the fact how it was visible where it works. The Tuya app provides a tab somewhere at the device level where you can see what services the devices works with, Google Home, Amazon Alexa, SmartThings, etc.
All of these integrations are separate tiers of the Tuya solution. Why wouldnât be, pay for the code and server use as part of tier, and build it into the price of the device what you sell, easy enough.
It was a bit of similar story when Tuya was pulling out from the IFTTT integration, as they were not intended to pay for it. It was before IFTTT introduced their user payment model in 2020. Only one, as I can remember, some Australian skinned Tuya app was left which had the option to connect your devices with IFTTT.
I am just wondering where it will go with this Tuya maintained integration. Will Tuya introduce a tier for the Home Assistant integration where brands have to pay for that to be part of their product. Or is it even existing already and thatâs why some people cannot see devices added as before.
I was never really a big fun of Tuya and their model. The cloud based overhead kills the device and leaves the buyer vulnerable to when a device will reach End Of Life or the cloud been shut down, firmware not updated etc⌠I prefer more any Zigbee device, as this is a general issue with any WiFi based product, if it hasnât got any local control. But that is part of Tuyaâs model as well.
I have only two Tuya/DSC devices what I have never connected to any WiFi networks or wasnât able to reflash as they donât use ESP chips or not supported by Tasmota. I would love to use them locally, but I think more and more that they were just a wrong purchase years ago.
i found i had to delete tuya v2 to get it to work with the error below
File "/usr/src/homeassistant/homeassistant/components/tuya/__init__.py", line 6, in <module>
home-assistant | from tuya_iot import (
home-assistant | ImportError: cannot import name 'AuthType' from 'tuya_iot' (/usr/local/lib/python3.9/site-packages/tuya_iot/__init__.py)
also i found the new tuya doesnât support temp/humidity sensorsâŚ
Z-wave of IP will not work anymore. Used RPi3 with WS-server.
In HA there is this error on Z-Wave JS module:
âRetrying setup: Z-Wave JS Server version is incompatible: 1.10.3 a version is required that supports at least api schema 10â
Thanks for the reply.
I just started with this and this value comes from a reed contact attached to a ESP8266 (Wemos D1 Mini) device used to count the gas consumption right at the meter. So all values come are automatically created from ESPhome integrating this sensor. Is there any way to do this from the ESPhome part? Sorry if this might be a dumb question but as mentioned, I just started with this and that was my first attempt to create somethingâŚ
Still looking forward to migrate from Legacy Z-wave integration to Z-Wave JSâŚbut as long no proper handling of cover move order + feedback, it is a no-go for me.
If anyone can help or has any ideas how to workaround this, you can check this thread:
Hello @frenck,
I have a question about the new netgear integration.
How is the security of the username/password in the netgear integration, because in the past you had to save that in the secrets.yaml file?