Open JurekMlynczyk opened 2 months ago
Hi @JurekMlynczyk, unfortunately I don't know if you have such an entity.
This integration only "mirrors" what the myUplink API provides. So you must take a look for yourself, if the response data of the device points includes such an entity as described in the README (https://github.com/jaroschek/home-assistant-myuplink#debugging-misbehaving-entities):
Take note of the entity's name, and open myUpLink's Swagger. Click Authorize and paste your application credentials. Make sure to check the READSYSTEM box. Find your device ID by querying /v2/systems/me, and enter it when querying /v2/devices/{deviceId}/points. Find the relevant data points and post them in an issue.
To be honest, if the integration already shows different sensors for your devices and the sensor for AUX3 is not there I'm pretty sure this is currently not provided by the myUplink API.
(I have a similar "issue" for myself, as I observe the current mode (heating/cooling) of my S1255 with passive cooling. This is reported via AA2-X27 that is not available through the API. To solve this I have connected an external switch sensor that reports open or closed.)
OK thak you for your answer
Hi. I use MyUplink integration - it works great but I have a question. I have a heat pump integrated with photovoltaics via SG Ready. The pump receives a signal on AUX3 to start it. Is there an entity in this integration that shows that SG Ready has been started?