stampzilla-go icon indicating copy to clipboard operation
stampzilla-go copied to clipboard

Homeautomation software written in Go and React

Results 52 stampzilla-go issues
Sort by recently updated
recently updated
newest added

I had to disable this feature since if the node starts before the server has all the devices it will ask Google to remove all devices and they loose the...

Because this: https://github.com/stampzilla/gocast/blob/master/discovery/service.go#L143 Should use buffered channel or just remove the non block send?

https://cloud.google.com/text-to-speech/docs/libraries#client-libraries-install-go https://cloud.google.com/text-to-speech/docs/reference/rest/v1/text/synthesize#AudioEncoding from the demo: will need service account configured in the chromecast node for this to work. https://texttospeech.googleapis.com/v1beta1/text:synthesize ``` { "audioConfig": { "audioEncoding": "LINEAR16", "pitch": 0, "speakingRate": 1 },...

https://github.com/influxdata/influxdb-client-go#influxdb-18-api-compatibility In order to support upgrade of influxdb to 2.1. Note that we need new token config field that in 1.8 will be filled as user:pass

Will need to be implemented in savedstate stuff and in Trait.js.

New cloud service to simplify google assistant integration and IFTTT and others. Ability to create users in cloud service. preferably using external auth (google oauth?) Google actions api and use...

if zigbee device has been unplugged deconz node needs a restart to detect the device again.

node/deconz

``` panic: close of closed channel goroutine 52 [running]: github.com/stampzilla/stampzilla-go/pkg/node.(*Node).fetchCertificate.func1(0xc0000603c0, 0xc0001200c0, 0xc0000131c0) /home/jonaz/go/src/github.com/stampzilla/stampzilla-go/pkg/node/node.go:163 +0x15c created by github.com/stampzilla/stampzilla-go/pkg/node.(*Node).fetchCertificate /home/jonaz/go/src/github.com/stampzilla/stampzilla-go/pkg/node/node.go:160 +0x2c4 exit status 2 ```