Search found 26 matches
- Sunday 27 November 2016 11:36
- Forum: Others
- Topic: LIFX Support
- Replies: 40
- Views: 15057
Re: LIFX Support
If it helps in any way, Lifx is certified by the Alljoyn/Allseen/Iotivity alliance. I put some info up at http://www.domoticz.com/forum/viewtopic ... 2&p=106088
- Thursday 03 March 2016 21:26
- Forum: Other questions and discussions
- Topic: MQTT on another server
- Replies: 5
- Views: 2357
Re: MQTT on another server
Mosquitto (an MQTT broker/server - I think it's what's provided on the Domoticz SD image) can do a thing called bridging, but I doubt that's what you want. You'd be best configuring your other Domoticz servers to talk to a central Mosquitto broker (maybe on your main Domoticz server), instead of ...
- Thursday 03 March 2016 20:45
- Forum: Other questions and discussions
- Topic: MQTT on another server
- Replies: 5
- Views: 2357
Re: MQTT on another server
MQTT doesn't really make any calls. It's just a messaging system. What you could use is node-red (provided on the Domoticz SD Card image) and https://github.com/hardillb/node-red-node-geofence to interpret Owntracks MQTT messages. That's what I'm using at the moment to toggle some switch states ...
- Tuesday 26 January 2016 1:48
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
It is quite possibly data related, and I have quite a lot of it flying across the MQTT broker. I've already raised the issue with the authors about the JS string 'NaN' crashing Domoticz, and I was told that I should ensure that such a string is never sent to Domoticz. So much for defensive ...
- Monday 25 January 2016 16:29
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Looks good, thank you!
Annoyingly my continuing strace of domoticz is doing just that. It hasn't crashed at all now!
Annoyingly my continuing strace of domoticz is doing just that. It hasn't crashed at all now!
- Tuesday 19 January 2016 22:20
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Cool, I'll do that too. I'll look for, or open, an issue when I have some more output from strace. Will also dump it using gdb.
At this rate... 12 hours and I should have something
At this rate... 12 hours and I should have something
- Tuesday 19 January 2016 19:54
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Came home to a dark house with the heating on. This morning I woke up to cold dark house... The past few iterations of the master branch have been getting worse and worse, but I put it down to something in my configuration. I've been kill -9'ing it it at least twice a day this year. Anyway, it's now ...
- Tuesday 19 January 2016 16:54
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Ok so this is the same behaviour that I've been living with for months. I thought it was just my configuration, but apparently not. I'll have another search around to see what's going on. I'm tempted to try starting domoticz under strace, and logging everything...
Sent from my A0001 using Tapatalk
Sent from my A0001 using Tapatalk
- Thursday 08 October 2015 15:03
- Forum: Others
- Topic: TheSuperLegend Bulb
- Replies: 1
- Views: 980
TheSuperLegend Bulb
Has anyone come across bulbs by "ThesuperLegends" http://thesuperlegends.com/ ? They offer wifi and bluetooth bulbs at a decent price... http://www.amazon.co.uk/THESUPERLEGENDS-Bluetooth-LED-Light-Bulb/dp/B00K2339FS They look similar to Limitless, so I'm wondering if they're just rebranded Limitless ...
- Saturday 11 July 2015 17:16
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Mosquitto has two packages generally, mosquitto client, and mosquitto server. You need to ensure you have mosquitto server installed somewhere on the network.
It sounds like you don't have the server running, so you should double check what you installed and let us know
It sounds like you don't have the server running, so you should double check what you installed and let us know
- Wednesday 17 June 2015 17:31
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
How odd. I too get 0 when I put 'foo' in, but it dies with 'NaN' I agree though, the user shouldn't be sending a string into a system that's expecting a number. However, I raised it as 'NaN' is Javascripts special way of saying 'your calculation got messed up', and that's what Node-Red will send out ...
- Wednesday 17 June 2015 16:35
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
I was able to recreate it in a clean build of a Debian 7.8 machine, using r2572. Create a Dummy device, and then create dummy Temperature sensors (not Temp+Hum, or Temp+Hum+Baro). Add the temperature devices so that they appear in the Temperatures tab. Create a MQTT device, and get connected. Send ...
- Tuesday 16 June 2015 23:38
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Evening all, I think I may have found a Domoticz bug whilst fiddling with my node-red flow. When node-red failed to calculate something, it generated NaN instead of a number. This got pushed to Domoticz as {"idx":46, "nvalue": 0, "svalue":"NaN;0;0"}, and subsequently all my temperature sensors ...
- Tuesday 09 June 2015 12:42
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
This is the node-red flow I use to generate an average temperature from a bunch of sensors in Domoticz, and then feed it back into Domoticz. I find it useful for turning my antiquated heating system on and off, although it has absolutely no protection against hysteresis :-) [{"id":"66a92c76.9956d4 ...
- Tuesday 09 June 2015 12:40
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Oh wow, this is fantastic Thank you to all involved!
- Thursday 22 January 2015 8:35
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 136321
Re: [90] MQTT Support
Morning all, I got a little tired of rummaging through the forum for copies of the various .js files, so I've bundled it all together into a pull request for the original https://github.com/sschimmel/DomoticzMQTT/ repository. It would be great if people commented on it, and also if interested ...
- Wednesday 23 July 2014 16:43
- Forum: Python
- Topic: Newbie Question - Can I trigger Python Scripts from Domoticz
- Replies: 23
- Views: 19301
Re: Newbie Question - Can I trigger Python Scripts from Domo
If 'ls -l /usr/bin/python' shows no results, you can always install it with 'sudo apt-get install python'
I'm not sure if Raspberry Pi images include Python, but I'd be surprised if they don't. Minimal python support is a prerequisite of Debian these days
I'm not sure if Raspberry Pi images include Python, but I'd be surprised if they don't. Minimal python support is a prerequisite of Debian these days
- Friday 11 April 2014 12:43
- Forum: Rfxcom Transceiver
- Topic: New RFXCOM FW available
- Replies: 34
- Views: 18790
Re: New RFXCOM FW available
It's a graphical app, but it can be made to display remotely - ssh -X [email protected], and then run RFXFlash Assuming you have all the X libraries that rfxflash/mono needs on the Pi, it will draw the output on your local display. There's no avoiding installing the requisite libraries on the ...
- Wednesday 12 February 2014 19:21
- Forum: Other questions and discussions
- Topic: Control LED with RFXtrx433 USB 433.92MHz
- Replies: 34
- Views: 14360
Re: Control LED with RFXtrx433 USB 433.92MHz
The other day I created this request in the tracker http://www.domoticz.com/forum/tracker.php?p=2&t=108
Not sure if it can be voted upon, but you can certainly subscribe to it.
Not sure if it can be voted upon, but you can certainly subscribe to it.
- Wednesday 15 January 2014 12:21
- Forum: Others
- Topic: ByronSX PIR
- Replies: 49
- Views: 16983
Re: ByronSX PIR
I'm not sure what the "Off Delay" is supposed to do. Maybe it's the length of time Domoticz waits before considering the Motion Sensor as "Off" - but that's not the case as I've tried setting it to 30 seconds, and although the light has gone off on the PIR, Domoticz still says it's "On" 12 hours ...