And, as a question,
It is not possible to continue this project, except the part purchased in order to maintain at least all of this up?
Search found 50 matches
- 11 Apr 2025 17:33
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1487892
- 04 Apr 2025 10:17
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1487892
Re: Z-Wave.Me future (discussion)
So I can create a local backup of my pi system and continue to work with isn’t it?
And if in the future I have a problem with the system, I only need to reinstall with the backup
And if in the future I have a problem with the system, I only need to reinstall with the backup
- 04 Apr 2025 02:10
- Forum: Discussions in English
- Topic: Z-Wave.Me future (discussion)
- Replies: 25
- Views: 1487892
Re: Z-Wave.Me future (discussion)
So, for all that have a rpi with a high zwave.me home, what can we do after two years and what can’t? I mean, I probably lost the app and the external connection but, will my system work without problem in 4.1.4? Or I will need to recreate my whole house with another zwave hub or home assistant. I t...
- 19 Mar 2024 01:37
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
Ok, thank you! After some tests, I can change state and thermostat temperature using this kind of command in JS virtual device controller.devices.get("Heating_13").performCommand("energySave", {"room":1}); controller.devices.get("Heating_13").performCommand(&q...
- 15 Mar 2024 10:09
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
I’m not a Java or HTML man, but regarding html code, onclick change the state of an id from 0 to 3 depending which button is selected.
I imagine that Id is a virtual id, so muy question is, there is a code to see these virtual ids?
I imagine that Id is a virtual id, so muy question is, there is a code to see these virtual ids?
- 15 Mar 2024 09:15
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
Ok, thx. I will try and came here with results ok?
- 15 Mar 2024 00:43
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
Hereafter web codes for each button: <button class="btn widget-btn-comfort btn-default" id="btn_comfort_Heating_13" ng-click="runCmd(v.id + '/command/' + cfg.climate_state[2] + '?room=null', v.id)" ng-class="v.metrics.state == cfg.climate_state[2] ? 'btn-primary': ...
- 14 Mar 2024 22:36
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
Ok, I think that the best way is code device. I only need to know how to see the code launched at each heat control button
- 12 Mar 2024 01:14
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
Hello, I want to have the same options I have in zwave.me (esave, time dependent,…) in heat control but in HA dashboard I have a lot of scenes in zwave that directly exports to HA so I can use zwave as the core of my system and then, add some other things like Reolink cameras or HomeKit export and a...
- 10 Mar 2024 23:35
- Forum: Discussions in English
- Topic: Export heating control buttons to HA
- Replies: 11
- Views: 9777
Re: Export heating control buttons to HA
So, for me, the best way is to control directly thermostats with scenes. If I add one to a scene I don’t know how to manage the number I can use. 0,1, …. It is not clear for me. One of the best options for an scene is to manage heat, so, I’m surprising to see that it is not possible to así it into a...