Giter Club home page Giter Club logo

Comments (16)

RenierM26 avatar RenierM26 commented on August 21, 2024

Hi @maverik80,

The strings are CASESENSITIVE. Are you typing typing them in uppercase exactly like the example?

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

Hi @maverik80,

The strings are CASESENSITIVE. Are you typing typing them in uppercase exactly like the example?

yes, I see the streaming and I apply the official card but the up down lett and tight services do not respond and from tools if I call the service manually nothing happens but in any case I do not receive err

from ha-ezviz.

xabaras75 avatar xabaras75 commented on August 21, 2024

Hi @maverik80,

The strings are CASESENSITIVE. Are you typing typing them in uppercase exactly like the example?

I have same camera and same issue:

  1. I can see the video (streaming works)
  2. service not working: no way to use the ptz service. I receive this error message when I push on the UP arrow for example: "Fallita chiamata a servizio ezviz_cloud/ezviz_ptz . 400 Client Error: Bad Request for url: https://apiieu.ezvizlife.com/v3/devices/D61103310/ptzControl"

I have the below card in lovelace (just a part of it):

title: Salone
camera_image: camera.ctq6c_d61103310_salone
camera_view: live
elements:

  • icon: 'mdi:arrow-up'
    style:
    background: 'rgba(255, 255, 255, 0.5)'
    bottom: 50px
    right: 25px
    tap_action:
    action: call-service
    service: ezviz_cloud.ezviz_ptz
    service_data:
    direction: up
    entity_id: camera.ctq6c_d61103310_salone
    speed: 9
    type: icon
  • icon: 'mdi:arrow-down'
    style:
    background: 'rgba(255, 255, 255, 0.5)'
    bottom: 0px
    right: 25px
    tap_action:
    action: call-service
    service: ezviz_cloud.ezviz_ptz
    service_data:
    direction: down
    entity_id: camera.ctq6c_d61103310_salone
    speed: 9
    type: icon
  • icon: 'mdi:arrow-left'
    style:
    background: 'rgba(255, 255, 255, 0.5)'
    bottom: 25px
    right: 50px
    tap_action:
    action: call-service
    service: ezviz_cloud.ezviz_ptz
    service_data:
    direction: left
    entity_id: camera.ctq6c_d61103310_salone
    speed: 9
    type: icon

You mentioned the "The strings are CASESENSITIVE. Are you typing typing them in uppercase exactly like the example?". but in the original card (in the home assistant page, I mean) the direction are written in lowercase. so, are you speaking about a different card?

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

Ciao @ maverik80 ,
Le stringhe sono CASESENSITIVE. Stai digitando digitandoli in maiuscolo esattamente come nell'esempio?

Ho la stessa fotocamera e lo stesso problema:

  1. Riesco a vedere il video (lo streaming funziona)
  2. servizio non funzionante: nessun modo per utilizzare il servizio ptz. Ricevo questo messaggio di errore quando premo la freccia SU, ad esempio: "Fallita chiamata a servizio ezviz_cloud / ezviz_ptz. 400 Errore client: richiesta non valida per l'URL: https://apiieu.ezvizlife.com/v3/devices/D61103310/ptzControl "

Ho la seguente carta in lovelace (solo una parte di essa):

title: Salone
camera_image: camera.ctq6c_d61103310_salone
camera_view: live
elements:

  • icona: 'mdi: arrow-up'
    style:
    background: 'rgba (255, 255, 255, 0.5)'
    bottom: 50px
    right:
    25px tap_action:
    action: call-service
    service: ezviz_cloud.ezviz_ptz
    service_data:
    direction: up
    entity_id: camera.ctq6c_d61103310_salone
    velocità: 9
    tipo: icona
  • icona: 'mdi: arrow-down'
    style:
    background: 'rgba (255, 255, 255, 0.5)'
    bottom: 0px
    right:
    25px tap_action:
    action: call-service
    service: ezviz_cloud.ezviz_ptz
    service_data:
    direction: down
    entity_id: camera.ctq6c_d61103310_salone
    velocità: 9
    tipo: icona
  • icona: 'mdi: freccia-sinistra'
    stile:
    sfondo: 'rgba (255, 255, 255, 0.5)' in
    basso: 25px
    destra: 50px
    tap_action:
    azione: servizio di chiamata
    : ezviz_cloud.ezviz_ptz
    service_data:
    direzione: sinistra
    entity_id: camera.ctq6c_d61103310_salone
    velocità: 9
    tipo: icona

