Hi Frank
Is the device allways online? (Battery driven device)
Andi
Hi Frank
Is the device allways online? (Battery driven device)
Andi
Hi Andi,
It’s powered by wire, not battery. It also has a camera which is always online.
Hi, I think it’s not possible to access doorbells locally. AFAIK all Tuya cameras use a proprietary P2P protocol for streaming (just like most other cameras) and don’t support ONVIF or RTSP.
Not looking to control the camera. I just want local notifications for the doorbell.
And the doorbell does support onvif. Hooked it up to my Syno Sureveillance station that way.
Hello, i got the tuya local app working fine with homey. With only one little thing.
I got a Weau Heatpump, and the measured temperature is 10 times to high. This can be solved with the divider setting. But then the set temperature is also divided, and this one is correct without dividing.
See my ouput:
{
“devId”: null,
“uid”: null,
“t”: null,
“t_local”: null,
“cid”: null,
“updatedAt”: “7-7-2026, 13:25:36”,
“dps”: {
“1”: true,
“2”: “eheat”,
“9”: 30, <---- set temp
“10”: 300, <---- measured temp
“20”: 0,
“101”: 2,
“102”: 40,
“103”: 8,
“104”: true
}
}
IS there some solution?
Thanks.
Could you please create an issue for support for a new device type on Github with all required Information (DP Table): Issues · andiwirz/com.tuyalocal · GitHub
I‘ll work on it by next week.
BR
Andi
Hi John. Could you please create an issue on Github: Issues · andiwirz/com.tuyalocal · GitHub
I‘ll add a fix for your issue by next week.
BR Andi
Why not just use the Onvif Camera app instead?
Just a thought.
Camera usage is covered already, it’s the doorbell function i’m looking for.
It is / it should be possible, Frank, because it works fine with my Reolink doorbell. Otherwise I guess I wouldn’t have mentioned it ![]()
Your Marmitek doorbell’s Onvif implementation should provide for the doorbell event (depends on the manufacturer) , which is called “Visitor detected” @ my doorbell;
This shows my doorbell with the Onvif app when the bell button is pressed:
Yeah, that wasn’t very succesful in the past. Will try this one again too.
found it!
| mode | Enum | |
|---|---|---|
{
"range": [
"Heat",
"Cool",
"Auto"
]
}
Update 1
afterwards found PART of the error: heat,cool,auto should in case of Poolex be written with capital: Heat,Cool,Auto. Restarting the app and voila you can change the mode from homey,
update 2
BUT, the homey device does not detect changes from the other side: change from mode not detected, change in temperature (per mode another temnperature is saved) is nog coming back to the homey device. The wrong temperature in the homey device seems to influence device behaviour.
Please try the new Doorbell Driver in the newest TEST version: Tuya Local | Homey
Could you please share the DP Table of the device?
App settings → Cloud Lookup → Enter Cloud Access ID and Secret → Fetch Devices → Click on the Device → Copy DP Table (bottom)
The fix is now available in v1.0.93. The heat pump driver has a new setting:
“Measured Temperature Divisor (override)” — in the device settings under Temperature.
For your Weau heat pump, configure it like this:
1 (target temp DP 9 is already correct)10 (DP 10 = 300 → 30.0°C)The main divisor stays at 1 so your set temperature (DP 9 = 30) is sent as-is. The override divides only the measured temperature reading by 10. Set it to 0 to fall back to the main divisor.