Code Monkey home page Code Monkey logo

Comments (16)

rexy666 avatar rexy666 commented on September 15, 2024 1

I can also help in any way needed. I have a RTCA thermostat.
Moreover, I had set the thermostat itself to use the Fahrenheit scale, which works fine on the z-way interface but it shows some weird 3 digit number on the Home app, I'm assuming it is trying to calculate C > F? where do I fix this?

from homebridge-zway.

silverhack77 avatar silverhack77 commented on September 15, 2024

Here is the output from
http://raspberrypi:8083/ZAutomation/api/v1/devices
devices.txt

from homebridge-zway.

SphtKr avatar SphtKr commented on September 15, 2024

Thanks, this is perfect! Okay, I should be able to build support for this given this information, but it'll be a little tricky. Since Z-Way splits the heating and cooling set point into two devices/values, I have to figure out how to share those between a single HomeKit characteristic. I need to get these fixes for Z-Way 2.2.2 out first, so this is probably a 0.6.0 feature at earliest. But yes, this really helps!

from homebridge-zway.

silverhack77 avatar silverhack77 commented on September 15, 2024

Another option is to simply have two separate HomeKit characteristics - one for Heater and one for Air Conditioner ("hey Siri, set Heater to 70" vs "hey Siri, set Air Conditioner to 74"). Then you also don't need to deal with setting the Thermostat mode of Heat vs Cool because it seems like setting the temperature via ZAutomation also changes the mode as well.

Otherwise If you want to have all 3 or 4 thermostat virtual devices as a single characteristic, would it be possible to use the Homebridge.Accessory.Id tag to merge them together in ZWay?

from homebridge-zway.

silverhack77 avatar silverhack77 commented on September 15, 2024

I thought it would be good to provide some updated information. My thermostat was not setup quite right in ZWay, so I have fixed that and wanted to post the new API json results for you to use/review for this issue.
Mostly, the only differences are with some of the 'metrics' being corrected to show the correct units (C vs F) and min/max values.

SmartHome UI has 4 elements:

  • Switch for operation (on/off)
  • Temperature Sensor
  • Thermostat for heating
  • Thermostat for cooling

I have not found any 'mode' switch to choose between heating and cooling. Just changing the temperature setpoint for either thermostat will also set that mode to be active.

image

Here is the output from

http://192.168.1.106:8083/ZWaveAPI/Run/devices[33]

devices[33].txt

VDev Information:

Temperature sensor

http://192.168.1.106:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_33-0-49-1

{ "data": { "creationTime": 1465265506, "creatorId": 1, "deviceType": "sensorMultilevel", "h": -776681228, "hasHistory": false, "id": "ZWayVDev_zway_33-0-49-1", "location": 6, "metrics": { "probeTitle": "Temperature", "scaleTitle": "°F", "level": 74.5, "icon": "temperature", "title": "Temperature" }, "permanently_hidden": false, "probeType": "temperature", "tags": [], "visibility": true, "updateTime": 1465494000 }, "code": 200, "message": "200 OK", "error": null }

Thermostat operation mode

http://192.168.1.106:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_33-0-64

{ "data": { "creationTime": 1465265507, "creatorId": 1, "deviceType": "switchBinary", "h": 128800649, "hasHistory": false, "id": "ZWayVDev_zway_33-0-64", "location": 6, "metrics": { "icon": "thermostat", "title": "Thermostat operation", "level": "on" }, "permanently_hidden": false, "probeType": "thermostat_mode", "tags": [], "visibility": true, "updateTime": 1465435946 }, "code": 200, "message": "200 OK", "error": null }

Heater

http://192.168.1.106:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_33-0-67-1

{ "data": { "creationTime": 1465265507, "creatorId": 1, "deviceType": "thermostat", "h": -776623568, "hasHistory": false, "id": "ZWayVDev_zway_33-0-67-1", "location": 6, "metrics": { "scaleTitle": "°F", "level": 62, "min": 41, "max": 104, "icon": "thermostat", "title": "Heater" }, "permanently_hidden": false, "probeType": "thermostat_set_point", "tags": [], "visibility": true, "updateTime": 1465435753 }, "code": 200, "message": "200 OK", "error": null }

