Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • +1
    I’d like also this option.
    Many user of my web site can be found on Google where as they do not want it.
    Is it possible to exclude URL like https://<myAddress>/author/

    Thank’s a lot and i’ll give you 2 bears 😉

    Thread Starter azimut2000

    (@azimut2000)

    Thank’s a lot for this answer ! and it’s never in late…

    You’re right ! There was an old plugin from SĂžderlind in my directory…
    It’s now OK

    Thread Starter azimut2000

    (@azimut2000)

    Sorry but my remarq is not about Pro version 😉

    Thread Starter azimut2000

    (@azimut2000)

    Aujourd’hui les modules envoient une information sous forme de chiffre en texte brut : il n’y a aucune information en dehors de l’URL en elle mĂȘme pour indiquer quelle type de valeur on reçoit; mĂȘme si aujourd’hui, j’ai une “diffĂ©renciation” entre la tempĂ©rature et l’humiditĂ© par exemple au niveau de mes “endpoints” via la dĂ©finition de l’URL mais il est vrai que que l’on ne peut pas savoir s’il s’agit d’une tempĂ©rature en Celsius, Kelvin ou Fahrenheit ! La valeur est simplement envoyĂ©e sous forme de texte “text/plain”.

    Aujourd’hui, les valeurs sont rassemblĂ©es au sein d’un logiciel “domotique” qui s’appelle tout simplement “Domotics“.

    Je vais voir de mon coté si je peux créer un module qui rassemblerait mes capteurs et renverrai alors un état sous forme de fichier Realtime qui me semble simple.

    Questions :
    – Est-il possible qu’un module n’envoie qu’une ou deux donnĂ©es ? et renvoie cela au format Realtime ? pour ĂȘtre par la suite exploitĂ© par ton module ? Il n’y a pas de minimum Ă  renvoyer ?
    – Quand on ajoute dans le plugin une source Realtime, il est demandĂ© de dĂ©finir un type de station : n’y-a-t-il pas un type de source que je pourrais utilisĂ© pour faire des tests ?

    Thread Starter azimut2000

    (@azimut2000)

    Hello Pierre !

    Pas grave pour le retard dans la rĂ©ponse 😉
    Mes modules sont totalement perso… mais inspirĂ© en fait !
    On trouve sur Internet pas mal de projets de la sorte : si tu cherches “ESP8266 DHT22” (ou “DHT11”), tu vas tomber sur tout un tas de sites qui proposent le mĂȘme genre de module. En gĂ©nĂ©ral on utilise une platine Ă  base de chipset Wifi ESP8266 (qui est programmable comme un ordinateur, soit avec un “OS” intĂ©grĂ© (“LUA” ou Python par exemple) ou que l’on reprogramme avec l’environnement Arduino) et un capteur derriĂšre. Voir le schema sur cette page.
    Il existe un tas de capteurs dispo pour quelques euros sur eBay; on compte ainsi le DHT22 par exemple qui mesure la tempĂ©rature et l’hygromĂ©trie, mais aussi le BME280 qui mesure en plus, la pression atmosphĂ©rique. Si tu veux un capteur UV, de qualitĂ© d’air, etc… c’est disponible !
    Mes modules me reviennent Ă  moins de 10€ piĂšce… et j’ai souhaitĂ© redĂ©veloppĂ© moi mĂȘme le firmware intĂ©grĂ© car les exemples sur internet proposent souvent trop de fonctions ou ne correspondent pas Ă  ce que je souhaitait. Le(s) firmware()s sera(ont) dispo sur mon blog un peu Ă  l’abandon prochainement… le temps de les rendre plus “prĂ©sentable” 😉

    Je n’avais pas vu que le plugin utilisait qu’un seul point d’entrĂ© (matĂ©riel) : je pensais qu’il pouvait en gĂ©rer plusieurs en mĂȘme temps.

    Je ne connais pas les agregats “ClientRaw” ou “Realtime” : une doc quelque part ? Je peux peut ĂȘtre implĂ©menter cela dans le firmware ? car je suis loin de pouvoir/savoir modifier ton plugin, mĂȘme si je connais PHP 😉

    Thierry

    Thread Starter azimut2000

    (@azimut2000)

    Hi Eric !

    I’ve contact the WP Cron Control plugin autor to ask him help…
    He has made the same control than me : there is a conflict between eatch plugins.
    I’ve made a ticket on the support plugin :

    I would be nice if you can help us to understand what’s happend…

    Thread Starter azimut2000

    (@azimut2000)

    OK for me 😉
    I’m going to try to find as well what’s append… But i’m a n00b too !

    Thank’s for support

    Thread Starter azimut2000

    (@azimut2000)

    Hello,

    I’ve installed and i use since a long time WP RSS Agregator… It work very well.

    In order to have better CRON, i have installed WP Cron Control. Your plugin work well on other site that i manage, but on the site where WP RSS Agregator is instaled, WP Cron Control make some bug on WP RSS agregator : it seem that there is conflict between the 2 plugins.

    Each time i try to add a new RSS URL in WP RES Agregator, it is not saved and plugin seem to have strange comportement.

    I tried to analyse code, but i do not seen something and i am not enought professional in developpemnt 😉

    So i can’t say if it’s yours plugin or WP RSS Agregator that have some problem, but before use WP Cron Control, RSS Agregator was good and without problems…

    Thread Starter azimut2000

    (@azimut2000)

    Thank’s for answer Eric…

    I’ve test it and it’s a plugin that take me headache 🙁
    The bad plugin is WP Cron Control (https://fr.ww.wp.xz.cn/plugins/wp-cron-control/).

    I’ve search in code what’s happen with this plugin and yours, but i do not understand…

    Thank’s again for answer
    Thierry

    Thread Starter azimut2000

    (@azimut2000)

    Exact !
    I do not know what’s append !???

    Thread Starter azimut2000

    (@azimut2000)

    Found !

    I do not why, but it was an option* in the function.php of my child-theme that was cause the problem 🙁

    * this was an option that Google Analytic ask me to add in my function.php… Strange !

    Thread Starter azimut2000

    (@azimut2000)

    Hello Mathieu

    Sorry too, i’ve been sick a long time and do not test your solution.
    I’ve test it 1 hour ago and… it does not work 🙁

    My site/host is in OVH; i’ve thought that it was the php version (i use PHP7), but not… even on PHP 5.6, it do the same problem !

    I’ve made a local dump of my site on my local computer in order to try to replicate the problem and i do. I’ve activate DEBUG mode in WordPress and nothing looks to appear… there is some problem with an other plugin, but nothing with yours…
    So, on my local WAMP, i’ve activated only budypress and Rendez-vous plugin : allways the same problem…

    So, have an idea in order to find where the problem is ?

    Thank’s again for your product and support you’ll give to me.

    Thierry

    Thread Starter azimut2000

    (@azimut2000)

    Hello !

    The site URL is http://connexion.boissy.eu

    I’ve created new user for testing – but not necessary : loc / loc123456

    Thank’s for answer

    Thierry

    Thread Starter azimut2000

    (@azimut2000)

    Thank’s a lot !

    Thread Starter azimut2000

    (@azimut2000)

    DĂ©solĂ© pour le retard 🙁 / Sorry for late in my answer 🙁
    I’ve give this topic “resolved” 🙂

    OK, that’s good for me…
    It work’s now… and strange impression that it had worked with other role…

    Thank’s a lot again for time and all your answers.

    (NB: if i want to change some code in program, can i have some help of you ? mostly to begin… I’d like to try give it the ability to use other role than WP roles)

Viewing 15 replies - 1 through 15 (of 16 total)