Hai menzionato "Le stringhe sono CASESENSITIVE. Stai digitandole in maiuscolo esattamente come nell'esempio?". ma nella scheda originale (nella pagina dell'assistente principale, intendo) le direzioni sono scritte in minuscolo. quindi, stai parlando di una carta diversa?

Unlike I do not receive any type of error but the cam is not commanded, and unfortunately I do not receive errors ... At least I could understand what was wrong

from ha-ezviz.

nguyenbabao avatar nguyenbabao commented on August 21, 2024

@xabaras75 you can change speed to 5

from ha-ezviz.

nguyenbabao avatar nguyenbabao commented on August 21, 2024

hi, with the CTQ6C cam I am having problems with the services, they are created but they do not control the cam in its movements and all the rest and in the HA logs I do not see any error inherent to the integration

your mean is ?
image
image

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

salve, con la cam CTQ6C ho problemi con i servizi, si creano ma non controllano la cam nei suoi movimenti e tutto il resto e nei log HA non vedo nessun errore inerente all'integrazione

la tua media è?
Immagine
Immagine

Screenshot_2021-03-23-08-46-24-073_io homeassistant companion android

from ha-ezviz.

RenierM26 avatar RenierM26 commented on August 21, 2024

Hi @maverik80,

Could you please try "speed" with all lowercase characters?

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

luckily I solved the services they work perfectly but now I have another problem, after the last update 2021.4.0 and firmware update from the ezviz app no ​​longer sends the image to live but only static

from ha-ezviz.

RenierM26 avatar RenierM26 commented on August 21, 2024

Hi @maverik80,

You could try setting your card to "live" instead of "auto".

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

Hi @maverik80,

You could try setting your card to "live" instead of "auto".

my card is already live but since the HA and camera firmware has been updated the rtsp stream no longer goes

from ha-ezviz.

RenierM26 avatar RenierM26 commented on August 21, 2024

Hi @maverik80,

Does it show still image or "static" (as in a "snowy" image)? You could also try the latest version that I posted a few minutes back. It contains a fix for some cameras that report a 0.0.0.0 ip. (Which could be the case after the firmware update)

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

Ciao @ maverik80 ,

Mostra un'immagine fissa o "statica" (come in un'immagine "nevosa")? Potresti anche provare l'ultima versione che ho postato qualche minuto fa. Contiene una correzione per alcune telecamere che segnalano un ip 0.0.0.0. (Quale potrebbe essere il caso dopo l'aggiornamento del firmware)

I tried the latest version but nothing ... The new camera firmware seems to block the rtsp stream ...

from ha-ezviz.

RenierM26 avatar RenierM26 commented on August 21, 2024

@maverik80 ,

Could you try to add /Streaming/channels/101 under the integration options for this camera? It might require a channel for the stream to work. You could also test the stream via VLC media player.

It should result in the following full url:
rtsp://admin: device verification code@IP address :554/Streaming/channels/101

or you could try this as well:

rtsp://admin: device verification code@IP address :554/H.264

from ha-ezviz.

maverik80 avatar maverik80 commented on August 21, 2024

@maverik80 ,

Could you try to add /Streaming/channels/101 under the integration options for this camera? It might require a channel for the stream to work. You could also test the stream via VLC media player.

It should result in the following full url:
rtsp://admin: device verification code@IP address :554/Streaming/channels/101

or you could try this as well:

rtsp://admin: device verification code@IP address :554/H.264

In vlc flow rtsp Is ok but in HA no

from ha-ezviz.

RenierM26 avatar RenierM26 commented on August 21, 2024

Hi @maverik80,

You can add "/H.264" to the camera rtsp stream via the integration options for the camera. (under ffmpeg arguments)

from ha-ezviz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.