Process to restore backup after exclusion/inclusion

I have a lot of rules for some of my devices but need to exclude/include some devices due to bad behavior... Can I run a backup, exclude/include the devices, then restore the backup safely?? Will this avoid breaking all the rules I've defined??

Thanks -

Unfortunately, that technique you proposed will not really help.

What types of devices are you having issues with? If they are Zigbee devices, you can reset the device (without removing g from Hubitat) and then re-pair it again with the Hub. Zigbee devices will “pop”back into the original Hubitat devices and work as if nothing has changed.

Z-Wave devices must be Excluded via the Hub to ensue they are removed from both the Hub and its z-wave radio. Once excluded/removed from the hub, it can be Included again, but will always create a new Z-wave device on the hub. You’ll have to fix all of the Automations, Rules, Dashboards, etc... that the devices were used in.

2 Likes

Just put them on the naughty step and tell them to stay there until they realise what they have done.

Sorry to be so flippant but sometimes I can't help being an idiot............ :pensive:

1 Like

OK! Thanks for the info, at least I know… All devices are Z-wave (7 Leviton DZPD3 dimmer modules, 1 Enbrighten Wall Dimmer), 1 Octan Remote, 2 Hank 4-button controllers… went through firmware upgrade on DZPD3’s with Aeotec Z-Stick from Leviton Tech Support… configured all using Ryan780’s Decora driver to “Lights turn on to:100”, 0 fade on/off, etc., then reset driver to “Generic Z-Wave Smart Dimmer”… The Hanks are controlling Lamps 5, 6, 7 just fine from RM…

Here is the current issue that’s causing a LOT more gray hair: I can’t seem to even get buttons 2 & 3 on the Octan to toggle. Button 1 works fine (I did an If-Then to toggle because it would return to whatever the last setting was):

Select Actions for Octan button 1 pushed, Toggle Lamp 4

IF (Dimmer level of Lamp 4(1) is <= 97(T) [TRUE]) THEN Dim: Lamp 4: 100 --> fade: 0 ELSE Dim: Lamp 4: 0 --> fade: 0 END-IF

Select Actions for Octan button 1 held, Start Lowering Lamp 4

Start lowering: Lamp 4

  • Tried this code for buttons 2 & 3 for Lamp 3, didn’t work… then I tried just a regular toggle:

Select Actions for Octan button 3 pushed, Toggle Lamp 3

Toggle: Lamp 3

… which doesn’t work on either button… per the log below, nothing happens (including running the action from RM)… the light works fine from device screen…

dev:1642020-03-08 03:48:31.425 pm infoOctan Remote Button 3 pushed

  • Log for Octan button 1 Lamp 4:

dev:2282020-03-08 03:48:26.308 pm infoLamp 4 is off [digital]

dev:2282020-03-08 03:48:26.109 pm infoLamp 4 was set to 1% [digital]

dev:2282020-03-08 03:48:26.100 pm infoLamp 4 is off [digital]

app:3282020-03-08 03:48:25.717 pm infoAction: END-IF

app:3282020-03-08 03:48:25.685 pm infoAction: Dim: Lamp 4: 0 --> fade: 0

app:3282020-03-08 03:48:25.679 pm infoAction: ELSE (do actions)

app:3282020-03-08 03:48:25.675 pm infoAction: Dim: Lamp 4: 100 --> fade: 0 (skipped)

app:3282020-03-08 03:48:25.668 pm infoAction: IF (Dimmer level of Lamp 4(99) is <= 97(F) [FALSE]) THEN (skipping)

app:3282020-03-08 03:48:25.604 pm infoOctan button 1 pushed, Toggle Lamp 4 Triggered

app:3282020-03-08 03:48:25.591 pm infoOctan button 1 pushed, Toggle Lamp 4: Octan Remote pushed 1

dev:1642020-03-08 03:48:25.440 pm infoOctan Remote Button 1 pushed

dev:2282020-03-08 03:48:22.644 pm infoLamp 4 is 99% [digital]

dev:2282020-03-08 03:48:22.639 pm infoLamp 4 is on [digital]

dev:2282020-03-08 03:48:22.434 pm infoLamp 4 was set to 99% [digital]

dev:2282020-03-08 03:48:22.429 pm infoLamp 4 was turned on [digital]

app:3282020-03-08 03:48:22.054 pm infoAction: END-IF

app:3282020-03-08 03:48:22.049 pm infoAction: Dim: Lamp 4: 0 --> fade: 0 (skipped)

app:3282020-03-08 03:48:22.042 pm infoAction: ELSE (skipping)

app:3282020-03-08 03:48:22.009 pm infoAction: Dim: Lamp 4: 100 --> fade: 0

app:3282020-03-08 03:48:22.002 pm infoAction: IF (Dimmer level of Lamp 4(1) is <= 97(T) [TRUE]) THEN

app:3282020-03-08 03:48:21.932 pm infoOctan button 1 pushed, Toggle Lamp 4 Triggered

app:3282020-03-08 03:48:21.918 pm infoOctan button 1 pushed, Toggle Lamp 4: Octan Remote pushed 1

dev:1642020-03-08 03:48:21.756 pm infoOctan Remote Button 1 pushed

--- Live Log Started, waiting for events ---

I ran the Exclude/Include on Lamp 3, rebuilt all the rules, and got exactly the same result… I am a bit mystified, would appreciate any help…

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.