Long and Lat not updating in rule
-
Hello,
Have a couple of areas defined by Long and Lat. In Entities I can see the values updating.Amy S9
hass>sensor_amy_s9_geocoded_location
"14320 NE 20th St, Bellevue, WA 98007, USA"
11:30:46 AMstring_sensor.value="14320 NE 20th St, Bellevue, WA 98007, USA"
value_sensor.units=null
value_sensor.value=14320
x_hass.domain="sensor"
x_hass.entity_id="sensor.amy_s9_geocoded_location"
x_hass.services=["sensor"]
x_hass.state="14320 NE 20th St, Bellevue, WA 98007, USA"
x_hass_attr.administrative_area="Washington"
x_hass_attr.country="United States"
x_hass_attr.friendly_name="Amy S9"
x_hass_attr.icon="mdi:map"
x_hass_attr.iso_country_code="US"
x_hass_attr.latitude=47.613968
x_hass_attr.locality="Bellevue"
x_hass_attr.location=[47.628323099999996,-122.14942209999998]
x_hass_attr.longitude=-122.16925
x_hass_attr.name="14320"
x_hass_attr.phone="null"
x_hass_attr.postal_code="98007"
x_hass_attr.premises="null"
x_hass_attr.restored=true
x_hass_attr.sub_administrative_area="King County"
x_hass_attr.sub_locality="null"
x_hass_attr.sub_thoroughfare="14320"
x_hass_attr.supported_features=0
x_hass_attr.thoroughfare="Northeast 20th Street"
x_hass_attr.url="null"
Capabilities: string_sensor, value_sensor, x_hass
Actions:In my rule they are not:
Entity Attribute: Amy S9 (hass>sensor_amy_s9_geocoded_location) x_hass_attr.longitude not between -122.183 and -122.166
-122.16925 -- false as of 11:32:38 AM
AND Entity Attribute: Amy S9 (hass>sensor_amy_s9_geocoded_location) x_hass_attr.latitude not between 47.603 and 47.617
47.613968 -- false as of 11:32:38 AM -
Hello,
Have a couple of areas defined by Long and Lat. In Entities I can see the values updating.Amy S9
hass>sensor_amy_s9_geocoded_location
"14320 NE 20th St, Bellevue, WA 98007, USA"
11:30:46 AMstring_sensor.value="14320 NE 20th St, Bellevue, WA 98007, USA"
value_sensor.units=null
value_sensor.value=14320
x_hass.domain="sensor"
x_hass.entity_id="sensor.amy_s9_geocoded_location"
x_hass.services=["sensor"]
x_hass.state="14320 NE 20th St, Bellevue, WA 98007, USA"
x_hass_attr.administrative_area="Washington"
x_hass_attr.country="United States"
x_hass_attr.friendly_name="Amy S9"
x_hass_attr.icon="mdi:map"
x_hass_attr.iso_country_code="US"
x_hass_attr.latitude=47.613968
x_hass_attr.locality="Bellevue"
x_hass_attr.location=[47.628323099999996,-122.14942209999998]
x_hass_attr.longitude=-122.16925
x_hass_attr.name="14320"
x_hass_attr.phone="null"
x_hass_attr.postal_code="98007"
x_hass_attr.premises="null"
x_hass_attr.restored=true
x_hass_attr.sub_administrative_area="King County"
x_hass_attr.sub_locality="null"
x_hass_attr.sub_thoroughfare="14320"
x_hass_attr.supported_features=0
x_hass_attr.thoroughfare="Northeast 20th Street"
x_hass_attr.url="null"
Capabilities: string_sensor, value_sensor, x_hass
Actions:In my rule they are not:
Entity Attribute: Amy S9 (hass>sensor_amy_s9_geocoded_location) x_hass_attr.longitude not between -122.183 and -122.166
-122.16925 -- false as of 11:32:38 AM
AND Entity Attribute: Amy S9 (hass>sensor_amy_s9_geocoded_location) x_hass_attr.latitude not between 47.603 and 47.617
47.613968 -- false as of 11:32:38 AM@rogero In your example shown, the values shown for the current value in each of the conditions is the same as the corresponding attribute value shown on the entity.
This is what I would expect. What am I missing?
-
T toggledbits locked this topic on