Air Conditioner

http://192.168.1.106:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_33-0-67-2

{ "data": { "creationTime": 1465265507, "creatorId": 1, "deviceType": "thermostat", "h": -776623567, "hasHistory": false, "id": "ZWayVDev_zway_33-0-67-2", "location": 6, "metrics": { "scaleTitle": "°F", "level": 73, "min": 41, "max": 104, "icon": "thermostat", "title": "Air conditioner" }, "permanently_hidden": false, "probeType": "thermostat_set_point", "tags": [], "visibility": true, "updateTime": 1465435946 }, "code": 200, "message": "200 OK", "error": null }

from homebridge-zway.

Fingerz avatar Fingerz commented on September 15, 2024

I have also now got a Z-Wave thermostat that supports both heating and cooling and am looking forward to 0.6 to try and integrate it. In my case I will only be using the cooling function as I don't have heating in my home. I'm having a few issues integrating it with ZWay, but as soon as those are resolved I'll post virtual device API log here.

So far this is what I get from ZWay for this thermostat:
(176.0.50.0)"},"permanently_hidden":false,"probeType":"meterElectric_kilowatt_per_hour","tags":[],"visibility":true,"updateTime":1471518632},{"creationTime":1471364076,"creatorId":1,"deviceType":"sensorMultilevel","h":-631951303,"hasHistory":false,"id":"ZWayVDev_zway_176-0-50-2","location":1,"metrics":{"probeTitle":"Electric","scaleTitle":"W","level":0,"icon":"meter","title":"Electric Meter (176.0.50.2)"},"permanently_hidden":false,"probeType":"meterElectric_watt","tags":[],"visibility":true,"updateTime":1471518667},{"creationTime":1471364075,"creatorId":1,"deviceType":"sensorMultilevel","h":-631972446,"hasHistory":false,"id":"ZWayVDev_zway_176-0-49-1","location":1,"metrics":{"probeTitle":"Temperature","scaleTitle":"°C","level":22,"icon":"temperature","title":"Temperature (176.0.49.1)"},"permanently_hidden":false,"probeType":"temperature","tags":[],"visibility":true,"updateTime":1471518670}]},"code":200,"message":"200 OK","error":null}

There is a bug in the thermostat Z-Wave firmware that prevents the Thermostat Setpoint from being exposed by ZWay, and they haven't implemented Fan Speed control in ZWay yet so that isn't exposed either. If the above device is active in ZWay, then the homebridge-zway plug-in gets stuck during initialization. I have to deactivate it for it Homebridge to complete launching.

from homebridge-zway.

Fingerz avatar Fingerz commented on September 15, 2024

OK, I've not got an updated version of the heating/cooling thermostat that I'm testing that fully conforms to the Z-Wave spec the way it's interpreted by ZWay, and as expected homebridge-zway only exposes it as a heating thermostat when I plan to use it only as a cooling thermostat. Here is the updated device description and I'm hoping you can now implement supporting for a cooling thermostat in the 0.6.0 release:

