SSMSG - Single file SQL MySensors Gateway
-
This is what I've been working on, Exact purpose is still unknown, Probobly full of bugs and lacks functionallity.
https://github.com/Damme/SSMSG
start with no parameters and it will be running in background.
- Requires version 1.4b
-
This is what I've been working on, Exact purpose is still unknown, Probobly full of bugs and lacks functionallity.
https://github.com/Damme/SSMSG
start with no parameters and it will be running in background.
- Requires version 1.4b
-
@Damme said:
Exact purpose is still unknown
So leave it to us to figure out ;-)
I think you want to create some middleware to send to/receive from sensor nodes without using Vera, right?
@Yveaux :) correct, I use a small php page for controlling some lights and stuff and a cron script that reads light value and calculate if it should turn on / off lights.
the small scripts dont need any access to the usb device, only a DB connection. -
@Yveaux :) correct, I use a small php page for controlling some lights and stuff and a cron script that reads light value and calculate if it should turn on / off lights.
the small scripts dont need any access to the usb device, only a DB connection.@Damme You might be interested in my post at http://forum.mysensors.org/topic/175/open-source-home-automation-software/19
I experimented with MySensors and MQTT, a publish/subscribe messaging system.
It also acts as a database, but you don't have to actively request sensor data as you can subscribe to them from e.g. the sensor nodes or a logging task. Once subscribed you simply get the data pushed when an update arrives! -
@Yveaux :) correct, I use a small php page for controlling some lights and stuff and a cron script that reads light value and calculate if it should turn on / off lights.
the small scripts dont need any access to the usb device, only a DB connection. -
@Damme How the gateway recieve data and send to other sensor ? like "255;255;3;0;4;2\n" because if i send directly from arduino program work, but with other program connected to serial port not work.
-
@Damme said:
1;1;1;1;1;1\n
sorry im from argentina and my english is very bad xD the problem is... i can send "255;255;3;0;4;2\n" from vb.net programm to arduino gateway in COM port and then the gateway send the same command to the sensor to change de ID
vb.net --> arduino gw ---> sensor
but i think the gw dont read the incoming data
at now im use your script and work fine
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login