set

Search

You can find the results of your search below.

3dprinter
19 Hits, Last modified:
verse.com/thing:3547428|temperature tower]] * set combing mode to off <WRAP important 50%> z offset: subtract 0.25 to A4 paper without friction and wit... e = normal intent_category = default position = 0 setting_version = 19 [values] cool_fan_enabled = Tru... ata] type = quality_changes quality_type = normal setting_version = 19 [values] adaptive_layer_height_
homeassistant @projects:internetofthings
12 Hits, Last modified:
Visitare http://ip-raspberry:8091 Andare sulle settings dal menu laterale **Sezione Zwave** serial... ="32" action="remove" /> <!-- This thermostat's setpoint descriptions are 0 based --> <CommandClass... proxy_pass http://localhost:8123/; proxy_set_header Host $host; } ssl_certificate /etc/s... _devices.yaml <file> </file> ===== github ===== setup <code bash> git config --global push.default si
iotaiuto @projects:internetofthings
9 Hits, Last modified:
/RM2==== <code bash> # 1.2 Long press the reset button until the blue LED is blinking quickly. #... the WiFi SSID named BroadlinkProv. # 1.5 Run setup() and provide your ssid, network password (if secured), and set the security mode # 1.6 Security mode options... pip install pycrypto import broadlink broadlink.setup('myssid', 'mynetworkpass', 3) # 3. poi si pre
zigbee @projects:iotaiuto
9 Hits, Last modified:
====== ZHA zigbee ====== ===== Factory reset network ===== Remove ZHA integration, delete zigbee.db... = Ikea ===== ==== Motion Sensor ==== Factory reset by pressing the middle “link” button 4 times rapi... uld display on the front indicating it has been reset. This also puts the device into pairing mode. ==== Remote control ==== Factory reset by pressing the “link” button 4 times rapidly. A
jetsonnano @projects:internetofthings
7 Hits, Last modified:
est_complex test_iter test_struct test_slice test_set test_dict test_long test_bytes test_memoryview te... == * http://docs.donkeycar.com/guide/robot_sbc/setup_jetson_nano/ * https://devtalk.nvidia.com/default/topic/1056594/jetson-nano-opencv-4-1-0/?offset=9 <code> apt remove -y libopencv libopencv-dev ... .test.cfg backup/model_final.weights /lab/dnn/dataset/dataset/marocco/originals/video/01.mkv -dont_show
mdm
6 Hits, Last modified:
on language (en/ru) [en]: en PostgreSQL database setup ========================= Make sure you've inst... hmdm PostgreSQL password: password File storage setup ================== Please choose where the file... at9/work]: /var/lib/tomcat9/work Web application setup ===================== Headwind MDM requires acc... ny more: * Open the configuration details, "MDM settings" tab, and make sure "Headwind MDM Launcher"
esphome @projects:internetofthings
6 Hits, Last modified:
name: BLE beacon2 </code> hass scripts: <code> set_ibeacon: sequence: - condition: template ... late: "{{ ibeacon != '' }}" - service: script.set_beacon1 data_template: ibeacon: "{{ ibeacon }}" - service: script.set_beacon2 data_template: ibeacon: "{{ ibeacon }}" set_beacon2: sequence: - service: script.beacon
googlehome @projects:internetofthings
6 Hits, Last modified:
se: false room: living room </code> * Reset Home Assistant and TEST ACTION * Open the GOOGLE HOME APP and go into Settings > Home Control * Click the + sign, and ne... ing that should lead you the screen where you can set rooms for your devices or nicknames for your devi... old users to control the devices: - GO to the settings for the project you created in point 1 in th
docker @projects:zibaldone:linux
6 Hits, Last modified:
"172.16.0.0/21","size":26} ] } </code> ===== reset to factory and restart ===== <code | download> #... ocker/volumes/geonode_3x1t-backup-restore/_data/ set -x rm $SOURCE/2* docker exec -it $CONTAINER pytho... -f --config=/usr/src/geonode_3x1t/geonode_3x1t/br/settings_docker.ini --backup-dir=/backup_restore/ rsy... sshd_config <code> X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost no </code> on docker host cre
tradfri @projects:internetofthings
5 Hits, Last modified:
e con una graffetta tenere premuto il pulsante reset per 5 secondi * Rimuovere l'integrazione tradf... lampeggia. Se non funziona assicurarsi di aver resettato correttamente il remote. * Avvicinare il r... adfri: <code> >>> api(gateway.reboot())</code> Reset del gateway: <code> >>> api(gateway.factory_reset())</code> Lista dei device collegati: <code> >>> ap
server @projects:livenet
5 Hits, Last modified:
<code> #!/bin/sh -e # initramfs hook for livenet #set -x PREREQ="" # Output pre-requisites prereqs() {... 4 # pulizia di firmware non necessario e pesante set +e rm -f ${DESTDIR}/lib/firmware/* >/dev/null 2>&1 set -e ### qui sotto andrebbe commentato in produzio... dkeys /etc/boottime.kmap.gz) #cp -au /etc/console-setup/cached.kmap.gz ${DESTDIR}/etc/boottime.kmap.gz
iotaiuto_skill @projects:internetofthings
4 Hits, Last modified:
se il "config.json" avrà l'attributo "api_users" settato, perché avendo un token fake non riuscirà ad ... and secret from manage "security profile" --> web settings * --> client id: xxxx * --> client s... **ARN** from top/rigth of page In [ALEXA.1]: * set ARN into default endpoint and into Europe/India region * save * setup account linking * Authorization URI: https://
docs @projects:wamp
4 Hits, Last modified:
crossbar[tls,msgpack,manhole,system] pip install setproctitle </code> ATTENZIONE con la versione 0.11... (pyramid) ==== Create wsgi.py in same folder as setup.py <code> ini_path = '../development.ini' from pyramid.paster import get_app, setup_logging setup_logging(ini_path) application = get_app(ini_path, 'main') </code> Add to "paths" <c
python @projects:zibaldone
4 Hits, Last modified:
= "test" x: bytes = b"test" x: list[int] = [1] x: set[int] = {6, 7} x: dict[str, float] = {"field": 2.0... e won't # mutate, and MutableMapping one (with "__setitem__") that we might def f(my_mapping: Mapping[i... ) def f(my_mapping: MutableMapping[int, str]) -> set[str]: my_mapping[5] = 'maybe' # ...but mypy is OK with this. return set(my_mapping.values()) </file>
vscode @projects:zibaldone
4 Hits, Last modified:
ode ====== Visual Studio Code Editor ===== base settings ===== <code> sudo apt install fonts-firacode paru -S ttf-fira-code </code> <file json settings.json> { "editor.fontSize": 16, "edit... ython.python", "ms-python.vscode-pylance" ], "settings": { "python.defaultInterpreterPath": "/usr... Snippets", "dbaeumer.vscode-eslint" ], "settings": { } } </code> For debugger create in
graphite @projects:internetofthings
3 Hits, Last modified:
doorbell @projects:iotaiuto
3 Hits, Last modified:
liberidicomunicare @projects:iotaiuto
3 Hits, Last modified:
presence @projects:iotaiuto
3 Hits, Last modified:
virtualization @projects:livenet
3 Hits, Last modified:
corne @projects:zibaldone:electronic
3 Hits, Last modified:
esp32lora @projects:internetofthings
2 Hits, Last modified:
hw @projects:internetofthings
2 Hits, Last modified:
smartband @projects:internetofthings
2 Hits, Last modified:
mycroft @projects:iotaiuto
2 Hits, Last modified:
occhiali @projects:iotaiuto
2 Hits, Last modified:
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
plate
1 Hits, Last modified:
mev2 @projects:giano
1 Hits, Last modified:
micropython @projects:internetofthings
1 Hits, Last modified:
shinobi @projects:internetofthings
1 Hits, Last modified:
pnrr @projects:iotaiuto
1 Hits, Last modified:
scipiodev @projects:livenet
1 Hits, Last modified:
iidc @projects:zibaldone:electronic
1 Hits, Last modified: