Announcement

Collapse
No announcement yet.

Beta JowiHue 2.0.1.11

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by w.vuyk View Post
    Battery for Hue was already enabled, for Xiaomi it will be reported in the release that should become available pretty soon now.

    Wim
    Awesome, thanks!!!!

    Comment


      Maybe today is Christmas, as 2.0.2 is announced on the sticky ?

      Comment


        As of now the new release, 2.0.2.0 should be available.

        Thanks all who supported me by testing the beta's!
        -- Wim

        Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

        1210 devices/features ---- 392 events ----- 40 scripts

        Comment


          I just installed it now. Eveything is fine. Congratulations Wim for that major release !

          Michel

          Comment


            Batteries! And they were created in the group properly except for the small motion sensor.

            The small motion sensor shows lux and motion but not grouped. I also can't find battery info or temperature info. The Phoscon app shows temperature.

            I'm eagerly awaiting my next shipment with fire alarm, gas alarm, water sensor and more small motion sensors.

            Thank you for your awesome efforts. This makes HA and HS3 much more powerful, easy to use and a lot less expensive.
            Attached Files

            Comment


              racerfern,

              I did not know this device also had a light sensor.... Guess I now know
              There is no seperate light device for the light sensor created here?
              I am here also expecting some devices coming in, including the light sensor. I hope to receive it next week or so, I will then check on it ok?

              Wim
              -- Wim

              Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

              1210 devices/features ---- 392 events ----- 40 scripts

              Comment


                That's fine, I knew it had a light sensor, I didn't know it had a temperature sensor. However now that I think about it, it must have temperature, that's how motion sensors work.

                Patiently waiting for my package as you wait for yours.

                Comment


                  There are two sensors defined in the REST API for this device. The plugin created two distinct devices.
                  Code:
                      "15": {
                        "config": {
                          "battery": 100,
                          "on": true,
                          "reachable": true,
                          "temperature": 2300,
                          "tholddark": 12000,
                          "tholdoffset": 7000
                        },
                        "ep": 1,
                        "etag": "fdd9e1600965322c3b177d13ed56b280",
                        "manufacturername": "LUMI",
                        "modelid": "lumi.sensor_motion.aq2",
                        "name": "bbrleveleast",
                        "state": {
                          "dark": false,
                          "daylight": false,
                          "lastupdated": "2018-03-10T21:04:41",
                          "lightlevel": 13011,
                          "lux": 20
                        },
                        "type": "ZHALightLevel",
                        "uniqueid": "00:15:8d:00:01:e0:a7:8e-01-0400"
                      },
                  
                      "17": {
                        "config": {
                          "battery": 100,
                          "duration": 60,
                          "on": true,
                          "reachable": true,
                          "temperature": 2300
                        },
                        "ep": 1,
                        "etag": "fdd9e1600965322c3b177d13ed56b280",
                        "manufacturername": "LUMI",
                        "modelid": "lumi.sensor_motion.aq2",
                        "name": "bbrmotioneast",
                        "state": {
                          "lastupdated": "2018-03-10T21:04:41",
                          "presence": true
                        },
                        "type": "ZHAPresence",
                        "uniqueid": "00:15:8d:00:01:e0:a7:8e-01-0406"
                      }

                  Comment


                    Seeing this, indeed there is no temperature device created . All Xiaomi devices seem to report temperature, but most are quite unreliable. Even the cubes do report temperature.
                    deCONZ does report the reliable temperatures as ZHATemperature and the others are reported through the config sections. The plugin ignores these as you cannot rely on them in any way.

                    Wim
                    -- Wim

                    Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

                    1210 devices/features ---- 392 events ----- 40 scripts

                    Comment


                      I have two different motion sensors both look similar; one has a light sensor and the other does not appear to. Neither seem to have the batteries showing the one with the light sensor correctly shows up My light sensor is not showingLux it shows a numeric value of up to 5 digits

                      Steve

                      Comment


                        Originally posted by theendisnye View Post
                        I have two different motion sensors both look similar; one has a light sensor and the other does not appear to. Neither seem to have the batteries showing the one with the light sensor correctly shows up My light sensor is not showingLux it shows a numeric value of up to 5 digits

                        Steve
                        You can try selecting the top box under the Miscellaneous tab in Jowihue. That will convert the 5 digit (values are from 0 to 51000) to lux. Takes a few minutes to convert.

                        Comment


                          Thanks for that it seems to work fine.

                          Steve

                          Originally posted by cowinger View Post
                          You can try selecting the top box under the Miscellaneous tab in Jowihue. That will convert the 5 digit (values are from 0 to 51000) to lux. Takes a few minutes to convert.

                          Comment


                            Originally posted by theendisnye View Post
                            I have two different motion sensors both look similar; one has a light sensor and the other does not appear to. Neither seem to have the batteries showing the one with the light sensor correctly shows up My light sensor is not showingLux it shows a numeric value of up to 5 digits

                            Steve
                            Steve,

                            If you go to the properties/Jowihue tab of the sensors, are the modelid's the same as well? Xiaomi devices come in different releases (ending .aq, .aq2 etc.) They might be different on that area?

                            Wim
                            -- Wim

                            Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

                            1210 devices/features ---- 392 events ----- 40 scripts

                            Comment


                              Xiaomi Smart Plug

                              Hi,

                              Trying to include a Xiaomi smart plug. In deCONZ it appears as a light like it should, so i thing that's working fine.

                              On the device page only appears two devices, and separately, the consumption (kWH) and Power (W). I thing it's missing the control on/off device.

                              In log i get an constant error:
                              JowiHue Error: (AddLight)::Column 'Modelid' does not allow nulls.


                              JowiHue Device Tab

                              ZHAConsumption

                              **************************** Object info *****************************
                              {
                              "ep": 3,
                              "etag": "ce3e288adb3f82b59197190946b49551",
                              "state": {
                              "lastupdated": "none"
                              },
                              "config": {
                              "on": true,
                              "battery": 100,
                              "reachable": true
                              },
                              "name": "Consumption 22",
                              "type": "ZHAConsumption",
                              "modelid": "lumi.plug",
                              "manufacturername": "LUMI",
                              "swversion": "02-28-2017",
                              "uniqueid": "00:15:8d:00:01:da:d4:c4-03-000c"
                              }
                              ************************* End Object info ***************************




                              ZHAPower

                              **************************** Object info *****************************
                              {
                              "ep": 2,
                              "etag": "ce3e288adb3f82b59197190946b49551",
                              "state": {
                              "lastupdated": "none"
                              },
                              "config": {
                              "on": true,
                              "battery": 100,
                              "reachable": true
                              },
                              "name": "Power 21",
                              "type": "ZHAPower",
                              "modelid": "lumi.plug",
                              "manufacturername": "LUMI",
                              "swversion": "02-28-2017",
                              "uniqueid": "00:15:8d:00:01:da:d4:c4-02-000c"
                              }
                              ************************* End Object info ************************

                              Nuno

                              Comment


                                Nuno,

                                I will have to look into this. i received one this week, but did not try it yet. Will be trying it next week, this weekend is already overbooked

                                Wim
                                -- Wim

                                Plugins: JowiHue, RFXCOM, Sonos4, Jon00's Perfmon and Network monitor, EasyTrigger, Pushover 3P, rnbWeather, BLBackup, AK SmartDevice, Pushover, PHLocation, Zwave, GCalseer, SDJ-Health, Device History, BLGData

                                1210 devices/features ---- 392 events ----- 40 scripts

                                Comment

                                Working...
                                X