smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
62 stars 26 forks source link

Tuya PoolHeatpump Connection refused #475

Closed juli-august closed 1 year ago

juli-august commented 1 year ago

Hi to all,

i tried to add a PoolHeatPump. It was discoverd and chanels were automticaly added. But the device is offline any time.

Log shows:

2023-03-26 23:44:25.488 [INFO ] [a.internal.handler.TuyaDeviceHandler] - Configuring IP address 'DeviceInfo{ip='192.168.130.11', version='3.3'}' for thing 'tuya:tuyaDevice:Tuya_PoolHeatPump'. 2023-03-26 23:44:25.576 [DEBUG] [nding.tuya.internal.local.TuyaDevice] - bf8ba95afbecd9f421h2iw: Failed to connect: Connection refused: /192.168.130.11:6668

And this is my config:

`UID: tuya:tuyaDevice:Tuya_PoolHeatPump label: Tuya Pool Heatpump thingTypeUID: tuya:tuyaDevice configuration: pollingInterval: 0 protocol: "3.3" productId: KnyYbXw5HpOmnevV deviceId: bf8ba95afbecd9f421h2iw ip: 192.168.130.11 localKey: 785286e13a374d24 location: Garten channels:

The device is at a different VLAN but at IOT.TUYA it is online.

Were is my mistake.

Best regards Julian

juli-august commented 1 year ago

I´m running on latest OpenHab Version on a Pi. System is up to date.

J-N-K commented 1 year ago

Difficult to say. Did you try putting it on the same subnet? Tuya unfortunately is not Tuya and all devices are different. It could that is rejects packets which do not originate from the same subnet.

juli-august commented 1 year ago

Hi,

all is working now. Seams to be an issue with VLan.

Thanks