boneio 1.5.0.dev5__tar.gz → 1.5.0.dev7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {boneio-1.5.0.dev5/boneio.egg-info → boneio-1.5.0.dev7}/PKG-INFO +1 -1
- boneio-1.5.0.dev7/boneio/boards/1.0/input.yaml +202 -0
- boneio-1.5.0.dev7/boneio/boards/1.0/output_24_16.yaml +132 -0
- boneio-1.5.0.dev7/boneio/boards/1.0/output_32_10.yaml +172 -0
- boneio-1.5.0.dev7/boneio/boards/1.0/output_48_4.yaml +254 -0
- boneio-1.5.0.dev7/boneio/boards/1.0/output_cover.yaml +172 -0
- boneio-1.5.0.dev7/boneio/boards/1.0/output_cover_mix.yaml +172 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/irrigation/controller.py +36 -6
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/__init__.py +3 -0
- boneio-1.5.0.dev7/boneio/components/output/buzzer.py +85 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/mcp.py +2 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/config_helper.py +9 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/yaml_util.py +5 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/outputs.py +11 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/lox.py +44 -4
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/integration/interlock.py +16 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/actions.py +34 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/bootstrap/boneio-migrate +36 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/runner.py +82 -0
- boneio-1.5.0.dev7/boneio/migrations/versions/v1_5_1_ufw_lox_udp.py +32 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/runner.py +2 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/schema.yaml +8 -3
- boneio-1.5.0.dev7/boneio/version.py +2 -0
- boneio-1.5.0.dev5/boneio/webui/frontend-dist/assets/ConfigEditor-B5IWaYQG.js → boneio-1.5.0.dev7/boneio/webui/frontend-dist/assets/ConfigEditor-DbZgmkmq.js +1 -1
- boneio-1.5.0.dev5/boneio/webui/frontend-dist/assets/aiWizardPrompt-DGU7pfbV.js → boneio-1.5.0.dev7/boneio/webui/frontend-dist/assets/aiWizardPrompt-BubjUKaK.js +1 -1
- boneio-1.5.0.dev7/boneio/webui/frontend-dist/assets/index-qx3gjAAI.js +130 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/index.html +1 -1
- {boneio-1.5.0.dev5/boneio/webui → boneio-1.5.0.dev7/boneio/webui/frontend-dist}/schema/boneio.schema.json +3 -1
- {boneio-1.5.0.dev5/boneio/webui → boneio-1.5.0.dev7/boneio/webui/frontend-dist}/schema/config.schema.json +11 -3
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/output.schema.json +8 -2
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/sw.js +1 -1
- {boneio-1.5.0.dev5/boneio/webui/frontend-dist → boneio-1.5.0.dev7/boneio/webui}/schema/boneio.schema.json +3 -1
- {boneio-1.5.0.dev5/boneio/webui/frontend-dist → boneio-1.5.0.dev7/boneio/webui}/schema/config.schema.json +11 -3
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/output.schema.json +8 -2
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7/boneio.egg-info}/PKG-INFO +1 -1
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio.egg-info/SOURCES.txt +11 -3
- boneio-1.5.0.dev5/boneio/version.py +0 -2
- boneio-1.5.0.dev5/boneio/webui/frontend-dist/assets/index-Uwrd1-uP.js +0 -130
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/LICENSE +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/MANIFEST.in +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/README.md +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/output_32_5.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.2/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/output_32_5.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.3/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/output_32_5.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.4/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.5/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.5/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.5/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.5/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.5/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.6/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.6/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.6/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.6/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.6/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/output_48_4.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.7/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/input.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/output_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/output_32_10.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/output_48_4.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/output_cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/boards/0.8/output_cover_mix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/bonecli.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/cover/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/cover/cover.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/cover/time_based.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/cover/venetian.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/group/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/group/output_group.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/binary_sensor.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/detectors.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/event.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/remote/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/remote/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/input/remote/esphome.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/irrigation/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/irrigation/water_source.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/basic.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/pca.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/pcf.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/output/remote.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/sensor/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/sensor/virtual_energy.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/template/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/template/alarm_panel.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/template/gate_cover.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/components/template/thermostat.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/const.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/data/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/data/docker-compose-cloud.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/data/docker-compose.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/data/init-certs-cloud.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/registration.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/cloud/secrets.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/migrations/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/migrations/v1_proxy_port.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/migrations/v2_transition.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/package-lock.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/package.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/config/schema_converter.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/discovery.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/events/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/events/bus.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/action_conditions.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/canopen.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/covers.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/display.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/inputs.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/irrigation.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/manager.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/modbus.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/remote.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/remote_input_registrar.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/sensors.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/templates/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/templates/alarm.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/templates/gate_cover.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/templates/thermostat.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/templates.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/manager/update.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/basic.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/basic_mqtt.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/composite.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/local.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/mqtt.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/messaging/queue.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/can.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/esphome.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/mqtt.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/remote/wled.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/sensor/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/sensor/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/sensor/system.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/state/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/state/manager.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/system/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/system/host_data.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/system/monitor.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/async_updater.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/conditions.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/filter.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/font_util.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/logger.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/timeperiod.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/core/utils/util.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/config.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/event.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/mqtt.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/24x16/output24x16A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/config.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/event.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/mqtt.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/32x10/output32x10A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/config.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/event.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/mqtt.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/48x4/output48x4A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/can_master.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/can_slave.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/config.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/event.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/mqtt.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover/outputCover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/config.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/cover.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/event.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/mqtt.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/cover_mix/outputCoverMix.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/all_binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/binary_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/binary_sensor_v_0_7.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/config_24_16.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/event_all.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/event_v_0_7.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/led32x4A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/output24x16A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/output24x16A_v0.3.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/output32x10A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/example_config/different_configs/output32x5A.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/exceptions.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/analog/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/analog/adc.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/bridge.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/client.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/interface.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/node.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/node_id.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/can/test_od.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/display/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/display/early_oled.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/display/fonts/danube__.ttf +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/display/oled.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/expanders/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/expanders/mcp23017.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/expanders/pca9685.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/expanders/pcf8575.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/input/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/input/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/gpio/input/manager.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/bus.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/ina219.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/ina219_driver.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/mcp9808.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/i2c/pct2075.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/onewire/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/onewire/bus.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/onewire/dallas.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/onewire/ds2482.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/sensor/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/sensor/temperature/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/sensor/temperature/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/sensor/temperature/mcp9808.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/hardware/sensor/temperature/pct2075.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/integration/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/integration/homeassistant.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/integration/lox_template.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/MANIFEST.sha256 +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/daemon.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/nodered/caddy/502.html +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/nodered/caddy/init-certs.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/nodered/docker-compose.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/nodered/nginx/default.conf +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/docker/nodered/node-red/settings.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/journald/journald.conf +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/mosquitto/boneio.conf +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/sudoers/boneio +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/systemd/boneio-oled-boot.service +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/systemd/boneio-oled-shutdown.service +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/systemd/boneio.service +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/systemd/set-hostname-once.service +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/usr-local-bin/set-hostname-once.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/usr-sbin/oled_boot_splash.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/usr-sbin/oled_boot_splash.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/usr-sbin/oled_msg.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/assets/usr-sbin/oled_msg.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/bootstrap/install-helper.sh +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/bootstrap/sudoers-migrate +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_3_0_baseline.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_3_1_fix_oled_boot.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_3_2_cleanup_can_sudoers.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_4_0_fix_mqtt_sudoers.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_4_3_oled_shutdown.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_4_4_caddy.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/migrations/versions/v1_5_0_fix_oled_fifo_permissions.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/cli.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/client.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/coordinator.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/dts1964_3f.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/le-03mw.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/le-03mwct.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/orno-or-we-517.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/sdm120.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/sdm630.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/socomec_e03.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/energy_meters/socomec_e23.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/hvac/eht-topventil-plus.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/hvac/fujitsu-ac.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/hvac/thessla.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/hvac/ventclear.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/hvac/wanas415.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/inverters/sofar.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/other/esp32_relay_x4_modbus.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/other/n4dsc08.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/other/r4dcb08.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/boneio-edge-temp.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/cwt.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/dyp-a12-ultrasonic.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/gdfs.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/gdfx.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/liquid-sensor.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/pt100.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/sht20.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/devices/sensors/sht30.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/base.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/derived/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/derived/numeric.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/derived/select.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/derived/switch.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/derived/text.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/sensor/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/sensor/binary.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/sensor/numeric.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/sensor/text.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/writeable/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/writeable/binary.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/entities/writeable/numeric.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/mock_coordinator.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/modbus/utils.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/actions.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/events.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/files.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/logs.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/mqtt.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/models/state.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/actions.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/actions_sensor.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/actions_switch.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/condition.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/filters.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/filters_adc.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/id.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/remote_devices.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/remote_inputs.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/remote_outputs.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/temp_unit.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/schema/update_interval.yaml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/action_validation.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/app.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/dashboard_cards.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/codicon-ngg6Pgfi.ttf +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/css.worker-CvXBzhp8.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/editor.worker-Cn2oRESe.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/html.worker-BO6WuOEO.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/index-D6g-vdBv.css +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/json.worker-BkJRGcCJ.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/monaco-61yH0vfd.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/monaco-Br_kD0ds.css +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/rolldown-runtime-QTnfLwEv.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/ts.worker-B0J26iPs.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/vendor-pmGLHP0_.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/workbox-window.prod.es5-Bd17z0YL.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/assets/yaml.worker-BKRoXlmz.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/boneio-192.png +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/boneio-512.png +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/boneio.svg +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/boneio_fav.svg +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/adc.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/areas.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/binary_sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/can.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/cover.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/dallas.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/ds2482.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/event.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/ina219.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/irrigation.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/lm75.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/logger.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/lox_udp.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/mcp23017.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/mcp9808.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/modbus.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/modbus_devices.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/mqtt.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/oled.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/output_group.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/pca9685.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/pcf8575.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/remote_devices.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/remote_inputs.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/remote_outputs.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/template.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/virtual_energy_sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/schema/web.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/frontend-dist/workbox-4918f2f6.js +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/hvac_svg_templates.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/middleware/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/middleware/auth.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/modbus_card_templates.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/auth.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/caddy.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/can.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/config.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/covers.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/dashboard.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/dev_fake_device.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/irrigation.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/migrations.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/modbus.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/outputs.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/remote_devices.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/sensors.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/system.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/templates.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/timezone_sudoers.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/tools.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/routes/update.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/adc.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/areas.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/binary_sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/can.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/cover.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/dallas.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/ds2482.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/event.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/ina219.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/irrigation.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/lm75.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/logger.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/lox_udp.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/mcp23017.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/mcp9808.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/modbus.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/modbus_devices.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/mqtt.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/oled.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/output_group.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/pca9685.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/pcf8575.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/remote_devices.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/remote_inputs.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/remote_outputs.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/template.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/virtual_energy_sensor.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/schema/web.schema.json +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/services/__init__.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/services/logs.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/web_server.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio/webui/websocket_manager.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio.egg-info/dependency_links.txt +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio.egg-info/entry_points.txt +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio.egg-info/requires.txt +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/boneio.egg-info/top_level.txt +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/pyproject.toml +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/setup.cfg +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/setup.py +0 -0
- {boneio-1.5.0.dev5 → boneio-1.5.0.dev7}/tests/test_py313_compatibility.py +0 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
input_mapping:
|
|
2
|
+
in_01:
|
|
3
|
+
pin: P8_37
|
|
4
|
+
gpiochip: 1
|
|
5
|
+
line: 14
|
|
6
|
+
in_02:
|
|
7
|
+
pin: P8_38
|
|
8
|
+
gpiochip: 1
|
|
9
|
+
line: 15
|
|
10
|
+
in_03:
|
|
11
|
+
pin: P8_39
|
|
12
|
+
gpiochip: 1
|
|
13
|
+
line: 12
|
|
14
|
+
in_04:
|
|
15
|
+
pin: P8_40
|
|
16
|
+
gpiochip: 1
|
|
17
|
+
line: 13
|
|
18
|
+
in_05:
|
|
19
|
+
pin: P8_41
|
|
20
|
+
gpiochip: 1
|
|
21
|
+
line: 10
|
|
22
|
+
#PU
|
|
23
|
+
in_06:
|
|
24
|
+
pin: P8_42
|
|
25
|
+
gpiochip: 1
|
|
26
|
+
line: 11
|
|
27
|
+
#PU
|
|
28
|
+
in_07:
|
|
29
|
+
pin: P8_43
|
|
30
|
+
gpiochip: 1
|
|
31
|
+
line: 8
|
|
32
|
+
#PU
|
|
33
|
+
in_08:
|
|
34
|
+
pin: P8_44
|
|
35
|
+
gpiochip: 1
|
|
36
|
+
line: 9
|
|
37
|
+
in_09:
|
|
38
|
+
pin: P8_45
|
|
39
|
+
gpiochip: 1
|
|
40
|
+
line: 6
|
|
41
|
+
in_10:
|
|
42
|
+
pin: P8_46
|
|
43
|
+
gpiochip: 1
|
|
44
|
+
line: 7
|
|
45
|
+
in_11:
|
|
46
|
+
pin: P9_42
|
|
47
|
+
gpiochip: 3
|
|
48
|
+
line: 7
|
|
49
|
+
in_12:
|
|
50
|
+
pin: P9_31
|
|
51
|
+
gpiochip: 2
|
|
52
|
+
line: 14
|
|
53
|
+
in_13:
|
|
54
|
+
pin: P9_30
|
|
55
|
+
gpiochip: 2
|
|
56
|
+
line: 16
|
|
57
|
+
in_14:
|
|
58
|
+
pin: P9_29
|
|
59
|
+
gpiochip: 2
|
|
60
|
+
line: 15
|
|
61
|
+
in_15:
|
|
62
|
+
pin: P9_28
|
|
63
|
+
gpiochip: 2
|
|
64
|
+
line: 17
|
|
65
|
+
in_16:
|
|
66
|
+
pin: P9_27
|
|
67
|
+
gpiochip: 2
|
|
68
|
+
line: 19
|
|
69
|
+
in_17:
|
|
70
|
+
pin: P9_25
|
|
71
|
+
gpiochip: 2
|
|
72
|
+
line: 21
|
|
73
|
+
in_18:
|
|
74
|
+
pin: P9_23
|
|
75
|
+
gpiochip: 0
|
|
76
|
+
line: 17
|
|
77
|
+
in_19:
|
|
78
|
+
pin: P9_22
|
|
79
|
+
gpiochip: 3
|
|
80
|
+
line: 2
|
|
81
|
+
in_20:
|
|
82
|
+
pin: P9_21
|
|
83
|
+
gpiochip: 3
|
|
84
|
+
line: 3
|
|
85
|
+
in_21:
|
|
86
|
+
pin: P9_18
|
|
87
|
+
gpiochip: 3
|
|
88
|
+
line: 4
|
|
89
|
+
in_22:
|
|
90
|
+
pin: P9_17
|
|
91
|
+
gpiochip: 3
|
|
92
|
+
line: 5
|
|
93
|
+
in_23:
|
|
94
|
+
pin: P9_16
|
|
95
|
+
gpiochip: 0
|
|
96
|
+
line: 19
|
|
97
|
+
in_24:
|
|
98
|
+
pin: P9_15
|
|
99
|
+
gpiochip: 0
|
|
100
|
+
line: 16
|
|
101
|
+
in_25:
|
|
102
|
+
pin: P9_14
|
|
103
|
+
gpiochip: 0
|
|
104
|
+
line: 18
|
|
105
|
+
in_26:
|
|
106
|
+
pin: P8_7
|
|
107
|
+
gpiochip: 1
|
|
108
|
+
line: 2
|
|
109
|
+
in_27:
|
|
110
|
+
pin: P8_8
|
|
111
|
+
gpiochip: 1
|
|
112
|
+
line: 3
|
|
113
|
+
in_28:
|
|
114
|
+
pin: P8_9
|
|
115
|
+
gpiochip: 1
|
|
116
|
+
line: 5
|
|
117
|
+
in_29:
|
|
118
|
+
pin: P8_36
|
|
119
|
+
gpiochip: 1
|
|
120
|
+
line: 16
|
|
121
|
+
in_30:
|
|
122
|
+
pin: P8_35
|
|
123
|
+
gpiochip: 3
|
|
124
|
+
line: 8
|
|
125
|
+
in_31:
|
|
126
|
+
pin: P8_34
|
|
127
|
+
gpiochip: 1
|
|
128
|
+
line: 17
|
|
129
|
+
in_32:
|
|
130
|
+
pin: P8_33
|
|
131
|
+
gpiochip: 3
|
|
132
|
+
line: 9
|
|
133
|
+
in_33:
|
|
134
|
+
pin: P8_32
|
|
135
|
+
gpiochip: 3
|
|
136
|
+
line: 11
|
|
137
|
+
in_34:
|
|
138
|
+
pin: P8_31
|
|
139
|
+
gpiochip: 3
|
|
140
|
+
line: 10
|
|
141
|
+
in_35:
|
|
142
|
+
pin: P8_30
|
|
143
|
+
gpiochip: 1
|
|
144
|
+
line: 25
|
|
145
|
+
##
|
|
146
|
+
in_36:
|
|
147
|
+
pin: P8_29
|
|
148
|
+
gpiochip: 1
|
|
149
|
+
line: 23
|
|
150
|
+
in_37:
|
|
151
|
+
pin: P8_28
|
|
152
|
+
gpiochip: 1
|
|
153
|
+
line: 24
|
|
154
|
+
in_38:
|
|
155
|
+
pin: P8_27
|
|
156
|
+
gpiochip: 1
|
|
157
|
+
line: 22
|
|
158
|
+
in_39:
|
|
159
|
+
pin: P8_26
|
|
160
|
+
gpiochip: 0
|
|
161
|
+
line: 29
|
|
162
|
+
##
|
|
163
|
+
in_40:
|
|
164
|
+
pin: P8_19
|
|
165
|
+
gpiochip: 3
|
|
166
|
+
line: 22
|
|
167
|
+
in_41:
|
|
168
|
+
pin: P8_18
|
|
169
|
+
gpiochip: 1
|
|
170
|
+
line: 1
|
|
171
|
+
in_42:
|
|
172
|
+
pin: P8_17
|
|
173
|
+
gpiochip: 3
|
|
174
|
+
line: 27
|
|
175
|
+
in_43:
|
|
176
|
+
pin: P8_16
|
|
177
|
+
gpiochip: 0
|
|
178
|
+
line: 14
|
|
179
|
+
in_44:
|
|
180
|
+
pin: P8_15
|
|
181
|
+
gpiochip: 0
|
|
182
|
+
line: 15
|
|
183
|
+
in_45:
|
|
184
|
+
pin: P8_14
|
|
185
|
+
gpiochip: 3
|
|
186
|
+
line: 26
|
|
187
|
+
in_46:
|
|
188
|
+
pin: P8_13
|
|
189
|
+
gpiochip: 3
|
|
190
|
+
line: 23
|
|
191
|
+
in_47:
|
|
192
|
+
pin: P8_12
|
|
193
|
+
gpiochip: 0
|
|
194
|
+
line: 12
|
|
195
|
+
in_48:
|
|
196
|
+
pin: P8_11
|
|
197
|
+
gpiochip: 0
|
|
198
|
+
line: 13
|
|
199
|
+
in_49:
|
|
200
|
+
pin: P8_10
|
|
201
|
+
gpiochip: 1
|
|
202
|
+
line: 4
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
mcp23017:
|
|
2
|
+
- id: mcp_left
|
|
3
|
+
address: 35
|
|
4
|
+
- id: mcp_right
|
|
5
|
+
address: 36
|
|
6
|
+
output_mapping:
|
|
7
|
+
out_01:
|
|
8
|
+
kind: mcp
|
|
9
|
+
mcp_id: mcp_left
|
|
10
|
+
pin: 8
|
|
11
|
+
output_type: switch
|
|
12
|
+
out_02:
|
|
13
|
+
kind: mcp
|
|
14
|
+
mcp_id: mcp_left
|
|
15
|
+
pin: 9
|
|
16
|
+
output_type: switch
|
|
17
|
+
out_03:
|
|
18
|
+
kind: mcp
|
|
19
|
+
mcp_id: mcp_left
|
|
20
|
+
pin: 10
|
|
21
|
+
output_type: switch
|
|
22
|
+
out_04:
|
|
23
|
+
kind: mcp
|
|
24
|
+
mcp_id: mcp_left
|
|
25
|
+
pin: 11
|
|
26
|
+
output_type: switch
|
|
27
|
+
out_05:
|
|
28
|
+
kind: mcp
|
|
29
|
+
mcp_id: mcp_left
|
|
30
|
+
pin: 12
|
|
31
|
+
output_type: switch
|
|
32
|
+
out_06:
|
|
33
|
+
kind: mcp
|
|
34
|
+
mcp_id: mcp_left
|
|
35
|
+
pin: 13
|
|
36
|
+
output_type: switch
|
|
37
|
+
out_07:
|
|
38
|
+
kind: mcp
|
|
39
|
+
mcp_id: mcp_left
|
|
40
|
+
pin: 14
|
|
41
|
+
output_type: switch
|
|
42
|
+
out_08:
|
|
43
|
+
kind: mcp
|
|
44
|
+
mcp_id: mcp_left
|
|
45
|
+
pin: 15
|
|
46
|
+
output_type: switch
|
|
47
|
+
out_09:
|
|
48
|
+
kind: mcp
|
|
49
|
+
mcp_id: mcp_right
|
|
50
|
+
pin: 8
|
|
51
|
+
output_type: switch
|
|
52
|
+
out_10:
|
|
53
|
+
kind: mcp
|
|
54
|
+
mcp_id: mcp_right
|
|
55
|
+
pin: 9
|
|
56
|
+
output_type: switch
|
|
57
|
+
out_11:
|
|
58
|
+
kind: mcp
|
|
59
|
+
mcp_id: mcp_right
|
|
60
|
+
pin: 10
|
|
61
|
+
output_type: switch
|
|
62
|
+
out_12:
|
|
63
|
+
kind: mcp
|
|
64
|
+
mcp_id: mcp_right
|
|
65
|
+
pin: 11
|
|
66
|
+
output_type: switch
|
|
67
|
+
out_13:
|
|
68
|
+
kind: mcp
|
|
69
|
+
mcp_id: mcp_left
|
|
70
|
+
pin: 7
|
|
71
|
+
output_type: switch
|
|
72
|
+
out_14:
|
|
73
|
+
kind: mcp
|
|
74
|
+
mcp_id: mcp_left
|
|
75
|
+
pin: 6
|
|
76
|
+
output_type: switch
|
|
77
|
+
out_15:
|
|
78
|
+
kind: mcp
|
|
79
|
+
mcp_id: mcp_left
|
|
80
|
+
pin: 5
|
|
81
|
+
output_type: switch
|
|
82
|
+
out_16:
|
|
83
|
+
kind: mcp
|
|
84
|
+
mcp_id: mcp_left
|
|
85
|
+
pin: 4
|
|
86
|
+
output_type: switch
|
|
87
|
+
out_17:
|
|
88
|
+
kind: mcp
|
|
89
|
+
mcp_id: mcp_left
|
|
90
|
+
pin: 3
|
|
91
|
+
output_type: switch
|
|
92
|
+
out_18:
|
|
93
|
+
kind: mcp
|
|
94
|
+
mcp_id: mcp_left
|
|
95
|
+
pin: 2
|
|
96
|
+
output_type: switch
|
|
97
|
+
out_19:
|
|
98
|
+
kind: mcp
|
|
99
|
+
mcp_id: mcp_left
|
|
100
|
+
pin: 1
|
|
101
|
+
output_type: switch
|
|
102
|
+
out_20:
|
|
103
|
+
kind: mcp
|
|
104
|
+
mcp_id: mcp_left
|
|
105
|
+
pin: 0
|
|
106
|
+
output_type: switch
|
|
107
|
+
out_21:
|
|
108
|
+
kind: mcp
|
|
109
|
+
mcp_id: mcp_right
|
|
110
|
+
pin: 12
|
|
111
|
+
output_type: switch
|
|
112
|
+
out_22:
|
|
113
|
+
kind: mcp
|
|
114
|
+
mcp_id: mcp_right
|
|
115
|
+
pin: 13
|
|
116
|
+
output_type: switch
|
|
117
|
+
out_23:
|
|
118
|
+
kind: mcp
|
|
119
|
+
mcp_id: mcp_right
|
|
120
|
+
pin: 14
|
|
121
|
+
output_type: switch
|
|
122
|
+
out_24:
|
|
123
|
+
kind: mcp
|
|
124
|
+
mcp_id: mcp_right
|
|
125
|
+
pin: 15
|
|
126
|
+
output_type: switch
|
|
127
|
+
buzzer:
|
|
128
|
+
kind: buzzer
|
|
129
|
+
output_type: switch
|
|
130
|
+
ds2482:
|
|
131
|
+
- id: ds2482_bus
|
|
132
|
+
address: '0x18'
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
mcp23017:
|
|
2
|
+
- id: mcp_left
|
|
3
|
+
address: 35
|
|
4
|
+
- id: mcp_right
|
|
5
|
+
address: 36
|
|
6
|
+
output_mapping:
|
|
7
|
+
out_01:
|
|
8
|
+
kind: mcp
|
|
9
|
+
mcp_id: mcp_left
|
|
10
|
+
pin: 7
|
|
11
|
+
output_type: light
|
|
12
|
+
out_02:
|
|
13
|
+
kind: mcp
|
|
14
|
+
mcp_id: mcp_left
|
|
15
|
+
pin: 6
|
|
16
|
+
output_type: light
|
|
17
|
+
out_03:
|
|
18
|
+
kind: mcp
|
|
19
|
+
mcp_id: mcp_left
|
|
20
|
+
pin: 5
|
|
21
|
+
output_type: light
|
|
22
|
+
out_04:
|
|
23
|
+
kind: mcp
|
|
24
|
+
mcp_id: mcp_left
|
|
25
|
+
pin: 4
|
|
26
|
+
output_type: light
|
|
27
|
+
out_05:
|
|
28
|
+
kind: mcp
|
|
29
|
+
mcp_id: mcp_left
|
|
30
|
+
pin: 3
|
|
31
|
+
output_type: light
|
|
32
|
+
out_06:
|
|
33
|
+
kind: mcp
|
|
34
|
+
mcp_id: mcp_left
|
|
35
|
+
pin: 2
|
|
36
|
+
output_type: light
|
|
37
|
+
out_07:
|
|
38
|
+
kind: mcp
|
|
39
|
+
mcp_id: mcp_left
|
|
40
|
+
pin: 1
|
|
41
|
+
output_type: light
|
|
42
|
+
out_08:
|
|
43
|
+
kind: mcp
|
|
44
|
+
mcp_id: mcp_left
|
|
45
|
+
pin: 0
|
|
46
|
+
output_type: light
|
|
47
|
+
out_09:
|
|
48
|
+
kind: mcp
|
|
49
|
+
mcp_id: mcp_right
|
|
50
|
+
pin: 7
|
|
51
|
+
output_type: light
|
|
52
|
+
out_10:
|
|
53
|
+
kind: mcp
|
|
54
|
+
mcp_id: mcp_right
|
|
55
|
+
pin: 6
|
|
56
|
+
output_type: light
|
|
57
|
+
out_11:
|
|
58
|
+
kind: mcp
|
|
59
|
+
mcp_id: mcp_right
|
|
60
|
+
pin: 5
|
|
61
|
+
output_type: light
|
|
62
|
+
out_12:
|
|
63
|
+
kind: mcp
|
|
64
|
+
mcp_id: mcp_right
|
|
65
|
+
pin: 4
|
|
66
|
+
output_type: light
|
|
67
|
+
out_13:
|
|
68
|
+
kind: mcp
|
|
69
|
+
mcp_id: mcp_right
|
|
70
|
+
pin: 3
|
|
71
|
+
output_type: light
|
|
72
|
+
out_14:
|
|
73
|
+
kind: mcp
|
|
74
|
+
mcp_id: mcp_right
|
|
75
|
+
pin: 2
|
|
76
|
+
output_type: light
|
|
77
|
+
out_15:
|
|
78
|
+
kind: mcp
|
|
79
|
+
mcp_id: mcp_right
|
|
80
|
+
pin: 1
|
|
81
|
+
output_type: light
|
|
82
|
+
out_16:
|
|
83
|
+
kind: mcp
|
|
84
|
+
mcp_id: mcp_right
|
|
85
|
+
pin: 0
|
|
86
|
+
output_type: light
|
|
87
|
+
out_17:
|
|
88
|
+
kind: mcp
|
|
89
|
+
mcp_id: mcp_left
|
|
90
|
+
pin: 8
|
|
91
|
+
output_type: light
|
|
92
|
+
out_18:
|
|
93
|
+
kind: mcp
|
|
94
|
+
mcp_id: mcp_left
|
|
95
|
+
pin: 9
|
|
96
|
+
output_type: light
|
|
97
|
+
out_19:
|
|
98
|
+
kind: mcp
|
|
99
|
+
mcp_id: mcp_left
|
|
100
|
+
pin: 10
|
|
101
|
+
output_type: light
|
|
102
|
+
out_20:
|
|
103
|
+
kind: mcp
|
|
104
|
+
mcp_id: mcp_left
|
|
105
|
+
pin: 11
|
|
106
|
+
output_type: light
|
|
107
|
+
out_21:
|
|
108
|
+
kind: mcp
|
|
109
|
+
mcp_id: mcp_left
|
|
110
|
+
pin: 12
|
|
111
|
+
output_type: light
|
|
112
|
+
out_22:
|
|
113
|
+
kind: mcp
|
|
114
|
+
mcp_id: mcp_left
|
|
115
|
+
pin: 13
|
|
116
|
+
output_type: light
|
|
117
|
+
out_23:
|
|
118
|
+
kind: mcp
|
|
119
|
+
mcp_id: mcp_left
|
|
120
|
+
pin: 14
|
|
121
|
+
output_type: light
|
|
122
|
+
out_24:
|
|
123
|
+
kind: mcp
|
|
124
|
+
mcp_id: mcp_left
|
|
125
|
+
pin: 15
|
|
126
|
+
output_type: light
|
|
127
|
+
out_25:
|
|
128
|
+
kind: mcp
|
|
129
|
+
mcp_id: mcp_right
|
|
130
|
+
pin: 8
|
|
131
|
+
output_type: light
|
|
132
|
+
out_26:
|
|
133
|
+
kind: mcp
|
|
134
|
+
mcp_id: mcp_right
|
|
135
|
+
pin: 9
|
|
136
|
+
output_type: light
|
|
137
|
+
out_27:
|
|
138
|
+
kind: mcp
|
|
139
|
+
mcp_id: mcp_right
|
|
140
|
+
pin: 10
|
|
141
|
+
output_type: light
|
|
142
|
+
out_28:
|
|
143
|
+
kind: mcp
|
|
144
|
+
mcp_id: mcp_right
|
|
145
|
+
pin: 11
|
|
146
|
+
output_type: light
|
|
147
|
+
out_29:
|
|
148
|
+
kind: mcp
|
|
149
|
+
mcp_id: mcp_right
|
|
150
|
+
pin: 12
|
|
151
|
+
output_type: light
|
|
152
|
+
out_30:
|
|
153
|
+
kind: mcp
|
|
154
|
+
mcp_id: mcp_right
|
|
155
|
+
pin: 13
|
|
156
|
+
output_type: light
|
|
157
|
+
out_31:
|
|
158
|
+
kind: mcp
|
|
159
|
+
mcp_id: mcp_right
|
|
160
|
+
pin: 14
|
|
161
|
+
output_type: light
|
|
162
|
+
out_32:
|
|
163
|
+
kind: mcp
|
|
164
|
+
mcp_id: mcp_right
|
|
165
|
+
pin: 15
|
|
166
|
+
output_type: light
|
|
167
|
+
buzzer:
|
|
168
|
+
kind: buzzer
|
|
169
|
+
output_type: switch
|
|
170
|
+
ds2482:
|
|
171
|
+
- id: ds2482_bus
|
|
172
|
+
address: '0x18'
|