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
energy_total: | |
value_template: "{{ ( states('sensor.shellyem3_XXX_0_energy') | float + states('sensor.shellyem3_XXX_1_energy') | float + states('se | |
nsor.shellyem3_XXX_2_energy') | float ) | round(2) }}" | |
unit_of_measurement: 'kWh' | |
availability_template: "{{ states('sensor.shellyem3_XXX_0_energy') | int != 0 and states('sensor.shellyem3_XXX_1_energy') | int != 0 | |
and states('sensor.shellyem3_XXX_2_energy') | int != 0 }}" |
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
- platform: template | |
sensors: | |
energy_total: | |
value_template: "{{ ( states('sensor.shellyem3_XXX_0_energy') | float + states('sensor.shellyem3_XXX_1_energy') | float + states('sensor.shellyem3_XXX_2_energy') | float ) | round(2) }}" | |
unit_of_measurement: 'kWh' | |
power_total: | |
value_template: "{{ ( states('sensor.shellyem3_XXX_0_power') | float + states('sensor.shellyem3_XXX_1_power') | float + states('sensor.shellyem3_XXX_2_power') | float ) | round(2) }}" | |
unit_of_measurement: 'W' |
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
spi: | |
clk_pin: 18 | |
mosi_pin: 23 | |
font: | |
- file: "ArialTh.ttf" | |
id: font_arth | |
size: 16 | |
display: |
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
Getting Info from IoT-device | |
VTRUST-FLASH 1.5 | |
(c) VTRUST GMBH https://www.vtrust.de/35c3/ | |
READ FLASH: http://10.42.42.42/backup | |
ChipID: 4ddcbe | |
MAC: 24:62:AB:4D:DC:BE | |
BootVersion: 7 | |
BootMode: normal | |
FlashMode: 1M DOUT @ 40MHz | |
FlashChipId: 144051 |
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
SNMPv2-SMI::enterprises.2435.2.3.9.4.2.1.5.5.52.21.1.3.1 = Counter32: total printed pages | |
SNMPv2-SMI::enterprises.2435.2.3.9.4.2.1.5.5.52.21.1.3.2 = Counter32: fax/list | |
SNMPv2-SMI::enterprises.2435.2.3.9.4.2.1.5.5.52.21.1.3.3 = Counter32: mono copy | |
SNMPv2-SMI::enterprises.2435.2.3.9.4.2.1.5.5.52.21.1.3.4 = Counter32: color copy | |
SNMPv2-SMI::enterprises.2435.2.3.9.4.2.1.5.5.52.21.1.3.5 = Counter32: media print |
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
notify: | |
- platform: xmpp | |
name: andrzejdopierala_hangouts | |
sender: !secret xmpp_username | |
password: !secret xmpp_password | |
recipient: !secret adopierala_jid |
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
2020-02-11 22:21:50 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal error: protocol.data_received() call failed. | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.7/asyncio/selector_events.py", line 826, in _read_ready__data_received | |
self._protocol.data_received(data) | |
File "/usr/local/lib/python3.7/site-packages/slixmpp/xmlstream/xmlstream.py", line 406, in data_received | |
self._spawn_event(xml) | |
File "/usr/local/lib/python3.7/site-packages/slixmpp/xmlstream/xmlstream.py", line 970, in _spawn_event | |
stanza = self._build_stanza(xml) | |
File "/usr/local/lib/python3.7/site-packages/slixmpp/xmlstream/xmlstream.py", line 951, in _build_stanza | |
stanza = stanza_type(self, xml) |
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
- platform: template | |
sensors: | |
gios_944_pm25: | |
friendly_name: "GIOS Dąbrowskiego PM2.5" | |
value_template: "{{ state_attr('air_quality.gios_dabrowskiego', 'particulate_matter_2_5') |float }}" | |
unit_of_measurement: 'µg/m³' | |
gios_944_pm10: | |
friendly_name: "GIOS Dąbrowskiego PM10" | |
value_template: "{{ state_attr('air_quality.gios_dabrowskiego', 'particulate_matter_10') |float }}" | |
unit_of_measurement: 'µg/m³' |
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
[23:40:11][I][wifi:193]: WiFi Connecting to 'XXX'... | |
[23:40:17][W][wifi_esp8266:334]: Event: Disconnected ssid='XXX' reason='Probe Request Unsuccessful' | |
[23:40:17][W][wifi:451]: Error while connecting to network. | |
[23:40:17][W][wifi:488]: Restarting WiFi adapter... | |
[23:40:17][I][wifi:193]: WiFi Connecting to 'XXX'... |
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
wifi: | |
networks: | |
- ssid: !secret wifi_SSID | |
password: !secret wifi_password | |
priority: 2 | |
- ssid: !secret wifi_SSID2 | |
password: !secret wifi_password2 | |
priority: 5 | |
ap: | |
ssid: "XXX Fallback" |