-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add raumfeld devices manually #27
Comments
It would be possible to add a basic ip in the settings for the host (the devices are stored on the host, so no need for discovering again). But in fact ssdp or bonjour discovery should work well. (see next answer)
Can you specify this? Do you have 2 network cards and both are connected (have a valid ip)? For now you may get the node-kernel and the node-raumsever with the latest commits from github. There a setting was added that you can define a fixed addres for the raumfeld host
I do not have the time to develop the raumserver and node-raumserver both. |
@smindorf |
Hi Chris, But to your question: I' m not really firm with node so I installed all dependencies to the folder node_modules, deleted the If I now enter the IP address into the config of node-raumserver and start it out of the folder:
I get the following error:
Kind regards, |
One additional question: what software must be installed on the raumfeld devices? Regards, |
Hmm. I did not get any mail. maybe the spam/jam filter soaked it up
in fact the only thing you have to do is to create a folder for the raumserver and then do
node-raumserver uses bonjour and/or ssdp discovery to find the raumfeld host.
Actual firmwares are recommended. Maybe old ones work too but not with the whole functionality. |
Hi Chris,
{
"raumserver": {
"port" : 8080
},
"raumfeld": {
"raumfeldHost" : "192.168.120.14", // 0.0.0.0 = autodetect
"raumfeldHostRequestPort" : 47365,
"raumfeldManufacturerId" : "Raumfeld GmbH",
"raumfeldVirtualMediaPlayerModelDescription" : "Virtual Media Player",
"alivePingerIntervall" : 2500,
"ssdpDiscovertimeout" : 5000,
"bonjourDiscoverTimeout" : 3000,
"uriMetaDataTemplateFile" : "lib/setUriMetadata.template",
"rendererStateTriggerConfirmationTimout": 3500,
"zoneTriggerConfirmationTimout": 6000
}
} Regards, |
Hmm... It looks like the config file is not found. I,ll check this out this week. |
@smindorf |
Hi,
is it possible to add the Raumfeld Devices maually by ip instead of discovering?
Reason:
My PC is connected to a different subnet so discovering is not working.
Your raumserver was great to use for that, too bad it is discontinued...
Easy to control via curl...
Regards
Sören
The text was updated successfully, but these errors were encountered: