OH2 WIN10 Notifications for Android TV?

It is possible to send Notifications for Android TV from openahb installed on windows 10

See Sending Notifications to Fire TV/Android TV . It is a Go based solution. There are also Go script interpreter executables for Windows ( e.g. Downloads - The Go Programming Language ) thus it should work for Windows, too.

Thanks,
I followed the guide and I am trying to install it on Pi4
But in the order:
go get github.com/robbiet480/nfa
I get:

openhabian@openhabian:~ $ go get github.com/robbiet480/nfa
package github.com/hashicorp/hcl/hcl/printer: cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
        /usr/lib/go-1.11/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
        /home/openhabian/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)

Searching for the error message

e.g. Fix installation Guide in Readme: cannot find package "github.com/hashicorp/hcl/hcl/printer" · Issue #124 · Peripli/service-manager-cli · GitHub popped up.
You may check if that ( setting GO111MODULE=on ) helps in your case as well.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.