Search found 68 matches

by ptitneo
Tuesday 19 June 2018 23:30
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Ok. Figured it out and it works now :) Nice ! I hope you'll find it useful :) Do I have a chance to rename the devices within the dashboard? So far I see the systems names which I choose for handling them but which are not so good for a dashboard. I'm afraid this is not possible at the moment ...
by ptitneo
Sunday 16 April 2017 0:55
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

It's different here because Reacticz is just a static web page: it is your web browser that talks directly to the MQTT broker, not the server that serves the Reacticz files. That's why you need to enable websockets in the MQTT configuration and why your web browser needs to be able to access your ...
by ptitneo
Saturday 15 April 2017 17:41
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Hi sylar, Interesting setup. Reacticz needs to talk to your MQTT broker in order to work, so if you are outside your home network and the MQTT broker is not available from there, then Reacticz won't be able to listen to it and send messages. You'll need to also make you MQTT broker accessible from ...
by ptitneo
Tuesday 11 April 2017 19:11
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Hey brian, glad you worked it out, that's really nice to know! Maybe you could drop a note on how to do this in the wiki (https://github.com/domoticz/Reacticz/wiki) ?

Thanks!
by ptitneo
Tuesday 11 April 2017 17:08
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Hi brian, thanks for your feedback. If you want to use https you need to host both reacticz and MQTT broker on an SSL enabled server with valid certificates, because if the Reacticz dashboard is served through https, the web browser will only accept secure websockets (wss://...). This is why the ...
by ptitneo
Friday 24 March 2017 23:28
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

No, because the public server still uses my domain name, so it still points at the gh-pages branch on my repository. I'll keep it in sync. Note that the Reacticz project on domoticz' GitHub now builds for a local install in domoticz www folder by default (I've updated the readme) @domotest7766 ...
by ptitneo
Friday 24 March 2017 1:11
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Hi everyone, just a quick update to let you know that the project has moved to https://github.com/domoticz/Reacticz :) From now on, please use this repo to get the code, download builds, or file issues. Thanks! PS: the public server is still reacticz.t0m.fr and was updated to 0.1.14 introducing a ...
by ptitneo
Tuesday 21 March 2017 0:56
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

is giving me problem with apt-get command not found. Using a terminal/telnet client from Macbook. Domoticz and Mosquitto are both installed on my Synology. I don't think you can use apt to install stuff on a synology. Maybe ask for help on the mqtt thread of the forum? Could it be possible to add ...
by ptitneo
Friday 24 February 2017 13:34
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Hi everyone, a new pre-build package (v0.1.11) has been released: https://github.com/t0mg/reacticz/releases

It introduces a new multi-dashboard support (switch between your layouts with prev/next buttons), new dark themes, and new dimmer and rgbw widgets.

Cheers,
by ptitneo
Wednesday 15 February 2017 13:42
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Well, I liked it too, but it was bad design ;) Theming in Reacticz is limited to color swatches at the moment (selector in the Info screen), and I'm not focusing on that area because there are many other things to fix and implement, and I don't have that much time... If you want more powerful ...
by ptitneo
Wednesday 15 February 2017 12:12
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Actually the screenshot is from the old design. I had to change for 2 reasons: 1) contrast levels were too low, causing poor readability. The update in the color scheme is an attempt to (loosely) stick to WCAG standard recommendations on that. Universal design matters a lot to me. 2) Title was above ...
by ptitneo
Wednesday 15 February 2017 0:58
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Ah interesting what this misconfiguration caused :) Yeah maybe we could change the setting screen so that it uses the type=hardware API call to get the info on the MQTT device and warn if it isn't available. It could even retrieve the IP and login/password from there, so the only thing left to be ...
by ptitneo
Tuesday 14 February 2017 16:45
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Ah! Another oddity: you are on dashboard 2 (using '?2' in the url) but you don't have a dashboard 1. Probably not what's causing the trouble (but who knows).
by ptitneo
Tuesday 14 February 2017 16:21
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

No, I meant the developer console, in your web browser.

If you're willing to try with a different Mosquitto broker, this would maybe help narrowing down the problem.
by ptitneo
Tuesday 14 February 2017 16:00
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

I have the same setup. I'm really puzzled: - For your RFY Blinds, the Stop command is sent over JSON whereas Open and Close are sent over MQTT. And only "Stop" works. - Similarly, the thermostat widget emits commands in json but fetches the current setpoint with MQTT. The video shows that it does ...
by ptitneo
Tuesday 14 February 2017 15:28
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Thanks Rick, this along with the screencast should help me figure out what the hell is going on here. It might take me a few days though ;)
by ptitneo
Tuesday 14 February 2017 1:04
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Oh wow ok we'll pass on the 3 thousand lines then :D Anyway the fact that some devices are working is interesting. So what type are those that do and those that don't exactly ? Would you be able to find their IDX and give me the device info (ie the result of /json.htm?type=devices&rid=IDX) for some ...
by ptitneo
Monday 13 February 2017 23:32
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Yeah that message is related to a hack for iOS. Not relevant here. Can you confirm that the devices list shows up properly in the dedicated page ? Can you share the result of http://<your domoticz ip>:8080/json.htm?type=devices&filter=all&used=true&order=Name ? (this is what this page calls to get ...
by ptitneo
Monday 13 February 2017 23:02
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Can you open the developer console on a desktop browser, and see if you get error messages?
by ptitneo
Monday 13 February 2017 22:48
Forum: Show your projects
Topic: Reacticz dashboard: no install, no hassle
Replies: 166
Views: 67585

Re: Reacticz dashboard: no install, no hassle

Sounds like something is wrong with the config indeed. Are you using the public server or a local install? And in the server settings do you get the green "connected!" message on both Domoticz and MQTT?