Eugene Niemand
Eugene Niemand
Thanks I've ran out of time when trying to help a friend. May have to look at this again in the future so if you find a solution that would...
Another vote for this. I use home assistant and this would be a very useful feature.
>Doesn't work :( @energee I’ve not tried this but do you mean the g feature does not work in home assistant or natively in this library? Sent with GitHawk
I'm also experiencing issues where it will just continuously try to connect to the vtrust-flash network. I've tried an iPhone 12 and a very old Android tablet and neither will...
I looked at docker logs and found this ``` *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_syslog-ng.init... Mar 2 15:52:07 raspberrypi syslog-ng[13]: syslog-ng starting up; version='3.13.2' *** Booting runit daemon... *** Runit...
But the Console output seems to think everything is available ``` Checking for network interface wlan0... Found. Checking UDP port 53... Available. Checking UDP port 67... Available. Checking TCP port...
I'm trying this but my stdout is undefined however the debug is showing output and there are no errors. ```typescript let result = await ps.invoke(command) if (!result.hadErrors) { console.log(result.stdout?.toString()) }...
I'm trying the following ```typescript const result = await Bash.$$`echo "hello from Bash"`({ debug: true, invocationTimeout: 1000, disposeTimeout: 3000, throwOnInvocationError: false, }); if (!result.hadErrors) { console.log(result?.stdout?.toString()); } else { console.error(result?.stderr?.toString());...
I was hoping for something simple like adjusting the axis on chart by some offset, but not the data. Thanks for responding
I'm also running HA Core on Docker would like to know if there is a way to support this