-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
External Temperature Sensors are listed as "This entity is no longer being provided by the danfoss_ally integration." #109
Comments
Which version are you using? |
Sorry, my main environment is running v1.3.2 of your integration |
Then please add the missing diagnostics information |
What kind of diagnostics info do you want? |
Click on download diagnostics in the Ally integration |
There doesn't seem to be a 'Download diagnostics' for the Ally integration in any of my environments (hence me not adding anything in the diagnostics section when submitting the issue). I can find the 'Download diagnostics' option for other integrations but not for any of my HACS integrations (except for HACs itself). Attached are the ALLY events gathered after I enabled debugging for the integration and then reloaded the integration. |
I had this issue after updating, what worked for me was rebooting the HA instance, and reloading the integration. |
@beringtom - Unfortunately that didn't help for me. I really hope this will get fixed soon as this bug makes it quite useless for those who are using external sensors. |
Right now I'm relying on someone that have this setup makes a fix for this, as I have no access to such setup right now. |
Describe the issue
The External Temperature sensor entity for all my Allys are listed as "This entity is no longer being provided by the danfoss_ally integration. If the entity is no longer in use, delete it in settings." I have another test VM running your Ally integration v1.2.1 and it is showing the same,
However -
When checking the Ally API at https://developer.danfoss.com/catalog/danfoss-ally-api/danfoss-allytm-api#tag--device-control there's an attribute named "ext_measured_rs" shown for all my Allys - which I assume is the counterpart to the entity "External Temperature Sensor" in your integration?
Example:
{
"code": "ext_measured_rs",
"value": 2175
},
{
"code": "SetpointChangeSource",
"value": "Externally"
},
The "external sensor temperature" entity stopped working February 27, last seen @ 14:30 hrs (shown by the graph history for the entities).
What version of Home Assistant Core has the issue?
core-2024.2.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Diagnostics information
No response
Anything in the logs that might be useful for us?
No response
Additional information
I tried altering the value for the 'External Sensor via the Ally API
(All identifying values are fake)
curl -X POST "https://api.danfoss.com/ally/devices/bffe273c31bb75be00aa00/commands"
-H "accept: application/json"
-H "authorization: Bearer CADIrXYZBADWGDvFAKE8TZj8gJHb"
-H "content-type: application/json"
-d '{"commands":[{"code":"ext_measured_rs","value":2550}]}'
{"result":true,"t":1709473914801}
If i perform a GET for the same Ally it returns the value I POSTed ('2550') ..but I cannot see any changes in the Ally App for the thermostat so maybe the error is @ Danfoss?
The text was updated successfully, but these errors were encountered: