slyoldfox

Results 45 comments of slyoldfox

For reference this is the stacktrace: ``` 2022-10-20 15:45:00.418 ERROR (MainThread) [custom_components.overkiz] Not such token with UUID: f5a3dcdd-ac10-3e01-6199-5f1124cfffbf Traceback (most recent call last): File "/home/hass/homeassistant/lib/python3.10/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection hosts...

@wilkinsona Sorry to dig up an old issue. But we have been seeing the same thing in our setup. I suppose it is a bit of a niche issue, since...

@wilkinsona Of course, here you go [demo.zip](https://github.com/spring-projects/spring-boot/files/3117130/demo.zip) $ ./mvnw spring-boot:run Open up http://localhost:8080/hello Frontend will respond with an Internal Server Error with no whitelabel page as we disabled it with...

This should give you all you need: ``` Feature_Availability=Param_1 Ready Not Connected Play Stop Playback_Info=Param_1 Play Stop Param_1 Meta_Info,Station=Param_1 0,128,UTF-8 Feature_Availability=Param_1 Ready Not Connected Playback_Info=Param_1 Play Stop Album_ART,URL=Param_1 0,128,UTF-8 Album_ART,ID=Param_1...

@lindsaymarkward I have revisited this today to make it work with my Home Assistant installation 2023.6.2 and RX-A2010 I have tried to make it as painless as possible to patch...

Pretty new here since I bought a second hand Zoe R110 (Phase 2), these are my graphs, each charge happening on 10A, 220V. No idea why the charging peaks at...

try power cycling the unit I personally run a server.js node server on it so I can access it with "nc" in case that sshd craps out.

@msanchezt there are some instructions on https://github.com/slyoldfox/scrypted/tree/main/plugins/bticino on how to put nodejs on your unit.

> > @msanchezt there are some instructions on https://github.com/slyoldfox/scrypted/tree/main/plugins/bticino on how to put nodejs on your unit. > > That worked: node working now on bticino. Could you recommend a...

I added it to /etc/init.d/mosquitto: in the `start)` function ``` start) echo "Starting Mosquitto message broker" "mosquitto" /usr/bin/screen -d -m /home/bticino/cfg/extra/node-v17.9.1-linux-armv7l/bin/node /home/bticino/cfg/extra/c300x-backdoor/server.js if start-stop-daemon --start --quiet --oknodo --background --make-pidfile --pidfile...