{"creationTime":1484110846,"creatorId":1,"deviceType":"sensorMultilevel","h":112730052,"hasHistory":false,"id":"ZWayVDev_zway_185-0-49-1","location":1,"metrics":{"probeTitle":"Temperature","scaleTitle":"°C","level":21.6,"icon":"temperature","title":"Passage Thermostat Ambient Temperature"},"permanently_hidden":false,"probeType":"temperature","tags":[],"visibility":true,"updateTime":1484112075},{"creationTime":1484110850,"creatorId":1,"deviceType":"thermostat","h":112787712,"hasHistory":false,"id":"ZWayVDev_zway_185-0-67-1","location":1,"metrics":{"scaleTitle":"°C","level":20,"min":7,"max":35,"icon":"thermostat","title":"Passage Thermostat Heat (185.0)"},"permanently_hidden":false,"probeType":"thermostat_set_point","tags":["Homebridge.Skip"],"visibility":true,"updateTime":1484111367},{"creationTime":1484110850,"creatorId":1,"deviceType":"thermostat","h":112787713,"hasHistory":false,"id":"ZWayVDev_zway_185-0-67-2","location":1,"metrics":{"scaleTitle":"°C","level":24,"min":7,"max":35,"icon":"thermostat","title":"Passage Thermostat Cooling Setpoint"},"permanently_hidden":false,"probeType":"thermostat_set_point","tags":[],"visibility":true,"updateTime":1484112082}]},"code":200,"message":"200 OK","error":null}

from homebridge-zway.

silverhack77 avatar silverhack77 commented on September 15, 2024

Just wanted to say that I have upgraded to an Ecobee so I no longer need the thermostat controls via Homebridge / ZWay. That said.... I no longer need my old thermostat (2Gig CCT30) so if you would like it for testing/debugging, I would be willing to ship it to you.

from homebridge-zway.

SphtKr avatar SphtKr commented on September 15, 2024

@silverhack77 Huh--well that's nice of you, thanks! Is it a U.S. device though? I'm in Europe and I'm on Euro frequencies with my setup--so I might not be able to connect it.

from homebridge-zway.

Fingerz avatar Fingerz commented on September 15, 2024

from homebridge-zway.

silverhack77 avatar silverhack77 commented on September 15, 2024

Yep, mine is US frequency. I'll also see if anyone on the Z-Wave.me forums wants it.

from homebridge-zway.

acote5 avatar acote5 commented on September 15, 2024

Not sure I entirely follow what was proposed in this thread. However, I was able to work around the issue with my thermostat (CT30). In Zway, the CT30 creates a Heating and Cooling device. Disabling the Heating device made everything work properly from a hombridge-zway perspective.

It still shows up as a "heating" device in homekit, but the interface with cooling works perfectly because homebridge-zway communicates with the "cooling" z-wave.me device (instead of the heating). I can now integrate my AC in the thermostat schedule, so I'm perfectly happy with the feature as is.

If others confirm my workaround works well, I'd recommend this bypass be added to the instructions, and this "limitation" be removed from the main documentation. Big thanks to the dev for this plugin. Works perfectly.

from homebridge-zway.

danabdul avatar danabdul commented on September 15, 2024

I have a honeywell thermostat and need to get both heating and cooling working. I can provide device outputs if needed. Thanks

from homebridge-zway.

spacesuitdiver avatar spacesuitdiver commented on September 15, 2024

Would a look at homebridge-smartthings help? I am considering zway because SmartThings doesn't seem to properly report back to homekit (or itself even usually) the status of CT100 thermostats. Is zway at least reliable?

from homebridge-zway.

josecarlosmoimaz avatar josecarlosmoimaz commented on September 15, 2024

I've just started using zway server on raspberry pi, I really don't want to use the zway home control app, the apple HomeKit app is perfect, without speaking of siri. I already used Homebridge with fibaro HC and would be perfect if we could have total AC control over zway with Homebridge. (turning on, off, cooling, heating..). The experience would be very similar to the fibaro system but with much less cost.

from homebridge-zway.

hubert3 avatar hubert3 commented on September 15, 2024

I have a ZXT-120 Aircon IR remote blaster which exposes 4 devices in Z-Way - Temperature sensor, On/off switch, Heat (with target temperature setting) and Cool (with target temp)

Works exactly as expected in the Z-Way web interface, works somewhat in the Homebridge web interface but not at all in iOS Home app - I see the current temp display but toggling modes between off/heat/cool/auto doesn't work, and I can't select a target temperature

Has anyone made a device like this work in Homekit through homebridge-zway in a combined thermostat device or as 2 or 3 separate devices?

from homebridge-zway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.