Replies: 2 comments 4 replies
-
You can easily check if there are entities with the attribute using the |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks for all the info zachowj! Figured it out. Things had changed a little in HA and node-red.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple Get Entities node but it doesn't show anything for "attribute.battery_level" even though I have over a dozen battery powered motion detector entities with this. It used to work, but now it doesn't. Is it because I switched to Z-Wave JS instead of Z-Wave (deprecated) within Home Assistant? Or, am I just doing it wrong because the node has been updated?
Under server for this node I have "Cache Autocomplete Results" unchecked, but it doesn't seem to help.
[{"id":"b910f692.c36ee8","type":"inject","z":"76ff7f9f.21faf","name":"","repeat":"","crontab":"00 20 * * *","once":false,"onceDelay":"8","topic":"","payload":"","payloadType":"date","x":150,"y":1540,"wires":[["337ced06.58de82"]]},{"id":"337ced06.58de82","type":"ha-get-entities","z":"76ff7f9f.21faf","name":"","server":"66d9e619.115338","version":0,"rules":[{"property":"attributes.battery_level","logic":"gt","value":"0","valueType":"num"}],"output_type":"array","output_empty_results":false,"output_location_type":"msg","output_location":"payload","output_results_count":1,"x":310,"y":1540,"wires":[["1d0ce920.42dc57"]]},{"id":"1d0ce920.42dc57","type":"debug","z":"76ff7f9f.21faf","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":450,"y":1540,"wires":[]},{"id":"66d9e619.115338","type":"server","name":"Home Assistant","version":1,"legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":false}]
Beta Was this translation helpful? Give feedback.
All reactions