question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Additional binary features support

See original GitHub issue

After an update with succes I am left with some errors in my log at starting of the plugin or randomly in about 3 till 5 hours. I think it are problems with adapters, because some switches are missing and some give also an error at the zigbee2mqtt frontend. Is there a posibility you can look at it?

Device: https://www.zigbee2mqtt.io/devices/ZNCZ02LM.html#xiaomi-zncz02lm 2021-01-11 17:38:32.657 Error: (Zigbee2MQTT) Tuinverlichting: can not process numeric item “energy”

  • At refresh button on Zigbee2MQTT fronpage of energy I get the message “No converter available for ‘energy’ ()”

2021-01-11 17:38:32.658 Error: (Zigbee2MQTT) Tuinverlichting: can not process binary item “power_outage_memory”

  • For power outage memory there is no switch made in Domoticz.

Device: https://www.zigbee2mqtt.io/devices/ZNCZ04LM.html#xiaomi-zncz04lm 2021-01-11 17:38:32.663 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “energy”

  • At refresh button on Zigbee2MQTT fronpage of energy I get the message “No converter available for ‘energy’ ()”

2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “consumer_connected”

  • For consumer connected there is no switch made in Domoticz.

2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “consumer_overload”

  • For consumer overload there is no switch made in Domoticz.

2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “led_disabled_night”

  • For led disable night there is no switch made in Domoticz.

2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “power_outage_memory”

  • For power outage memory there is no switch made in Domoticz.

2021-01-11 17:38:32.664 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process binary item “auto_off”

  • For auto off there is no switch made in Domoticz.

Device: https://www.zigbee2mqtt.io/devices/YSR-MINI-01_rgbcct.html#ysrsai-ysr-mini-01_rgbcct 2021-01-11 17:38:32.669 Error: (Zigbee2MQTT) LED strip: can not process numeric item “color_temp”

  • There is no RGB selector made in Domoticz for this device (it’s neccasary!).

2021-01-11 17:38:32.669 Error: (Zigbee2MQTT) LED strip: can not process feature type “composite”

  • Don’t know what composite means, but i gues for color temp because it’s een CCT RGB led controller. This switch is also not made!

Thanks

Feature details

auto_off

{
   "access":3,
   "description":"Turn the device automatically off when attached device consumes less than 2W for 20 minutes",
   "name":"auto_off",
   "property":"auto_off",
   "type":"binary",
   "value_off":false,
   "value_on":true
}

led_disabled_night

{
   "access":3,
   "description":"Enable/disable the LED at night",
   "name":"led_disabled_night",
   "property":"led_disabled_night",
   "type":"binary",
   "value_off":false,
   "value_on":true
}

power_outage_memory

{
   "access":3,
   "description":"Enable/disable the power outage memory, this recovers the on/off mode after power failure",
   "name":"power_outage_memory",
   "property":"power_outage_memory",
   "type":"binary",
   "value_off":false,
   "value_on":true
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rolfie23commented, Jan 21, 2021

Thnx, close this one again for people who react with other problems! My, and these problems are solved. Only have:

2021-01-21 19:35:10.331 Error: (Zigbee2MQTT) Koffiezetapparaat: can not process numeric item “consumer_overload”

left, but that you made an seperate topic!

0reactions
stas-demydiukcommented, Jan 21, 2021

@salopette now I see only issue with local_temperature_calibration in your log which is not supported at the moment and for which we have a separate ticket #541

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binary Feature - an overview | ScienceDirect Topics
For binary feature selection, a feature is represented by a bat's position as a binary vector.
Read more >
Is it better to have binary features rather than class ones
1 Answer 1 ... In general, it's better NOT to binarize them if the decision tree algorithm that you are using supports categorical...
Read more >
Make Every feature Binary: A 135B parameter sparse neural ...
In this blog post, we are introducing “Make Every feature Binary” (MEB), a large-scale sparse model that complements our production Transformer ...
Read more >
Enabling binary support using the API Gateway console
In the Settings pane, choose Add Binary Media Type in the Binary Media Types section. Type a required media type, for example, image/png...
Read more >
Fast Matching of Binary Features - UBC Computer Science
efficient local feature matching. These binary features have several advantages over vector-based features as they can be faster to compute, more compact to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found