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
| esphome: | |
| name: esp_somfy | |
| platform: ESP8266 | |
| board: d1_mini_lite | |
| arduino_version: [email protected] | |
| includes: | |
| - RFsomfy.h | |
| - SomfyRts.h |
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
| esphome: | |
| name: sherlockw2 | |
| platform: ESP8266 | |
| board: d1_mini | |
| comment: versao 2 - 09/abr/2020 | |
| wifi: | |
| ssid: !secret wifi_ssid | |
| password: !secret wifi_pass |
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
| [ | |
| { | |
| "id": "5e1281d56ba41e33", | |
| "type": "thingzi-timer", | |
| "z": "644851038c5ab0c0", | |
| "name": "Timer SOL Dusk + 30m", | |
| "lat": "-16.6391", | |
| "lon": "-49.2622", | |
| "timerType": "trigger", | |
| "startupMessage": true, |
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
| /** | |
| * Mostra números x : y para ajudar a colocar os dados nos locais certos. | |
| * @param {*} doc | |
| */ | |
| function mostraRegua(doc) { | |
| let pH = doc.internal.pageSize.height; | |
| let pW = doc.internal.pageSize.width; | |
| doc.setFontSize(5); | |
| doc.setTextColor(255, 0, 0); | |
| doc.setDrawColor(0,0,255); |
NewerOlder