Slush
Slush
Thanks a lot for ABCore, its simply amazing it is possible to run Core on Android devices! There's one small feature missing which allow me to use ABCore on its...
This is similar to #75; it would be practical to implement activity classes to be able to control the deamon from outside applications, like Automate or IFTTT. Two simple activities...
``` trezor-gpg init "Example (example) " -v --time=0 ``` ends with error: ``` Traceback (most recent call last): File "/home/marekp/.local/bin/trezor-gpg", line 8, in sys.exit(gpg_tool()) File "/home/marekp/.local/bin/trezor_agent.py", line 6, in gpg_tool...
Dry-run recovery should display words on screen to prevent malware lying to device about used words.
Hello, when user choose to see balances and amounts in fiat currency, he still sees "sats" as default option when editing payment request. It is still possible to choose fiat...
Currently only total fees in tx detail is displayed. It would be nice to display also value of sat/B for better checking of transaction priority.
Dockerfile
If there's any interest (to use it or add into this repo), I've knocked up Dockerfile. https://github.com/slush0/docker-misc/blob/master/text-generation-webui/Dockerfile It is also available at https://hub.docker.com/r/slush0/text-generation-webui.
Hello, I'd like to see support for debugger in Micropython. I know it has been discussed before, but I cannot find any conclusion on that topic from Micropython team. Is...
Hi Mike, I just found this project, it seems interesting. After I read payfile.proto, I have following comments/suggestions: a) I suppose the protocol should work like request/response; single client->server message...
### Link https://www.immax.eu/immax-neo-smart-soil-moisture-and-temperature-sensor-zigbee-p18721/ ### Database entry {"id":15,"type":"EndDevice","ieeeAddr":"0xa4c138146dc0c51f","nwkAddr":4539,"manufId":4417,"manufName":"_TZE200_2se8efxh","powerSource":"Battery","modelId":"TS0601","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":81,"inClusterList":[4,5,61184,0],"outClusterList":[25,10],"clusters":{"genBasic":{"attributes":{"65503":"G\u0011�-iM\u0011�-i\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0011","65506":56,"65508":1,"65534":0,"stackVersion":0,"dateCode":"","appVersion":72,"manufacturerName":"_TZE200_2se8efxh","zclVersion":3,"modelId":"TS0601","powerSource":3}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":72,"stackVersion":0,"hwVersion":1,"dateCode":"","zclVersion":3,"interviewCompleted":true,"meta":{"configured":1324213189},"lastSeen":1714502975079} ### Comments I'm attaching working definition, it exports battery level, temperature and humidity. ### External definition ```shell const {} = require('zigbee-herdsman-converters/lib/modernExtend'); const fz...