Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
If you've seen the Bathroom Camera project, then you might already know, that I like to play with the Meraki gear for unusual projects.Story TimeAs soon as I've heard about the MV2 Camera in a PVT session I knew that it would be perfect for me as a b...
Hi,I know it's still in beta, but what will be the commercial view on the anyconnect functionality?On the non meraki firewalls you have to pay an additional license for anyconnect depending on the simultaneous user count and the fw must be connected...
Hello,the documentation under https://documentation.meraki.com/General_Administration/Other_Topics/Cisco_Meraki_Dashboard_API is rather outdated. Everything is still for API V0 and not V1.Kind Regards
Hello,I wrote a small script which will generate QRCodes for configured SSIDs. The script is using asyncio and api version 1.usage: generate_qrcodes.py [-h] [-o ORGANIZATION] [-n NETWORKS [NETWORKS ...]]
[-s SSIDS [SSIDS .....
Hello,I thought I should share this unusual mini project =D.First of all, the bathroom camera is not designed for what you might think!Story TimeWe had two dwarf rabbits and one has died recently.So the other rabbit was now alone and we had to get a ...
There are probably two solutions for your problem depending on your environment:1) you could postpone the generation and just provide the timestamp for the event.2) if you are in the same network as your camera(s) you could enable rtsp and get the im...
I'm not sure if the node-red package is up 2 date and have the api call, but you would need this one https://developer.cisco.com/meraki/api-v1/create-device-sensor-command/
I'm using it in most of my projects. It helps to understand what to expect from which function.Really usefull for migrations, when you are e.g. creating an object and in the past it was just some dict/json.-> So does function xy use the old or the ne...