ServerlessNabaztag
ServerlessNabaztag copied to clipboard
Some questions...
Hello,
Your project seems very interesting but I have some questions before trying it:
- If I use you firmware with my Nabaztag, can I go back to a previous firmware to use OpenJabNab/OpenNab ?
- Is it possible to add a password/token to the API to secure the request ? (We could use a config file with the token set inside for exemple) ?
- Is it possible to use the built-in microphone with your firmware ? If not, do you plan to add it ?
- Same question for the built-in RFID reader
Thank you in advance!
Hi,
- yes, you can change the firmware when you want changing the url from the config page
- no, no, no :) The first point is quite simple to be implemented, but the other two are much more complicated. My nabaztag is dead so i cannot develop this project anymore :(
Oh no! Its dead? What happened to it? D:
see #2, it pulls in at least (hardcoded) hooks with rfid support. At least sth to continue working with..
Hi, thanks for the commit :) I hope to find a working nabaztag/repair my rabbit and test it.
Hi, I'm using a Raspberry Pi 3B+, on which I run hassio (for home assistant) as web server. I have a secured connection to it (SSL encryption), then I use https://dnsname:port to connect. I have added the needed file in /config/www/vl. I can access the files from the web like that https://dnsname:port/local/vl/... In the described process I'm blocked at this stage: "At the bottom of the page, in General Info, change "Violet Platform" to the url of the vl directory (without http://, example: 192.168.0.1/vl)" I've tried: https://dnsname:port/local/vl http://dnsname:port/local/vl dnsname:port/local/vl But it did not work my rabbit stay stuck with the orange lights when I reboot it. Could you please help me? Thank you very much in advance.
Hi, Unfortunately, the Nabaztag firmware only supports HTTP, not HTTPS (there is no support at all for encryption). One option is to configure a plain http connection on the hassio web sever (on canonical port 80) for the Nabaztag. The port should be open in your local network (Nabaztag => Raspberry) but, for security reasons, can be closed from outside. Another is to put the firmware files in cloud in an online hosting solution. Hope this helps!
Hi, Thanks a lot for your answer. I'm now using another raspberry pi (with apache) as a web server. I've copy the cv directory in /var/www/html and I can access it from the web like: http://raspberry-ip/vl/config/surprise/uk/1.mp3 I have then put http://raspberry-ip/vl in the Violet Platform inside the Nabaztag settings the Nabazatg has restarted light orange -> light green -> then only the green light below the nabazatg flashing. I can found the IP@ of the Nabazatg in my rooter but can connect to it. With http://nabazatg-ip, I have nothing just: This site can’t be reachednabazatg-ip took too long to respond. Try:
Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT
Do you have an idea on how to progress?
Thanks