Ariela - Home Assistant Android Client

Hi Ionut, where has the Home WiFi option gone to set the SSID? This seems to have disappeared in the recent releases?

It is moved to Device Tracker menu…

If we arent using the device tracker, the settings are disabled. If I enable it, add my Home WiFi networks, and disable it again, does that even work? Thats probably a question for Ionut?

Indeed the option has been moved to Ariela → Settings → Device Tracker

Indeed the option is disabled and you cannot add any networks. Still, any other setting that depends on this one will still be able to retrieve the networks set as home wifi’s.

What was your location at that point? home or at another place?

'1562648778159':
  alias: Send Notification example
  sequence:
  - data:
      data:
        color: '#ed5f13'
        image: https://magazine.odroid.com/wp-content/uploads/Home-Assistant-Figure-0-1.png
        tag: 123
      message: Notification example message
      title: Notification title
    service: notify.mobile_app_galaxy_s8
2 Likes

Hello all,

Ariela version 1.3.4.9 is out.
What’s new:

  • NEW: add possibility to change application language
  • NEW: open stream cameras from push notifications
  • fixed 405 error when handling widgets
  • check if VPN is currently active when retrieving server URL
  • updated Russian localization
  • fixed device_tracker updating even if its disabled
  • reset step counter sensor value after detecting day change
  • fixed camera rendering issue in picture entity Lovelace card
1 Like

I was home connected to my wifi when I received a notification that I was somewhere else. Right now I received a notification that I left home (correct) but did not receive a notification that I arrived at one of my zone. HA says I am at the correct location. Still getting the notification error in HA.

Do you see that notification error when you are using developer tools to send a notification too? Can you make a short video or something?

Hi @Ionut, I use a generic climate entity that utilizes an ir remote. The problems I have is that when I’m adjusting the temp using the slider it repeatedly sends the start and stop commands to the AC unit. This happens the moment the slider is touched. After I touch it for even a second, it queues up all the commands a handful of times.

Thank you for reporting this. Can you share Ariela logs so i can check it out? Thank you.

Thanks for the fast response (probably cause of the mention I assume)

Sent!

Thank you for the logs. Also, i try to respond as soon as possible whenever i can :smiley:

1 Like

looks like clicking on widgets and notification entities is still not working. sent you logs via the app. thanks for your efforts.

Thank you. Can you share also your configuration.yaml by any chance so i can figure it out what’s wrong? Also your HA version can you tell me? Thank you.

@Ionut Can you please provide some instructions how to use this new feature “open stream cameras from push notifications”

1 Like
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# instance configuration
homeassistant:
  name: Home
  latitude: 
  longitude: 
  elevation: 
  unit_system: 
  time_zone: 
  auth_providers:
    - type: homeassistant
    - type: legacy_api_password
      api_password: !secret http_password
  customize: !include customize.yaml
    
api:

frontend:
  themes: !include_dir_merge_named themes
  
# load components
sensor: !include components/sensors.yaml
switch: !include components/switches.yaml
binary_sensor: !include components/binary_sensors.yaml
light: !include components/lights.yaml
automation: !include automations.yaml
script: !include components/scripts.yaml
input_boolean: !include components/virtual_switches.yaml
zone: !include components/zones.yaml
cover: !include components/covers.yaml

recorder:
  purge_interval: 3
  purge_keep_days: 20

http:

updater:

conversation:

history:

logbook:

map:

sun:

discovery:

tts:
  - platform: google_translate
    service_name: google_say

cloud:
    

weather:
  - platform: darksky
    api_key: !secret darkskyKey
    
logger:
  default: info
    

hacs:
  token: !secret hacs_token

timer:
  zigbee_permit_join:
    name: Time remaining
    duration: 600 # Updated this to the number of seconds you wish
    
wake_on_lan: # enables `wake_on_lan` domain

Home assistant version : 0.95.4

{
“message”:“this is a message”,
“title”:“this is a title”,
“data”:{
“stream_source”:“camera.my_camera_source_id”
}
}
or to stream a http video:
{
“message”:“this is a message”,
“title”:“this is a title”,
“data”:{
“stream_source”:“http://surodev.com/videotest.mp4
}
}

@ramginuga can you tell me which entites do not work when pressing a widget? It is a switch, scene or something else?

@Ionut its a switch

Please send me Ariela logs so i can check it out
Thank you

Hi @Ionut,

The stream source option isn’t working for me… when I tap the message, just load a black screen, but video isn’t loading. I’m using a http mp4 video.

Share me please your notify json and also Ariela logs. Thank you.