Raman Gupta
Raman Gupta
refer to https://github.com/ct-Open-Source/tuya-convert/issues/483
I'm seeing the same issue and decided to do some digging... Looks like getDataValue("uptime") returns null instead of an actual uptime value: `uptime=nulli`. Influx is expecting an integer there. The...
Submitted a fix here: https://github.com/codersaur/SmartThings/pull/33
> **Additional context** Wouldn't it be correct to set the entities of dead nodes to "unavailable" when working with Home Assistant? Except possibly the node status. Right now all entities...
@bp47025 it looks like your issue is not a bug, it's that your node isn't ready: https://github.com/home-assistant/core/issues/72110#issuecomment-1130519304
is this still relevant? Now it's at least more obvious that the installation is done because there is no more progress and the buttons are still greyed out, but I...
@pvizeli thank you for the references on Discord. Here's what I have discovered so far, posting here so we can validate what's needed: - Add new module for udisks2 -...
not sure if I did this right but I put up a PR based on what I've learned. Let me know if I am way off the mark!
> Reading this StackExchange Thanks for the references. I too struggled to find the information asked in the StackExchange but the lack of information made me worry that this was...
can one of you help me figure out how to generate fixtures for udisks2? happy to write tests for the above but I am not familiar enough with D-Bus to...