{"id":21972646,"url":"https://github.com/mmore/pimatic-z-way","last_synced_at":"2025-07-20T02:35:55.539Z","repository":{"id":27999034,"uuid":"31493264","full_name":"MMore/pimatic-z-way","owner":"MMore","description":"pimatic plugin for controlling devices using Z-Way","archived":false,"fork":false,"pushed_at":"2017-09-10T16:19:55.000Z","size":128,"stargazers_count":7,"open_issues_count":11,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-04T04:41:28.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MMore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-01T10:28:34.000Z","updated_at":"2020-11-06T16:03:33.000Z","dependencies_parsed_at":"2022-08-01T12:47:20.286Z","dependency_job_id":null,"html_url":"https://github.com/MMore/pimatic-z-way","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/MMore/pimatic-z-way","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Fpimatic-z-way","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Fpimatic-z-way/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Fpimatic-z-way/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Fpimatic-z-way/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMore","download_url":"https://codeload.github.com/MMore/pimatic-z-way/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Fpimatic-z-way/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266058481,"owners_count":23870157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T15:19:35.953Z","updated_at":"2025-07-20T02:35:55.504Z","avatar_url":"https://github.com/MMore.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"pimatic-z-way plugin\n=======================\n\nThis is a pimatic plugin which allows you to control Z-Wave devices using [Z-Way](http://z-wave.me).\n\nConfiguration\n-------------\nYou can load the plugin by editing your `config.json` to include:\n\n    {\n       \"plugin\": \"z-way\",\n       \"hostname\": \"10.10.7.46\" // set hostname if necessary (localhost by default)\n       \"username\": \"admin\", // Username for your z-way webinterface (default admin)\n       \"password\": \"P4$$w0Rd\" // Password for your z-way webinterface\n    }\n\nDevices can be defined by adding them to the `devices` section in the config file.\nSet the `class` attribute to one of the following classes. For example:\n\n    {\n      \"class\": \"ZWaySwitch\",\n      \"id\": \"fibaro_plug\",\n      \"name\": \"Wall Plug\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-42\",\n      \"interval\": 0\n    },\n    {\n      \"class\": \"ZWayDimmer\",\n      \"id\": \"fibaro_dimmer\",\n      \"name\": \"Dimmer\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-44\",\n      \"interval\": 0\n    },\n    {\n      \"class\": \"ZWayThermostat\",\n      \"id\": \"danfoss_321\",\n      \"name\": \"Heater 1\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_19-0-17-1\",\n      \"interval\": 20,\n      \"comfyTemp\": 20,\n      \"ecoTemp\": 17\n    },\n    {\n      \"class\": \"ZWayPowerSensor\",\n      \"id\": \"fibaro_power_sensor\",\n      \"name\": \"Power Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-43\"\n    },\n    {\n      \"class\": \"ZWayLuminescenceSensor\",\n      \"id\": \"fibaro_luminescence_sensor\",\n      \"name\": \"Luminescence Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-49\"\n    },\n    {\n      \"class\": \"ZWayHumiditySensor\",\n      \"id\": \"fibaro_Humidity_sensor\",\n      \"name\": \"Humidity Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-51\"\n    },\n    {\n      \"class\": \"ZWayDoorWindowSensor\",\n      \"id\": \"fibaro_window_sensor\",\n      \"name\": \"Window Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-45\"\n    },\n    {\n      \"class\": \"ZWayTemperatureSensor\",\n      \"id\": \"fibaro_temp_sensor\",\n      \"name\": \"Window Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-46\"\n    },\n    {\n      \"class\": \"ZWayMotionSensor\",\n      \"id\": \"fibaro_motion_sensor\",\n      \"name\": \"Motion Sensor\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-47\"\n    },\n    {\n      \"class\": \"ZWayShutterController\",\n      \"id\": \"fibaro_roller_shutter\",\n      \"name\": \"Roller Shutter\",\n      \"virtualDeviceId\": \"ZWayVDev_zway_2-0-48\"\n    }\n\n\n\nFigure the `virtualDeviceId` out by calling `curl http://HOSTNAME:8083/ZAutomation/api/v1/devices`.\nIf the `interval` option is greater than 0 then the state of the device is updated automatically after the defined seconds. Sensors always should have a value greater than 0.\n\nAuthentication\n--------------\n\nStarting with Z-Way v2.0.1 authentication can become an [issue](https://github.com/Z-Wave-Me/zwave-smarthome/issues/22) for you. There must be a user that has access to your devices.\n\n1. Go to http://HOSTNAME:8083/smarthome/\n2. Assign your devices to room(s).\n3. In User management allow the 'Local User' to access your rooms.\n4. If you do not use the default 'localhost' as hostname, create a new anonymous user and allow him access to your rooms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore%2Fpimatic-z-way","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmore%2Fpimatic-z-way","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore%2Fpimatic-z-way/lists"}