ver-luisant
ver-luisant
> uploading does not seem to work on Xiaomi mi 10 Note Lite with version 2.6.6.645. Same here on a Redmi note 9 Pro Beta is OK too.
Hello, I second comment from @ivucica . My XMPP server does not use port 5222. Port 5222 seems hardcoded here: https://github.com/jitsi/jicofo/blob/master/src/main/java/org/jitsi/impl/protocol/xmpp/XmppProtocolProvider.java#L207 Adding a new setting in `config` could be a...
Any news on this subject? xabber implements this feature natively
Well, just found this fork of Conversations that does the job nicely, and adds many other improvements :-) https://codeberg.org/Arne/monocles_chat
I own an HD Wave SE6000 inverter and am unable to get the keys through RS485 (no RS232 port available). Inverter is configured as: SE protocol / Slave / ID:1....
@alexmasolin I confirm, USB connector is unfortunately not fitted. Unsoldered pads are visible next to the ethernet interface:  @felixmartens Yes, inverter is configured as slave, protocol set to SolarEdge....
I found a possible issue in semonitor.py, line 148 should read: `se.msg.formatMsg(nextSeq(), MASTER_ADDR, int(args.slaves[0], 16), se.commands.PROT_CMD_POLESTAR_MASTER_GRANT), ` instead of: `se.msg.formatMsg(nextSeq(), MASTER_ADDR, args.slaves[0], se.commands.PROT_CMD_POLESTAR_MASTER_GRANT), ` This fix solved the error when...
Attached the output with the -vvvv option: `sudo python semonitor.py -s 7312C737 -m -t 4 -d stdout -vvvv /dev/ttyUSB0` > append: False baudrate: 115200 commands: datasource: /dev/ttyUSB0 follow: False following:...
Unfortunately, no success with the modified identifier. I will order and try a different usb-RS485 adapter.
Good news. I finally succeed in getting the key. I used a different RS485 adapter (similar to this one: https://www.ebay.com/itm/USB-to-RS485-TTL-Serial-Converter-Adapter-FTDI-interface-FT232RL-75176-Module/201414952804). This adapter has two small tx/rx leds, very handy when...