Antes de tudo, atualize o firmware do equipamento, pois a investigação só é possível com o firmware atualizado:
https://www.youtube.com/watch?v=HIFDb1iDGlo
- Logar Equipamento no Servidor Interfone Sip: https://gist.github.com/denoww/c66de6ee0b9d78c5a2e6cb8175f67a1f
- Acesse: Menu → Moradores
Este documento explica como instalar, configurar e imprimir corretamente usando a impressora térmica Control iD – Print iD, evitando cortes, margens erradas e desperdício de papel.
Inclui links oficiais, vídeo de referência, checklist e dicas práticas para impressão de QR Code.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //////////////////////////////////////////////////////////////////////////////// | |
| // How to use | |
| // 1 - Vá na página conteudo do app - | |
| // 2 - Abra console do chrome e cole esse script inteiro | |
| // 2 - execute o comando abaixo em seguida arrumando os parametros | |
| //////////////////////////////////////////////////////////////////////////////// | |
| let nomeApp = document.querySelector('thumbnail[debug-id="active-app-button"] .text .line')?.textContent.trim(); | |
| if (!nomeApp) { | |
| alert('nomeApp está vazio!'); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # criar_maquina_ec2.sh | |
| ###################################### | |
| # portaria + sc_linker + scsip | |
| ###################################### | |
| # curl -fsSL https://gist.githubusercontent.com/denoww/4d75e0f73d877b932c9c32e3766bef7f/raw | bash -s -- --instance_type t3.medium --subnet-id subnet-04173f5d --get_ssh_key_par_name portaria_staging_ssh_pem_key --get_security_groups_by_tag_projetos "portaria" --save_tag_projetos_on_ec2 "portaria,sc_linker,scsip" --storage_gb 100 --memoria_swap_gb 20 --region us-east-1 --get_iam_role_by_name AdminAccess | |
| ###################################### | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ec2_to_loadbalancers.sh | |
| set -euo pipefail | |
| ################################## | |
| # portaria | |
| ################################## | |
| # curl -fsSL https://gist.githubusercontent.com/denoww/5044b8da36f85afabb920263925684e9/raw | bash -s -- --tags "projetos=portaria" --instance-id i-0cf13c52cbcf250f8 --alb-name portaria-production-mtls --nlb-name portaria-network --ports "tcp:443:tcp:4443,tcp:80:tcp:3001,tcp:3001:tcp:3001,tcp:9000:tcp:9000,tcp:9001:tcp:9001,tcp:9005:tcp:9005,http:80:http:3001,https:443:https:4443" --tcp-healthy-threshold 3 --tcp-unhealthy-threshold 3 --region us-east-1 --vpc-id vpc-0232f866 --certificado-https-arn arn:aws:acm:us-east-1:516862767124:certificate/99570c7a-1fb8-4e70-b340-637f7bcaa535 | |
| ################################## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # docker_exec_ecr.sh | |
| set -euo pipefail | |
| ###################################### | |
| # Uso (exemplos): | |
| # curl -fsSL https://gist.githubusercontent.com/denoww/4ed3acb2d942da7fc9c70adb5406c44d/raw \ | |
| # | sudo -E env HOME="$HOME" bash -s -- portaria "3001,9000,9001,9005" "npm run run_docker_image" production | |
| # |
NewerOlder

