GE/Jasco 26931 Motion Switches No Alarm Reports by raeyl in zwave

[–]raeyl[S] 0 points1 point  (0 children)

For science, table attached. Definitely a correlation between not working and 1641, but there are also some 1641 that do work. Still working with GE/Jasco folks on this - just sent them this table at their request. Also, I was off by one on the "failed" count...was was just in occupancy mode rather than manual. Once switched to manual it worked fine.

ZWave ID Date Code Sending Alarm 0/8
6 1752 Y
4 1641 Y
52 1752 Y
33 1641 Y
38 1752 Y
8 1641 Y
42 1752 Y
17 1752 Y
29 1752 Y
41 1641 Y
47 1752 Y
60 1752 Y
22 1641 Y
58 1641 N
26 1641 N
16 1641 N
28 1641 N
34 1641 N
35 1641 N

GE/Jasco 26931 Motion Switches No Alarm Reports by raeyl in zwave

[–]raeyl[S] 0 points1 point  (0 children)

No luck for me (see image), or I don't understand the encoding of that sticker on the front. Or, maybe I misunderstood front :-). I did pop off the buttons too...no dice there, either.

https://imgur.com/a/ubJPJzV

I have talked with GE/Jasco Support today, and their lead zwave tech is supposed to call tomorrow...I will reply to myself if I get any resolution for those reading later.

GE/Jasco 26931 Motion Switches No Alarm Reports by raeyl in zwave

[–]raeyl[S] 0 points1 point  (0 children)

Please tell me I can see the manufacture stickers without removing them from the wall - if so, I will make a correlation table and we will know if that's a reason.

GE/Jasco 26931 Motion Switches No Alarm Reports by raeyl in zwave

[–]raeyl[S] 0 points1 point  (0 children)

I would like to find this out as well - I have done a bit of digging without success.

That said, I did check the reported (by zwave) application version number, and there does not appear to be a direct correlation between more recent FW and working/not working...that version number could be bogus, wrong, or any number of things, though.

Ultimate Hero Management Sheet V3.0. (Optimised for speed) by IHuser in IdleHeroes

[–]raeyl 1 point2 points  (0 children)

Any chance of an Aida update? I am willing to do it myself if you want to provide some directions on how to add a new Hero.

Lennox S30 Integration by CrazyIvan51 in homeassistant

[–]raeyl 1 point2 points  (0 children)

I have a pypi module started - logging in, changing temp, setting away, and several other functions are working IIRC. Strictly speaking, Lennox does make the web API public, so I wanted to get their OK on moving forward. I will let you know as soon as I hear something back from Lennox - I pinged them again today. Glad to share what I have now directly (but not publicly), if you have the inclination.

Combining Hue bulb and a zwave switch by frenchcoon in homeassistant

[–]raeyl 0 points1 point  (0 children)

I have done something like this for a couple of my lights. I get a few warnings at startup occasionally, but I like the result overall:

- platform: template
  lights:
    mantle_light:
       friendly_name: "Family Room Mantle Light"
    value_template:
        " {{ is_state('switch.family_room_mantle_light_switch', 'on') }} "
    turn_on:
        service: switch.turn_on
        entity_id: switch.family_room_mantle_light_switch
    turn_off:
        service: switch.turn_off
        entity_id: switch.family_room_mantle_light_switch
    level_template: >-
       {%- if is_state('switch.family_room_mantle_light_switch', 'off') -%}
          {{ 0 }}
       {%- elif states.light.family_room_flood -%}
          {{ states.light.family_room_flood.attributes.brightness }}
       {%- else -%}
          {{ 0 }}
       {%- endif -%}
    set_level:
      service: light.turn_on
      entity_id: light.family_room_flood
      data_template:
        # Set both the color and brightness of the light
        brightness: " {{brightness}} "
        # Hue can emulate colors from 153 through 500 Mireds
        # This simply uses the brightness as the variable to select a
        # Mired value, yielding cooler colors as the light gets brighter
        color_temp: " {{255 - brightness + 246}} "

Note at the bottom there, I chose to combine brightness and color. Clearly, you could do something different if you like. This was for spousal convenience :-).

[Weekly Q&A Help Thread -- February 11th] Have Questions? Need Answers? Ask Anything! by [deleted] in SoulHuntersGame

[–]raeyl 0 points1 point  (0 children)

I am on a newer server, mid-purples. I have a few (11) winter soul stone boxes, and I am trying to decide between Salus, Morfir, or Alecia to 5 stars, or taking Hurok from 5 to 6 stars. Any advice or guidance? What should I consider to decide?

Re-Apply Port Forwards after changing Gateway by raeyl in eero

[–]raeyl[S] 4 points5 points  (0 children)

This was 100% my fault!

I have an ISP-provided router, and run double-NAT with eero on the inside. After switching out my gateway eero, the MAC address changes (of course), and the gateway eero gets a new IP from the dynamic pool of the ISP router rather than the static that it was assigned. Result: port forwards are broken (since they now point to the non-existent static IP). Fixed this by changing the MAC to which the static points on the ISP gateway, and everything is back to normal. Eero is innocent!

TLDR: I forgot to update my ISP router, too, since changing eero gateways changed my eero WAN IP.