-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugin modified for Adlar Smart heatpump. #11
Comments
Hi nlfva1,
|
Can you capture the "domoticz.log | grep Tuya" and then do a disable and enable of the plugin in domoticz, so that we can determine on which device it's going wrong. |
Now restart with debug info |
No error message so far, so looks like the plugin is working as expected. Maybe the heatpump is not sending the info. Can run the following command from the same directory where the plugin is installed: |
Hm... I'm triggered by the line "No mapping found for device: xxx sub device: yyy" |
This is correct. I only created the mapping for the ones described in the adlar list from longtimeago. I did c not see the need to do them all. Can you share the tuya-raw.json and the output from the scan command? |
Ah OK, that explains it... I will share the file. |
peter@raspberrypi:~/domoticz/plugins/Domoticz-TinyTUYA-Plugin $ python -m tinytuya scan TinyTuya (Tuya device scanner) [1.15.1] [Loaded devices.json - 3 devices] Scanning on UDP ports 6666 and 6667 and 7000 for devices for 18 seconds... New Broadcast from App at 192.168.178.40 - {'from': 'app', 'ip': '192.168.178.40'} Scan Complete! Found 3 devices.
|
Het lijkt er op dat power en powerconsumption (18 en 104) inderdaad helaas nullen geven cq de juiste waarden niet doorgegeven worden? |
Indeed. Your heatpump isn't reporting power. Maybe good to connect with adlar to see if this can be corrected with a setting. Not much else we can do here. Sorry |
Thanks nlfca1! Anyway, would you be able to add the missing 'mappings' which seems to work? |
Thanks nlfva1, |
Thanks
Op za 30 nov 2024 17:45 schreef Xenomes ***@***.***>:
… Thanks nlfva1,
I will check the code and added it, I was on holiday so i missed the
conversation there.
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGQ7NZ2F7HPYAN64ZBCLZD2DHTUDAVCNFSM6AAAAABSSN42MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBZGAZTINRTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Did you set your devices to 'DP instruction' in the device settings under iot.tuya.com? |
Hi Xenomes, thanks, yes I did that for the heatpump, before installing the new hardware in Domoticz. |
I did some device debugging on iot.tuya.com; no values found for power en powerconsumpton in past days. So I guess I've got to back to Adlar Castra / the JAN module. It seems these parameters are being collected or communicated. Cheers, thanks for your support Xenomes and nlfva1 !!! |
I have updated the script so that it works for the Adlar smart heatpump and fixed some other issues with float and str. As I'm not an expert in Github and do not want to mess up your plugin I will share it in this post. You can test it and see if you want to include it in an official version.
plugin.py.txt
The text was updated successfully, but these errors were encountered: