Please let us know how it goes!
oh i guess I should have bought one with cc2592 instead of cc2590
Two comments.
-
As others have mentioned, the cc2531 range is poor. My Zigbee2mqtt server is in the basement, and my only Zigbee devices are in the third floor master. I canât get a cc2531 flashed router to connect one floor directly above the server. I was hoping to use one router flashed cc2531 on each floor to extend the range. The only way I can make the distance work is to use a cat5 usb extender from the server to attic with the cc2531 coordinator in the attic. Even then, I have very weak signal across the room.
-
I only have Tradfri devices, and Zigbee2mqtt doesnât seem as reliable as the tradfri gateway.
Iâm also unsure how, or if itâs even possible, to have a tradfri dimmer directly control a tradfri bulb and have them both paired to Zigbee2mqtt.
how do i connect an phillips hue dimmer remote to it ?
I am using the dongle but still only in a test mode. Never used any other coordinator type but Xiaomi original hub so it is difficult for me to make any comparisons.
Currently it has a single Xiaomi presence and illuminance sensor, works very stable. The distance is about 6-7 meters behind a brick wall and link quality is about 70. Tried to move it further away and behind a reinforced concrete wall, link quality falls down to 0-10.
Are the pink lines the Osrams and the blue one the Xi. sensor? Looks good, an increase of 20-30%âŚ
The 9db antenna probably doesnât fit by impedance and/or other electric parameters. Luckily it didnât blow up the cc2590 antenna amplifier. (the included antenna is probably matched with the antenna amplifier).
Thanks for the update.
yep good point about the impedance. I read about that when comparing cc259x components.
in fact, thereâre 4 curves, 3 osram plugs and on aqara sensor.
the aqara sensor is the pink with more red in it. hope itâs helping
I was also wrong this aqara sensor is not the one in my freezer, itâs one in my stairs
temperature sensor? Is it working fine in a freezer?
apart from the battery lasting less, yep itâs ok. humidity averages to 53% in the freezer and 22% in the fridge.
But hmm that makes me think I should put the sensor on some kind of support so that it doesnât get wet if something wrong happens
my freezer is -24C, yours?
looks like mine doesnât go under -21.5°C and average (on several days) is -17.8°C
mmmhh specs are
" -20 - 60 ° C (+/- 0,3 ° C)"
I do not need a precise temperature, but I am wondering if the device WORKS below -20: I would just use it as alarm if temperature drops below a certain level
i guess it will still work. it might just report -24°C as something around -20°C.
you have to try
Correction, we both should have bought this beast!
my hue bulb became unreleiable and now i got errors with evrey action.
how to fix this error
zigbee2mqtt:info 2018-10-11 16:51:09 Zigbee publish to '0x001788010302ca10', genOnOff - on - {} - null
zigbee2mqtt:error 2018-10-11 16:51:10 Zigbee publish to '0x001788010302ca10', genOnOff - on - {} - null failed with error Error: AF data request fails, status code: 233. MAC no ack.
phillips hue bulb (with the white hue adjustment)
AMy Xiaomi temperature sensor is no longer reporting any temperature changes as of two days ago. How can I fix this?
I add an Ikea dimmable led light, to zigbee2mqtt.
How I add this in lights.yaml
- platform: âmqtt_jsonâ
name: âIkeaLedbed_josâ
state_topic: âzigbee2mqtt/IkeaLedbed_josâ
command_topic: âzigbee2mqtt/IkeaLedbed_jos/setâ
brightness_state_topic: âzigbee2mqtt/IkeaLedbed_jos/brightnessâ
brightness_command_topic: âzigbee2mqtt/IkeaLedbed_jos/setâ
qos: 0
payload_on: âONâ
payload_off: âOFFâ
optimistic: false
the lights is add, I can put on/off but I canât change the brightness
if it is the ikea led driver i have one configured as below, and i can set the brightness just fine.
- platform: âmqtt_jsonâ
name: âBed_Lightâ
state_topic: âzigbee2mqtt/0x000b57fffee3fd98â
availability_topic: âzigbee2mqtt/bridge/stateâ
brightness: true
command_topic: âzigbee2mqtt/0x000b57fffee3fd98/setâ
Hello guys first of all thanks for all the work you put in this project!
Iâm a newbie to Home Assistant and all this stuff but i got the zigbee2mqtt addon in combination with the Mosquitto MQTT broker kind of working.
The zigbee2mqtt service is connecting to the broker and i can pair my xiaomi aqara zigbee temperature sensors which also output their values in the zigbee2mqtt addon log.
Now that iâve got this working iâd like to add the temperature sensor to my front page but therefore i need an entity id and thats where iâm having problems because they are not showing up under the states menu in HA. Might be a noob problem but i donât know how to solve this now after a few hours of troubleshootingâŚ
would really appreciate some help.
Thanks guys!