Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
smart-home [2024/07/14 11:35] – [Interesting] admin | smart-home [2025/03/10 04:06] (current) – [Pantum M6500W] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Smart home ====== | ====== Smart home ====== | ||
+ | |||
+ | Контроллер - https:// | ||
====== Smart Home docker ====== | ====== Smart Home docker ====== | ||
Line 104: | Line 106: | ||
</ | </ | ||
++++ | ++++ | ||
+ | |||
+ | ===== HA - template ===== | ||
+ | <code BASH> | ||
+ | # home assistant - executing in day 24h | ||
+ | 01h 24 | ||
+ | 10m 144 | ||
+ | 05m 288 | ||
+ | 01m 1440 | ||
+ | 05s 17280 | ||
+ | 01s 86400 | ||
+ | |||
+ | {% set result = namespace(sensors=[]) %} | ||
+ | {% set exclude = [] %} | ||
+ | {% set hours = 1 %} | ||
+ | {% for state in states.sensor | rejectattr(' | ||
+ | {{state}} | ||
+ | {% if ' | ||
+ | {% set result.sensors = result.sensors + [state.name | regex_replace(find=' | ||
+ | {% endif %} | ||
+ | {% endfor %} | ||
+ | {{ result.sensors | join(', | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
====== | ====== | ||
Line 420: | Line 447: | ||
{{: | {{: | ||
+ | |||
+ | ==== Pantum M6500W ==== | ||
+ | <code BASH> | ||
+ | | ||
+ | iso.3.6.1.4.1.40093.1.1.3.12 = INTEGER: 345 | ||
+ | #SNMP OID for " | ||
+ | </ | ||
+ | Mib - {{ : | ||
+ | |||
+ | ==== HP HP Color LaserJet Pro MFP M176n ==== | ||
+ | https:// | ||
+ | <code BASH> | ||
+ | < SNMPv2-SMI:: | ||
+ | < SNMPv2-SMI:: | ||
+ | < SNMPv2-SMI:: | ||
+ | < SNMPv2-SMI:: | ||
+ | --- | ||
+ | > SNMPv2-SMI:: | ||
+ | > SNMPv2-SMI:: | ||
+ | > SNMPv2-SMI:: | ||
+ | > SNMPv2-SMI:: | ||
+ | </ |