Search found 51 matches

by markchang
01 Oct 2025 22:02
Forum: Discussions in English
Topic: Problem with access to hub via app
Replies: 0
Views: 680

Problem with access to hub via app

Hello, Some weeks ago I started to have a strange behavior in my zwave.me system. When I open the app, after the Face ID, it appears a white page with only a green button “my hubs” in left upper corner. Besides, I have some notifications of email notification error. The app problem is in local netwo...
by markchang
11 Apr 2025 17:33
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 34
Views: 1501006

Re: Z-Wave.Me future (discussion)

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?
by markchang
04 Apr 2025 10:17
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 34
Views: 1501006

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
by markchang
04 Apr 2025 02:10
Forum: Discussions in English
Topic: Z-Wave.Me future (discussion)
Replies: 34
Views: 1501006

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...
by markchang
19 Mar 2024 01:37
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

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...
by markchang
15 Mar 2024 10:09
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

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?
by markchang
15 Mar 2024 09:15
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

Re: Export heating control buttons to HA

Ok, thx. I will try and came here with results ok?
by markchang
15 Mar 2024 00:43
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

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': ...
by markchang
14 Mar 2024 22:36
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

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
by markchang
12 Mar 2024 01:14
Forum: Discussions in English
Topic: Export heating control buttons to HA
Replies: 11
Views: 11282

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...