I’ve tried more and more with Home Assistant over the past few weeks and now it works really well.
With Node Red and Alexa, I have now managed to turn the plugs and lights off and on.
But I would also like to be able to ask Alexa about individual devices.
For example:
what is the temperature of the pool
or what is the charge level of the car battery.
…
But at the moment I have no idea how to implement it.
Can someone give me a good tip on how I can query Alexa for individual entity states?
AFAIK, you could do some tricks to get to Alexa to respond to questions like that first one, but that second one and many others I know no way for her to understand them and there’s no clean way of achieving that.
What I do, idea I grabbed from a person that uploaded some HA video to YT, is instead of making a full question, just name the device, in this case:
pool’s temperature
car battery level
Create a routine for each device that when you say, for example “pool’s temperature”, it triggers some device in HA with which you can trigger your flows. It avoids the limitations in Alexa’s understanding while you make sentences the simplest possible way so they’re easy to remember.