arthuriansoft
arthuriansoft
I also get the exact same errors above after updating the HA container from 2024.7.4 to 2024.8.3. The integration fails to initialise.
> @arthuriansoft I don't know if you are referring to #205, or #198. @zxdavb I actually had the issue from #198 which was resolved by upgrading to 0.42.0. I'd just...
I've got a Trianco activair high temperature heat pump with a 4g DTU that uses the WarmLink app. Using the above test.sh script I was able to successfully get lots...
I got this integration working with my Trianco and the Warmlink app. The integration already supports the API you just need to add your product ID to the common/consts.py file....
This is taken from the first bit of this [script](https://github.com/VAdamec/aquatemp/blob/main/test.sh) (mentioned previously in this thread) and should give you the product ID: ``` #!/bin/bash # # Usage: bash test.sh #...
Check your HA logs. The integration might be crashing - check for an error, possibly to do with HVACmode.
Well done for persevering with it Bob! I hadn't thought to calculate CoP with this. What codes are you using to determine heat output in kWh?
Add the following entity_description for the flow sensor: ``` { "key": "T39", "name": "Water Flow [T39]", "platform": "sensor", "device_class": "volume_flow_rate", "unit_of_measurement": "m³/h" }, ``` I've updated my file if you're...
I would be interested in the modbus details, as I intend to switch to an ESPHome modbus solution in the future. If you have an account on community.home-assistant.io then please...
> I'm fortunate that I have a Emporia Energy CT clamp on my supply to the HP. I did try and replicate this with the voltage T34 * amps T35,...